|
5 | 5 | * [ENHANCEMENT] ... |
6 | 6 | * [BUGFIX] ... |
7 | 7 |
|
| 8 | +## 0.30.0-rc.0 / 2025-12-10 |
| 9 | + |
| 10 | +* [CHANGE] Don't allow calling qids with an empty ids list. #4707 |
| 11 | +* [FEATURE] Add mattermost integration. #4090 |
| 12 | +* [FEATURE] Add saturday to the first day of the week options. #4473 |
| 13 | +* [FEATURE] Add templating functions for working with urls. #4625 |
| 14 | +* [FEATURE] cluster: Allow persistent peer names. #4636 |
| 15 | +* [FEATURE] dispatch: Add start delay. #4704 |
| 16 | +* [FEATURE] provider: Add subscriber channel metrics. #4630 |
| 17 | +* [FEATURE] template: Add tojson function. #4773 |
| 18 | +* [FEATURE] Add api http metrics. #4162 |
| 19 | +* [FEATURE] Add distributed tracing support. #4745 |
| 20 | +* [FEATURE] Add names to inhibit rules. #4628 |
| 21 | +* [FEATURE] Add timeout option for pagerduty notifier. #4354 |
| 22 | +* [FEATURE] Add timeout option for slack notifier. #4355 |
| 23 | +* [FEATURE] Allow nested details fields in pagerduty. #3944 |
| 24 | +* [FEATURE] Implement `phantom_threading` to group email alerts into threads. #4623 |
| 25 | +* [FEATURE] gc: Report errors, but remove erroneous silences and continue. #4724 |
| 26 | +* [FEATURE] jira: Template customfields. #4029 |
| 27 | +* [FEATURE] jira: Allow configuring issue update via parameter. #4621 |
| 28 | +* [FEATURE] Slack app support. #4211 |
| 29 | +* [ENHANCEMENT] Add comment about smtp plain authentication. #4741 |
| 30 | +* [ENHANCEMENT] Add documentation about high availability. #4708 |
| 31 | +* [ENHANCEMENT] Add documentation for `client_allowed_sans`. #4706 |
| 32 | +* [ENHANCEMENT] Improve logging around webhook dispatch failure. #4511 |
| 33 | +* [ENHANCEMENT] Compile silence matchers when the silence is added. #4695 |
| 34 | +* [ENHANCEMENT] Fix '`s/client/alerts_api/g`' broken link in 0.29. #4718 |
| 35 | +* [ENHANCEMENT] Fix `rocketchat_config` docs. #4767 |
| 36 | +* [ENHANCEMENT] Fix: `<mute_time_interval>` was renamed. #4729 |
| 37 | +* [ENHANCEMENT] Improve inhibition performance. #4607 |
| 38 | +* [ENHANCEMENT] Loadsnapshot: update matcher index properly while not holding lock. #4714 |
| 39 | +* [ENHANCEMENT] Logging improvements. #4113 |
| 40 | +* [ENHANCEMENT] Move query locking back into private query function. #4694 |
| 41 | +* [ENHANCEMENT] Optimize the new inhibitor implementation for ~2.5x performance improvement. #4668 |
| 42 | +* [ENHANCEMENT] Reduce the time dispatch.group holds the mutex. #4670 |
| 43 | +* [ENHANCEMENT] Use b.loop() to simplify the code and improve performance. #4642 |
| 44 | +* [ENHANCEMENT] Remove duplicate slice during silences query. #4696 |
| 45 | +* [ENHANCEMENT] Silences: optimize incremental mutes queries via a silence version index. #4723 |
| 46 | +* [ENHANCEMENT] Update description for filter param in openapi. #4775 |
| 47 | +* [BUGFIX] Add new behavior to avoid races on config reload. #4705 |
| 48 | +* [BUGFIX] config: Fix duplicate header detection for all case variants. #2810 |
| 49 | +* [BUGFIX] marker: Stop state leakage from aggregation groups. #4438 |
| 50 | +* [BUGFIX] Fix pprof debug endpoints not working with --web.route-prefix. #4698 |
| 51 | +* [BUGFIX] Set context timeout for resolvepeers. #4343 |
| 52 | + |
8 | 53 | ## 0.29.0 / 2025-11-01 |
9 | 54 |
|
10 | 55 | * [FEATURE] Add incident.io notifier. #4372 |
|
0 commit comments