Skip to content

Releases: monzo/response

Release v0.5.1

07 Oct 09:46
Compare
Choose a tag to compare

Minor tweaks:

#226: Allow for bot users to be excluded from the cache
Also bumps factory_boy to >3

Release v0.5.0

07 Aug 14:56
2ffdd2d
Compare
Choose a tag to compare

#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

07 Aug 10:00
0c1189c
Compare
Choose a tag to compare

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

01 Jun 10:27
Compare
Choose a tag to compare

#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

11 May 06:34
Compare
Choose a tag to compare

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

04 Mar 15:17
e9825c4
Compare
Choose a tag to compare

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

03 Dec 17:46
Compare
Choose a tag to compare

#193 Fix: Add missing migration to auto set an actions created date

Release v0.3.6

03 Dec 14:02
Compare
Choose a tag to compare

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

18 Nov 14:58
Compare
Choose a tag to compare

Patch release to include:

#191 Increase the default page size for users to 500 by default

Release 0.3.4

15 Nov 15:47
c226113
Compare
Choose a tag to compare

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