Skip to content

[2.1.0] - 2025-06-30

Choose a tag to compare

@hmpf hmpf released this 01 Jul 07:29
· 160 commits to master since this release

Added

  • Add a preference to change the incidents table layout to compact or standard
    (#1399)
  • Add CLI command to close incidents
    (#1450)
  • Add option to create_fake_incident to generate incidents from json files
    (#1451)

Changed

  • Use DRF's DEFAULT_PERMISSION_CLASSES setting for API endpoints' permission
    checking (#1476)
  • Request is now passed to incident update actions to allow for sending
    messages (#1497)

Fixed

  • Ensure SourceSystemTypeFactory is called with lowercase name
    (#1499)
  • Avoid trying to create incident with same source and source incident id
    (#1500)