This is the first release of August!
This release is all about improvements and bug fixes. A list of merged changes can be found below:
Enhancements:
- Added many API tests CRUD tests and schema validations (#1516, #1506, #1503, #1503, #1501, $1497, #1495, #1490, #1482, #1480, #1477, #1476, #1475, #1473, #1472, #1471, #1468, #1467, #1466, #1464, #1463)
- We don't attempt to notify the user in the channel if the incident is closed (#1520) by @mvilanova
- Adds project name to daily incident report title (#1510) by @mvilanova
- Replaces jsonable_encoder with custom dict function and removes db_session.add() from update functions (#1496) by @mvilanova
- Adds rendered participants to incident submission form (#1483) by @kevgliss
- Creates a new 'DispatchEnum' (#1446) by @kevgliss
- Adds FAQ document link to incident submission form (#1448) by @kevgliss
- Allowing tag type to be specified in notification filters (#1447) by @kevgliss
- Fixing terms and descriptions (#1489) by @kevgliss
Bug Fixes:
- Fixes an issue with task syncing (#1514) by @kevgliss
- Takes project into account when fetching and creating individuals (#1507) by @mvilanova
- Fixes an issue where a hash char would stop the encoding of a CSV (#1459) by @kevgliss
- Unprocessable entity on any API request due to insufficient parameters (#1509) by @stefanm8
- Fixes issue with setting a custom filter date (#1481) by @kevgliss
- Fixes feedback table and inconsistent incident filtering (#1458) by @kevgliss
- Fixing issue where template documents were disappearing (#1451) by @kevgliss
- Makes sure we capture the whole day, regardless of the local time (#1450) by @kevgliss
Documentation: