This is the first release of Dispatch in the month of November. Major changes include:
Security:
- Fixes issue where regular users can join restricted incidents (#649)
- Fixes issue where a user can register an account as admin (#650)
- Filters restricted incidents for non-admins (#651)
Bug Fixes:
- Fixes error message in update_user() function in auth views module (#648)
- Adding better checking for non-existent tab data (#652)
- Adds an error message when the incident can't be reported (#653)
- Ensures the stable flow runs for incidents opened as stable (#654, #656)
- Fixes filtering on several columns (#655)
Improvements:
- Makes tag type description optional (#647)
- Adds incident title to feedback Slack direct message (#657)
Documentation:
- Added production deployment documents (#658)