v0.4.3 - February 3, 2024
- Validation and limits on service management.
- Create, update, delete service tracking and logging.
v0.4.2 - December 23, 2023
- Added ability to associate an alert to a service.
- Added service option to alerting endpoints.
- Added the ability to associate a new incident with a service in routing rules.
- Fixed bug in creatine a new incident when sending alerts without a dedup key.
v0.4.1 - December 21, 2023
- Fix issues with logging.
- Fix bug when editing a service name.
v0.4.0 - December 8, 2023
- Create service directory and service dashboards.
- Add service field to incident.
v0.3.6 - March 24, 2023
- Prevent infinite looping on recurring on-call schedules.
v0.3.5 - February 13, 2023
- Added the ability to delete on-call items in a recurring series.
- Prevent double save of on-call schedules.
v0.3.4 - February 2, 2023
- Replace newline characters with <br />.
v0.3.3 - January 31, 2023
- Add raw JSON view to alert details.
- Fix issues creating an incident from an alert with a summary longer than 100 characters.
- Switch from MySql.Data to MySqlConnector library.
v0.3.2 - January 25, 2023
- Add total incidents, MTTA, and MTTR to team dashboards.
- Add who's on call to team dashboards.
v0.3.1 - January 19, 2023
- Routing rule conditions match fields for common event format.
- Add priority column to incident and my incident screens.
v0.2.9 - January 18, 2023
- Fixed issues with conditional escalation chains when incidents are created from routing rules.
- Prevent routing rules from transferring an alert to the same team.
- Clear email address field after sending invites.
v0.2.8 - November 28, 2022
- Improve logic when creating an incident from an alert with existing dedupe key.
- Disable email address and password change on profile page when using external authentication system.
v0.2.7 - November 23, 2022
- Fix issue deleting personal access tokens.
- Fix with routing rule processing order on MySql / Maria DB.
- Notification windows auto close after 2 seconds.
v0.2.7.1 - November 17, 2022
- Support for multiple phone country codes.
- Improve application settings documentation.
v0.2.6 - November 10, 2022
- Fix issue preventing notifications when flood protection settings don't exist for a notification type.
- Fix issue preventing managers from being on-call.
v0.2.4 - October 19, 2022
- Allow organization admins to modify teams even if they're not a manager of that team.
- Fix error on My Incidents screen.
- Prevent open redirects.
v0.2.3 - September 16, 2022
- Replace API alerts w/ new alerting format [read more].
- Email alert endpoints now provide an email address instead of an API key and go to a common endpoint.
- Redesign invitation flow for new users to MetaAlerts.
- Fix issues related to reordering escalation chains.
- Fix issues on routing rules, profile, alerts, and incidents screens caused by optional URL parameters.
- Previous add on-call values are now cleared after successfully adding an on-call schedule.
- Team selection drop down is now in alphabetical order.
v0.2.1 - August 24, 2022
- Containerization support.
- Changes to global.js are no longer required for deployment.
- Improved errors and set focus on auth pages.
v0.1.4 - June 17, 2022
- Fix bug when renaming teams.
- Fix bug when creating multiple escalation chains with MySQL backend.
- Clear forms on slide outs after submit.
- Support for ENTER key when submitting most forms.
- Automatically redirect logged in users.
- Update release notes page to show current version.