Releases: monzo/response
Releases · monzo/response
Release v0.1.17
Includes the PRs:
#171 Allows disabling sanitization with RESPONSE_SANITIZE_USER_INPUT
#172 Store channel name on rename
Release v0.1.16
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
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
#163 Include on the api responses whether the incident is report only
Release v0.1.13
#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
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
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
- 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
Hotfix for an issue we found with a recent DB migration (#153) 🔨
v0.1.8
Includes #147 to add the user's email to the external user object