|
1 |
| -## 0.28.0-rc.0 / 2024-10-24 |
| 1 | +## 0.28.0 / 2025-01-15 |
2 | 2 |
|
3 | 3 | * [CHANGE] Templating errors in the SNS integration now return an error. #3531 #3879
|
| 4 | +* [CHANGE] Adopt log/slog, drop go-kit/log #4089 |
4 | 5 | * [FEATURE] Add a new Microsoft Teams integration based on Flows #4024
|
5 | 6 | * [FEATURE] Add a new Rocket.Chat integration #3600
|
6 | 7 | * [FEATURE] Add a new Jira integration #3590 #3931
|
|
18 | 19 | * [ENHANCEMENT] Support the `since` and `humanizeDuration` functions to templates. This means users can now format time to more human-readable text. #3863
|
19 | 20 | * [ENHANCEMENT] Support the `date` and `tz` functions to templates. This means users can now format time in a specified format and also change the timezone to their specific locale. #3812
|
20 | 21 | * [ENHANCEMENT] Latency metrics now support native histograms. #3737
|
| 22 | +* [ENHANCEMENT] Add full width to adaptive card for msteamsv2 #4135 |
| 23 | +* [ENHANCEMENT] Add timeout option for webhook notifier. #4137 |
| 24 | +* [ENHANCEMENT] Update config to allow showing secret values when marshaled #4158 |
| 25 | +* [ENHANCEMENT] Enable templating for Jira project and issue_type #4159 |
21 | 26 | * [BUGFIX] Fix the SMTP integration not correctly closing an SMTP submission, which may lead to unsuccessful dispatches being marked as successful. #4006
|
22 | 27 | * [BUGFIX] The `ParseMode` option is now set explicitly in the Telegram integration. If we don't HTML tags had not been parsed by default. #4027
|
23 | 28 | * [BUGFIX] Fix a memory leak that was caused by updates silences continuously. #3930
|
|
30 | 35 | * [BUGFIX] Fix deadlock on the alerts memory store. #3715
|
31 | 36 | * [BUGFIX] Fix `amtool template render` when using the default values. #3725
|
32 | 37 | * [BUGFIX] Fix `webhook_url_file` for both the Discord and Microsoft Teams integrations. #3728 #3745
|
| 38 | +* [BUGFIX] Fix wechat api link #4084 |
| 39 | +* [BUGFIX] Fix build info metric #4166 |
| 40 | +* [BUGFIX] Fix UTF-8 not allowed in Equal field for inhibition rules #4177 |
33 | 41 |
|
34 | 42 | ## 0.27.0 / 2024-02-28
|
35 | 43 |
|
|
0 commit comments