Skip to content

Releases: monzo/response

Release 0.3.3

14 Nov 17:07
Compare
Choose a tag to compare

#186 Omits private incidents/actions when publishing events.

Release v0.3.2

13 Nov 14:45
Compare
Choose a tag to compare

#185 Enable filtering events by timestamp

Release 0.3.1

08 Nov 15:12
Compare
Choose a tag to compare

#182 - Fixes an issue rendering event payloads as JSON

Release 0.3.0

08 Nov 11:28
2898189
Compare
Choose a tag to compare

Adds an event log API for incidents and actions: #178

Release 0.2.1

07 Nov 13:54
Compare
Choose a tag to compare

Hotfix: last release introduced a backwards-incompatible change in create_incident.

Release 0.2.0

07 Nov 11:51
Compare
Choose a tag to compare

#176 - Adds private incidents (new external field that is backwards-compatible, so new minor version)
#179 - Fixes a minor channel naming bug

Release v0.1.21

05 Nov 14:25
Compare
Choose a tag to compare

Minor release to include #177 "Limit the closing incident notification to working hours".

Release v0.1.20

24 Oct 16:50
ed1f72f
Compare
Choose a tag to compare

Minor release to include #175

This migration may fail to run if there are multiple comms channels referring to the same incident. These can be fixed using the shell.

Release v0.1.19

24 Oct 15:13
Compare
Choose a tag to compare

Very minor release to include #174 "Look up User Groups by handle and not the name"

Release v0.1.18

24 Oct 11:14
Compare
Choose a tag to compare

Minor release for #173 which maps slack IDs to their human-readable form in a new field in API responses.

Note that functions for manipulating various slack references have moved to a new module, response.slack.reference_utils, so your codebase will need to be updated if you use these.