Skip to content

Releases: monzo/response

Release v0.1.17

22 Oct 10:35
Compare
Choose a tag to compare

Includes the PRs:

#171 Allows disabling sanitization with RESPONSE_SANITIZE_USER_INPUT
#172 Store channel name on rename

Release v0.1.16

21 Oct 13:14
Compare
Choose a tag to compare

Includes the PRs:
#169 Catch slack errors whilst updating the headline post
#170 Report only incidents shouldn't show as 'Live'

Release v0.1.15

11 Oct 14:08
Compare
Choose a tag to compare

Includes the PRs:

  • #155 core models: sanitize user input
  • #166 bugfix: Handle None types sent as strings for sanitising with bleach
  • #143 Automatically unarchive channels that have been used before
  • #167 Reorder the items in the Report Incident Dialog

Release v0.1.14

04 Oct 10:13
Compare
Choose a tag to compare

#163 Include on the api responses whether the incident is report only

Release v0.1.13

03 Oct 14:37
Compare
Choose a tag to compare

#162 Adds a slack client method for looking up users by email and a cache function to store users looked up in this way.

Release v0.1.12

01 Oct 12:31
Compare
Choose a tag to compare

Various improvements and bug fixes including:

  • #156 Ensure the severity field is not unset
  • #157 Prevent duplicate external user records for the same app
  • #158 To save on slack calls, use the cached user profile where we can
  • #159 Specify defaults to prevent duplicate external user creation

Release 0.1.11

26 Sep 16:03
Compare
Choose a tag to compare

Adds the ability to create incident reports that don't refer to a live incident (e.g. near-misses or procedure breaches). This is optional and must be configured.

v0.1.9

25 Sep 10:30
e6f1fd6
Compare
Choose a tag to compare
  • Fix to make description text instead of tuple #146
  • Adds to docs that we need permission to read users' email addresses #148
  • Cache CommsChannel channel name #150
  • Handle Slack API rate limiting #151
  • timeline api: make metadata optional #152

Hotfix: 0.1.10

25 Sep 12:54
fe89ec1
Compare
Choose a tag to compare

Hotfix for an issue we found with a recent DB migration (#153) 🔨

v0.1.8

20 Sep 08:29
Compare
Choose a tag to compare

Includes #147 to add the user's email to the external user object