2022-11-21 16:26:00 +01:00
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog ](https://keepachangelog.com/en/1.0.0/ ),
and this project adheres to [Semantic Versioning ](https://semver.org/spec/v2.0.0.html ).
2023-02-20 19:24:07 +08:00
## v1.1.25 (2023-02-20)
2023-02-20 11:42:44 +01:00
### Fixed
- Fixed too long declare incident link in Slack
2023-02-16 13:11:05 +00:00
## v1.1.24 (2023-02-16)
2023-02-06 15:59:36 +01:00
2023-02-16 10:49:37 +00:00
### Added
- Add direct user paging ([823 ](https://github.com/grafana/oncall/issues/823 ))
- Add App Store link to web UI ([1328 ](https://github.com/grafana/oncall/pull/1328 ))
2023-02-10 12:10:09 +01:00
2023-02-06 15:59:36 +01:00
### Fixed
2023-02-08 17:07:51 +01:00
- Cleaning of the name "Incident" ([704 ](https://github.com/grafana/oncall/pull/704 ))
- Alert Group/Alert Groups naming polishing. All the names should be with capital letters
2023-02-06 15:59:36 +01:00
- Design polishing ([1290 ](https://github.com/grafana/oncall/pull/1290 ))
- Not showing contact details in User tooltip if User does not have edit/admin access
2023-02-08 09:08:18 -03:00
- Updated slack link account to redirect back to user profile instead of chatops
2023-02-06 15:59:36 +01:00
2023-02-16 10:49:37 +00:00
### Changed
2023-02-07 13:28:58 +02:00
- Incidents - Removed buttons column and replaced status with toggler ([#1237 ](https://github.com/grafana/oncall/issues/1237 ))
- Responsiveness changes across multiple pages (Incidents, Integrations, Schedules) ([#1237 ](https://github.com/grafana/oncall/issues/1237 ))
2023-02-06 14:28:12 +00:00
## v1.1.23 (2023-02-06)
2023-02-06 12:11:13 +00:00
### Fixed
- Fix bug with email case sensitivity for ICal on-call schedules ([1297 ](https://github.com/grafana/oncall/pull/1297 ))
2023-02-03 12:49:55 +00:00
## v1.1.22 (2023-02-03)
2023-02-03 17:05:08 +08:00
2023-02-03 13:38:48 +02:00
### Fixed
2023-02-03 12:49:55 +00:00
- Fix bug with root/dependant alert groups list api endpoint ([1284 ](https://github.com/grafana/oncall/pull/1284 ))
2023-02-03 13:38:48 +02:00
- Fixed NPE on teams switch
2023-02-03 17:05:08 +08:00
### Added
2023-02-03 12:49:55 +00:00
- Optimize alert and alert group public api endpoints and add filter by id ([1274 ](https://github.com/grafana/oncall/pull/1274 ))
2023-02-03 12:44:22 +00:00
- Enable mobile app backend by default on OSS
2023-02-03 17:05:08 +08:00
2023-02-02 14:55:02 +00:00
## v1.1.21 (2023-02-02)
2023-01-31 20:17:54 +01:00
### Added
- Add [`django-dbconn-retry` library ](https://github.com/jdelic/django-dbconn-retry ) to `INSTALLED_APPS` to attempt
to alleviate occasional `django.db.utils.OperationalError` errors
2023-02-02 11:37:52 +08:00
- Improve alerts and alert group endpoint response time in internal API with caching ([1261 ](https://github.com/grafana/oncall/pull/1261 ))
2023-02-03 17:05:08 +08:00
- Optimize alert and alert group public api endpoints and add filter by id ([1274 ](https://github.com/grafana/oncall/pull/1274 )
2023-02-02 14:55:22 +02:00
- Added Coming Soon for iOS on Mobile App screen
2023-01-31 20:17:54 +01:00
### Fixed
2023-02-02 10:34:40 +02:00
- Fix issue on Integrations where you were redirected back once escalation chain was loaded ([#1083 ](https://github.com/grafana/oncall/issues/1083 ))
([#1257 ](https://github.com/grafana/oncall/issues/1257 ))
2023-01-30 14:11:42 +01:00
## v1.1.20 (2023-01-30)
2023-01-25 09:42:42 +01:00
2023-01-30 09:08:18 -03:00
### Added
- Add involved users filter to alert groups listing page (+ mine shortcut)
2023-01-25 09:42:42 +01:00
### Changed
- Improve logging for creating contact point for Grafana Alerting integration
### Fixed
- Fix bugs related to creating contact point for Grafana Alerting integration
2023-01-30 11:23:02 +01:00
- Fix minor UI bug on OnCall users page where it would idefinitely show a "Loading..." message
- Only show OnCall user's table to users that are authorized
2023-01-27 17:40:41 +03:00
- Fixed NPE in ScheduleUserDetails component ([#1229 ](https://github.com/grafana/oncall/issues/1229 ))
2023-01-25 09:42:42 +01:00
2023-01-25 18:34:25 +08:00
## v1.1.19 (2023-01-25)
2023-01-20 09:06:27 -03:00
### Added
2023-01-30 13:34:35 +03:00
- Add Server URL below QR code for OSS for debugging purposes
2023-01-20 09:06:27 -03:00
- Add Slack slash command allowing to trigger a direct page via a manually created alert group
2023-01-24 18:13:21 +08:00
- Remove resolved and acknowledged filters as we switched to status ([#1201 ](https://github.com/grafana/oncall/pull/1201 ))
2023-01-24 13:44:07 +08:00
- Add sync with grafana on /users and /teams api calls from terraform plugin
2023-01-20 09:06:27 -03:00
2023-01-23 11:17:57 +00:00
### Changed
- Allow users with `viewer` role to fetch cloud connection status using the internal API ([#1181 ](https://github.com/grafana/oncall/pull/1181 ))
2023-01-24 11:21:11 +01:00
- When removing the Slack ChatOps integration, make it more explicit to the user what the implications of doing so are
2023-01-25 11:08:09 +01:00
- Improve performance of `GET /api/internal/v1/schedules` endpoint ([#1169 ](https://github.com/grafana/oncall/pull/1169 ))
2023-01-23 11:17:57 +00:00
2023-01-20 15:23:17 +01:00
### Fixed
- Removed duplicate API call, in the UI on plugin initial load, to `GET /api/internal/v1/alert_receive_channels`
2023-01-25 09:12:08 +08:00
- Increased plugin startup speed ([#1200 ](https://github.com/grafana/oncall/pull/1200 ))
2023-01-20 15:23:17 +01:00
2023-01-18 17:37:33 +00:00
## v1.1.18 (2023-01-18)
2023-01-18 15:52:25 +00:00
### Added
- Allow messaging backends to be enabled/disabled per organization ([#1151 ](https://github.com/grafana/oncall/pull/1151 ))
2023-01-18 16:08:15 +00:00
### Changed
- Send a Slack DM when user is not in channel ([#1144 ](https://github.com/grafana/oncall/pull/1144 ))
2023-01-18 15:50:23 +01:00
## v1.1.17 (2023-01-18)
### Changed
- Modified how the `Organization.is_rbac_permissions_enabled` flag is set,
2023-01-20 15:23:17 +01:00
based on whether we are dealing with an open-source, or cloud installation
2023-01-18 15:50:23 +01:00
- Backend implementation to support direct user/schedule paging
- Changed documentation links to open in new window
- Remove helm chart signing
- Changed the user's profile modal to be wide for all tabs
2023-01-17 23:28:29 +13:00
### Added
- Added state filter for alert_group public API endpoint.
2023-01-18 15:50:23 +01:00
- Enrich user tooltip on Schedule page
- Added redirects for old-style links
### Fixed
- Updated typo in Helm chart values when specifying a custom Slack command name
- Fix for web schedules ical export to give overrides the right priority
- Fix for topnavbar to show initial loading inside PluginPage
2023-01-17 23:28:29 +13:00
2023-01-12 17:49:56 +08:00
## v1.1.16 (2023-01-12)
2023-01-11 12:48:30 +01:00
### Fixed
- Minor bug fix in how the value of `Organization.is_rbac_permissions_enabled` is determined
2023-01-12 02:03:33 -05:00
- Helm chart: default values file and documentation now reflect the correct key to set for the Slack
slash command name, `oncall.slack.commandName` .
2023-01-10 10:37:52 +02:00
## v1.1.15 (2023-01-10)
### Changed
2023-01-18 15:50:23 +01:00
- Simplify and speed up slack rendering ([#1105 ](https://github.com/grafana/oncall/pull/1105 ))
- Faro - Point to 3 separate apps instead of just 1 for all environments ([#1110 ](https://github.com/grafana/oncall/pull/1110 ))
- Schedules - ([#1114 ](https://github.com/grafana/oncall/pull/1114 ), [#1109 ](https://github.com/grafana/oncall/pull/1109 ))
2023-01-10 10:37:52 +02:00
### Fixed
2023-01-18 15:50:23 +01:00
- Bugfix for topnavbar to place alerts inside PageNav ([#1040 ](https://github.com/grafana/oncall/pull/1040 ))
2023-01-10 10:37:52 +02:00
2023-01-05 17:58:40 +01:00
## v1.1.14 (2023-01-05)
2023-01-04 17:44:01 +00:00
### Changed
- Change wording from "incident" to "alert group" for the Telegram integration ([#1052 ](https://github.com/grafana/oncall/pull/1052 ))
2023-01-05 13:39:23 +08:00
- Soft-delete of organizations on stack deletion.
2023-01-04 17:44:01 +00:00
2023-01-04 09:09:51 +08:00
## v1.1.13 (2023-01-04)
### Added
2023-01-04 10:11:33 +08:00
- Integration with [Grafana Faro ](https://grafana.com/docs/grafana-cloud/faro-web-sdk/ ) for Cloud Instances
2023-01-04 09:09:51 +08:00
2023-01-03 14:07:32 -07:00
## v1.1.12 (2023-01-03)
### Fixed
2023-01-04 10:11:33 +08:00
- Handle jinja exceptions during alert creation
- Handle exception for slack rate limit message
2023-01-03 14:07:32 -07:00
2023-01-03 21:50:53 +08:00
## v1.1.11 (2023-01-03)
2023-01-03 21:09:00 +08:00
### Fixed
- Fix error when schedule was not able to load
- Minor fixes
2023-01-03 21:50:53 +08:00
## v1.1.10 (2023-01-03)
### Fixed
- Minor fixes
2023-01-03 19:46:12 +08:00
## v1.1.9 (2023-01-03)
### Fixed
- Alert group query optimization
- Update RBAC scopes
2023-01-03 21:07:36 +08:00
- Fix error when schedule was not able to load
2023-01-03 19:46:12 +08:00
- Minor bug fixes
2022-12-13 10:18:18 -03:00
## v1.1.8 (2022-12-13)
2022-12-13 13:00:59 +01:00
2022-12-14 09:36:35 +01:00
### Added
- Added a `make` command, `enable-mobile-app-feature-flags` , which sets the backend feature flag in `./dev/.env.dev` ,
and updates a record in the `base_dynamicsetting` database table, which are needed to enable the mobile
app backend features.
2022-12-13 13:00:59 +01:00
### Changed
2022-12-20 12:59:19 +00:00
- Added ability to change engine deployment update strategy via values in helm chart.
2022-12-13 13:00:59 +01:00
- removed APNS support
- changed the `django-push-notification` library from the `iskhakov` fork to the [`grafana` fork ](https://github.com/grafana/django-push-notifications ).
This new fork basically patches an issue which affected the database migrations of this django app (previously the
library would not respect the `USER_MODEL` setting when creating its tables and would instead reference the
`auth_user` table.. which we don't want)
- add `--no-cache` flag to the `make build` command
2022-12-13 10:16:59 -03:00
### Fixed
- fix schedule UI types and permissions
2022-12-09 15:16:33 -03:00
## v1.1.7 (2022-12-09)
### Fixed
- Update fallback role for schedule write RBAC permission
- Mobile App Verification tab in the user settings modal is now hidden for users that do not have proper
permissions to use it
## v1.1.6 (2022-12-09)
2022-11-29 09:41:56 +01:00
### Added
- RBAC permission support
2022-12-01 14:13:39 +01:00
- Add `time_zone` serializer validation for OnCall shifts and calendar/web schedules. In addition, add database migration
to update values that may be invalid
2022-12-06 11:06:05 +01:00
- Add a `permalinks.web` field, which is a permalink to the alert group web app page, to the alert group internal/public
API responses
2022-12-07 10:10:10 +02:00
- Added the ability to customize job-migrate `ttlSecondsAfterFinished` field in the helm chart
2022-11-28 16:46:51 +00:00
### Fixed
2022-11-29 09:41:56 +01:00
2022-11-28 16:46:51 +00:00
- Got 500 error when saving Outgoing Webhook ([#890 ](https://github.com/grafana/oncall/issues/890 ))
2022-12-02 13:27:37 +01:00
- v1.0.13 helm chart - update the OnCall backend pods image pull policy to "Always" (and explicitly set tag to `latest` ).
This should resolve some recent issues experienced where the frontend/backend versions are not aligned.
2022-11-28 16:46:51 +00:00
### Changed
2022-11-29 09:41:56 +01:00
2022-12-01 14:26:54 +01:00
- When editing templates for alert group presentation or outgoing webhooks, errors and warnings are now displayed in
the UI as notification popups or displayed in the preview.
- Errors and warnings that occur when rendering templates during notification or webhooks will now render
and display the error/warning as the result.
2022-11-29 09:41:56 +01:00
2022-11-24 14:03:14 +00:00
## v1.1.5 (2022-11-24)
2022-11-22 16:57:15 +01:00
### Added
2022-12-01 14:26:54 +01:00
- Added a QR code in the "Mobile App Verification" tab on the user settings modal to connect the mobile
application to your OnCall instance
2022-11-22 16:57:15 +01:00
2022-11-24 14:03:14 +00:00
### Fixed
- UI bug fixes for Grafana 9.3 ([#860 ](https://github.com/grafana/oncall/pull/860 ))
- Bug fix for saving source link template ([#898 ](https://github.com/grafana/oncall/pull/898 ))
2022-11-23 13:29:58 +01:00
## v1.1.4 (2022-11-23)
### Fixed
- Bug fix for [#882 ](https://github.com/grafana/oncall/pull/882 ) which was causing the OnCall web calendars to not load
- Bug fix which, when installing the plugin, or after removing a Grafana API token, caused the plugin to not load properly
2022-11-22 11:27:41 -07:00
## v1.1.3 (2022-11-22)
- Bug Fixes
2022-11-21 16:26:00 +01:00
### Changed
2022-12-01 14:26:54 +01:00
- For OSS installations of OnCall, initial configuration is now simplified. When running for local development, you no
longer need to configure the plugin via the UI. This is achieved through passing one environment variable to both the
backend & frontend containers, both of which have been preconfigured for you in `docker-compose-developer.yml` .
- The Grafana API URL **must be** passed as an environment variable, `GRAFANA_API_URL` , to the OnCall backend
(and can be configured by updating this env var in your `./dev/.env.dev` file)
- The OnCall API URL can optionally be passed as an environment variable, `ONCALL_API_URL` , to the OnCall UI.
If the environment variable is found, the plugin will "auto-configure", otherwise you will be shown a simple
configuration form to provide this info.
- For Helm installations, if you are running Grafana externally (eg. `grafana.enabled` is set to `false`
in your `values.yaml` ), you will now be required to specify `externalGrafana.url` in `values.yaml` .
- `make start` will now idempotently check to see if a "127.0.0.1 grafana" record exists in `/etc/hosts`
(using a tool called [`hostess` ](https://github.com/cbednarski/hostess )). This is to support using `http://grafana:3000`
as the `Organization.grafana_url` in two scenarios:
2022-11-21 16:26:00 +01:00
- `oncall_engine` /`oncall_celery` -> `grafana` Docker container communication
2022-12-01 14:26:54 +01:00
- public URL generation. There are some instances where `Organization.grafana_url` is referenced to generate public
URLs to a Grafana plugin page. Without the `/etc/hosts` record, navigating to `http://grafana:3000/some_page` in
your browser, you would obviously get an error from your browser.
2022-07-21 10:46:44 +01:00
2022-11-22 11:27:41 -07:00
## v1.1.2 (2022-11-18)
2022-11-18 17:39:23 +08:00
- Bug Fixes
2022-11-22 11:27:41 -07:00
## v1.1.1 (2022-11-16)
2022-11-16 19:11:13 +08:00
- Compatibility with Grafana 9.3.0
- Bug Fixes
2022-11-09 15:05:55 -03:00
## v1.0.52 (2022-11-09)
2022-11-03 12:42:36 -06:00
2022-10-18 16:12:57 -06:00
- Allow use of API keys as alternative to account auth token for Twilio
2022-11-09 13:53:59 +01:00
- Remove `grafana_plugin_management` Django app
2022-11-09 15:05:55 -03:00
- Enable new schedules UI
- Bug fixes
2022-10-18 16:12:57 -06:00
2022-11-05 00:44:55 -06:00
## v1.0.51 (2022-11-05)
- Bug Fixes
2022-11-03 15:33:34 -03:00
## v1.0.50 (2022-11-03)
- Updates to documentation
- Improvements to web schedules
- Bug fixes
2022-11-01 14:34:31 +00:00
## v1.0.49 (2022-11-01)
- Enable SMTP email backend by default
- Fix Grafana sidebar frontend bug
2022-11-01 19:03:01 +08:00
## v1.0.48 (2022-11-01)
2022-11-01 19:02:10 +08:00
- verify_number management command
- chatops page redesign
2022-11-01 19:03:01 +08:00
## v1.0.47 (2022-11-01)
2022-11-01 19:02:10 +08:00
- Bug fixes
2022-10-28 10:44:37 +02:00
## v1.0.46 (2022-10-28)
2022-10-27 13:52:03 +02:00
- Bug fixes
2022-10-28 10:44:37 +02:00
- remove `POST /api/internal/v1/custom_buttons/{id}/action` endpoint
2022-10-27 13:52:03 +02:00
2022-10-27 15:23:17 +02:00
## v1.0.45 (2022-10-27)
- Bug fix to revert commit which removed unused engine code
2022-10-27 16:02:05 +08:00
## v1.0.44 (2022-10-26)
2022-10-27 09:51:19 +02:00
- Bug fix for an issue that was affecting phone verification
2022-10-25 13:42:32 -06:00
## v1.0.43 (2022-10-25)
2022-10-27 09:51:19 +02:00
2022-10-25 13:42:32 -06:00
- Bug fixes
2022-10-24 16:32:53 +01:00
## v1.0.42 (2022-10-24)
2022-10-27 09:51:19 +02:00
2022-10-24 16:32:53 +01:00
- Fix posting resolution notes to Slack
2022-10-24 19:22:56 +08:00
## v1.0.41 (2022-10-24)
2022-10-27 09:51:19 +02:00
2022-10-24 19:22:56 +08:00
- Add personal email notifications
- Bug fixes
2022-10-05 14:55:33 -03:00
## v1.0.40 (2022-10-05)
2022-10-27 09:51:19 +02:00
2022-10-05 14:55:33 -03:00
- Improved database and celery backends support
- Added script to import PagerDuty users to Grafana
- Bug fixes
2022-10-03 11:18:49 -06:00
## v1.0.39 (2022-10-03)
- Fix issue in v1.0.38 blocking the creation of schedules and webhooks in the UI
2022-09-30 12:40:22 -06:00
## v1.0.38 (2022-09-30)
2022-09-28 16:59:57 +02:00
2022-09-30 12:40:22 -06:00
- Fix exception handling for adding resolution notes when slack and oncall users are out of sync.
- Fix all day events showing as having gaps in slack notifications
- Improve plugin configuration error message readability
2022-09-28 16:59:57 +02:00
- Add `telegram` key to `permalinks` property in `AlertGroup` public API response schema
## v1.0.37 (2022-09-21)
2022-09-22 15:17:17 +02:00
2022-09-23 12:10:01 +01:00
- Improve API token creation form
- Fix alert group bulk action bugs
2022-09-22 15:17:17 +02:00
- Add `permalinks` property to `AlertGroup` public API response schema
2022-09-23 12:10:01 +01:00
- Scheduling system bug fixes
- Public API bug fixes
2022-09-22 15:17:17 +02:00
2022-09-12 10:20:08 -03:00
## v1.0.36 (2022-09-12)
2022-09-22 15:17:17 +02:00
2022-09-12 10:20:08 -03:00
- Alpha web schedules frontend/backend updates
- Bug fixes
2022-09-07 11:35:41 +01:00
## v1.0.35 (2022-09-07)
2022-09-22 15:17:17 +02:00
2022-09-07 11:35:41 +01:00
- Bug fixes
2022-09-06 20:18:03 +05:00
## v1.0.34 (2022-09-06)
2022-09-22 15:17:17 +02:00
2022-09-06 20:18:03 +05:00
- Fix schedule notification spam
2022-09-06 13:11:12 +01:00
## v1.0.33 (2022-09-06)
2022-09-22 15:17:17 +02:00
2022-09-06 13:11:12 +01:00
- Add raw alert view
- Add GitHub star button for OSS installations
- Restore alert group search functionality
- Bug fixes
2022-09-01 14:48:14 +01:00
## v1.0.32 (2022-09-01)
2022-09-22 15:17:17 +02:00
2022-09-01 14:48:14 +01:00
- Bug fixes
2022-09-01 16:22:58 +05:00
## v1.0.31 (2022-09-01)
2022-09-22 15:17:17 +02:00
2022-09-01 16:22:58 +05:00
- Bump celery version
- Fix oss to cloud connection
2022-08-31 12:29:56 -06:00
## v1.0.30 (2022-08-31)
2022-09-22 15:17:17 +02:00
2022-08-31 12:29:56 -06:00
- Bug fix: check user notification policy before access
2022-08-31 11:56:03 +01:00
## v1.0.29 (2022-08-31)
2022-09-22 15:17:17 +02:00
2022-08-31 11:56:03 +01:00
- Add arm64 docker image
## v1.0.28 (2022-08-31)
2022-09-22 15:17:17 +02:00
2022-08-31 11:56:03 +01:00
- Bug fixes
2022-08-30 14:31:04 +01:00
## v1.0.27 (2022-08-30)
2022-09-22 15:17:17 +02:00
2022-08-30 14:31:04 +01:00
- Bug fixes
2022-08-26 16:06:21 +05:00
## v1.0.26 (2022-08-26)
2022-09-22 15:17:17 +02:00
2022-08-26 16:06:21 +05:00
- Insight log's format fixes
- Remove UserNotificationPolicy auto-recreating
2022-08-24 16:16:27 -03:00
## v1.0.25 (2022-08-24)
2022-09-22 15:17:17 +02:00
2022-08-24 16:16:27 -03:00
- Bug fixes
2022-08-24 13:27:23 +05:00
## v1.0.24 (2022-08-24)
2022-09-22 15:17:17 +02:00
2022-08-24 13:27:04 +05:00
- Insight logs
- Default DATA_UPLOAD_MAX_MEMORY_SIZE to 1mb
2022-08-23 17:20:08 -03:00
## v1.0.23 (2022-08-23)
2022-09-22 15:17:17 +02:00
2022-08-23 17:20:08 -03:00
- Bug fixes
2022-08-16 09:47:23 -06:00
## v1.0.22 (2022-08-16)
2022-09-22 15:17:17 +02:00
2022-08-16 09:47:23 -06:00
- Make STATIC_URL configurable from environment variable
2022-08-12 10:23:15 -06:00
## v1.0.21 (2022-08-12)
2022-09-22 15:17:17 +02:00
2022-08-12 10:23:15 -06:00
- Bug fixes
2022-08-16 09:47:23 -06:00
2022-08-10 12:33:46 -03:00
## v1.0.19 (2022-08-10)
2022-09-22 15:17:17 +02:00
2022-08-10 12:33:46 -03:00
- Bug fixes
2022-08-03 12:54:36 +01:00
## v1.0.15 (2022-08-03)
2022-09-22 15:17:17 +02:00
2022-08-03 11:57:44 +01:00
- Bug fixes
2022-07-27 13:03:05 +01:00
## v1.0.13 (2022-07-27)
2022-09-22 15:17:17 +02:00
2022-07-27 13:03:05 +01:00
- Optimize alert group list view
- Fix a bug related to Twilio setup
2022-07-26 10:13:02 -03:00
## v1.0.12 (2022-07-26)
2022-09-22 15:17:17 +02:00
2022-07-26 10:13:02 -03:00
- Update push-notifications dependency
- Rework how absolute URLs are built
- Fix to show maintenance windows per team
- Logging improvements
- Internal api to get a schedule final events
2022-07-22 15:24:24 +04:00
## v1.0.10 (2022-07-22)
2022-09-22 15:17:17 +02:00
2022-07-22 15:24:24 +04:00
- Speed-up of alert group web caching
- Internal api for OnCall shifts
2022-07-21 16:00:38 +01:00
## v1.0.9 (2022-07-21)
2022-09-22 15:17:17 +02:00
2022-07-21 10:46:44 +01:00
- Frontend bug fixes & improvements
- Support regex_replace() in templates
2022-07-21 16:00:38 +01:00
- Bring back alert group caching and list view
2022-06-03 08:09:47 -06:00
2022-07-18 16:21:15 +01:00
## v1.0.7 (2022-07-18)
2022-09-22 15:17:17 +02:00
2022-07-18 16:21:15 +01:00
- Backend & frontend bug fixes
- Deployment improvements
- Reshape webhook payload for outgoing webhooks
- Add escalation chain usage info on escalation chains page
- Improve alert group list load speeds and simplify caching system
## v1.0.6 (2022-07-12)
2022-09-22 15:17:17 +02:00
2022-07-12 14:15:46 +04:00
- Manual Incidents enabled for teams
- Fix phone notifications for OSS
- Public API improvements
2022-07-18 16:21:15 +01:00
## v1.0.5 (2022-07-06)
2022-09-22 15:17:17 +02:00
2022-07-18 16:21:15 +01:00
- Bump Django to 3.2.14
- Fix PagerDuty iCal parsing
2022-06-28 16:02:37 -03:00
## 1.0.4 (2022-06-28)
2022-09-22 15:17:17 +02:00
2022-06-28 16:02:37 -03:00
- Allow Telegram DMs without channel connection.
2022-06-27 13:42:24 +04:00
## 1.0.3 (2022-06-27)
2022-09-22 15:17:17 +02:00
2022-06-27 13:42:24 +04:00
- Fix users public api endpoint. Now it returns users with all roles.
- Fix redundant notifications about gaps in schedules.
- Frontend fixes.
2022-06-17 10:23:38 -06:00
## 1.0.2 (2022-06-17)
- Fix Grafana Alerting integration to handle API changes in Grafana 9
2022-12-01 14:26:54 +01:00
- Improve public api endpoint for outgoing webhooks (/actions) by adding ability to create, update and delete
outgoing webhook instance
2022-06-17 10:23:38 -06:00
## 1.0.0 (2022-06-14)
- First Public Release
2022-06-13 16:39:58 -06:00
## 0.0.71 (2022-06-06)
2022-06-28 16:02:37 -03:00
- Initial Commit Release