Skip to content

v20230606

Compare
Choose a tag to compare
@kevgliss kevgliss released this 06 Jun 17:15
· 1011 commits to master since this release
cb14bab

Hi Dispatch users!

This is the first release of the month of June, This release comes with new features and lots of improvements. One enhancement that is particularly noteworthy is an improvement to the way we manage search filters; we now provide a distinct UI in the project settings in order to help manage these filters at a higher level.

Enhancements:

  • Allows pre-population of the incident title, description, and tags in the incident intake form by including them in the URL path. (#3444) by @metroid-samus
  • Adds timer decorator to scheduled job functions (#3427) by @mvilanova
  • Improves alert text in search filter UI table (#3424) by @mvilanova
  • Uses colors to visually differentiate between used and unused filters in search filter table (#3423) by @mvilanova
  • Build incident tag models once a day (#3422) by @mvilanova
  • Increases items per page to 25 in incidents table (#3413) by @mvilanova
  • Adds a new permissions class for editing and deleting search filters (#3412) by @mvilanova
  • Adds a new project settings section for managing search filters (#3398) by @mvilanova
  • Adds the ability to create users via the UI (#3397) by @kevgliss
  • Reducing the amount of data returned by the signal instance api (#3390) by @kevgliss
  • Allow customizing notification templates per project (#3369) by @vindex10
  • Optimize ORM usage, db_session instantiation, and tuning (#3365) by @wssheldon

Bug Fixes:

Documentation: