Releases: monzo/response
Releases · monzo/response
Release v0.5.1
Minor tweaks:
#226: Allow for bot users to be excluded from the cache
Also bumps factory_boy
to >3
Release v0.5.0
#220: Remove deprecated Slack channel API calls. Use conversations API. Fixes #218
#216 / #217 : Bump django from 2.2.10 to 2.2.13
Release v0.4.1
Includes a couple of minor wording tweaks:
#223: Consistent reminder wording (hasn't/doesn't)
#225: Add a clearer Title placeholder
Release 0.4.0
#204 Add a new homepage to UI, and display actions on incident pages
#211 Update documentation and code to support the use of Slack bot tokens (starting xoxb
)
Release v0.3.9
Minor release to address vulnerability, update documentation, and include static select options in the block kit library.
#203 Add static select to block kit library
#208 Bump bleach library version
#209 Replace ascii arrow with unicode 😎
#210 Documentation improvements
Release v0.3.8
Minor release to upgrade dependencies with vulnerabilities.
#198 - Bump django from 2.2.9 to 2.2.10
#200 - Bump bleach from 3.1.0 to 3.1.1
Release v0.3.7
#193 Fix: Add missing migration to auto set an actions created date
Release v0.3.6
This release adds extra fields to the Actions (#192) with the aim of making actions easier to track and prioritise. All fields are nullable so there should not be a migration problem.
Fields added:
- Created date - automatically set when the action is created
- Priority - High, Medium or Low
- Done date
- Due date
- Type
- Detective - does this make it easier for us to catch this problem in future?
- Preventative - does this make it less likely to happen in future?
- Corrective - is this restoring us back to a normal working state?
Release v0.3.5
Patch release to include:
#191 Increase the default page size for users to 500 by default
Release 0.3.4
New Features
#189 Improved summary and impact update mechanisms
Bug Fixes
#187 Removed private incidents. This wasn't fully featured enough to be useful
#188 Improvement to clean up exception handling