What's Changed
- fix: Update __save_error_alerts to handle single AlertDto input by @VladimirFilonov in #4584
- fix: Refactor tenant configurations handling for better robustness by @VladimirFilonov in #4586
- fix: Handle race conditions when updating incidents in database by @VladimirFilonov in #4588
- fix(utils): convert string indices to int in index() function to prevent TypeError by @nordby in #4593
- fix: wf versions migration by @Kiryous in #4575
- feat: batch alerts enrichment using cel by @tuantran0910 in #4568
- fix: Replace some workflows exception logging with warning and include context by @VladimirFilonov in #4590
- fix: Move alert enrichment outside conditional block for get_incident_for_grouping_rule by @VladimirFilonov in #4592
- fix: Enhance logging and event handling in Mailgun provider by @VladimirFilonov in #4602
- fix(pagerduty): incident alert is None in some cases by @talboren in #4609
New Contributors
Full Changelog: v0.41.28...v0.41.29