v0.44.8
keephq/keepv0.44.8May 25, 2025by github-actions[bot]
AI Summary
UI and API fixes regarding text selection interaction, incident grouping, and alert timestamp retrieval.
Key Highlights
- Fixed AlertSideBar triggering when selecting text.
- Fixed incidents grouping by incident name.
- Fixed API to correctly retrieve 'startedAt' for freshly pushed alerts.
Full Release Notes
## What's Changed * fix: parse python-style regex groups in new extraction form by @Kiryous in https://github.com/keephq/keep/pull/4900 * fix(ui): prevent AlertSideBar when selecting text by @talboren in https://github.com/keephq/keep/pull/4899 * fix(ui): incidents group by incident name by @talboren in https://github.com/keephq/keep/pull/4896 * fix(api): get startedAt for freshly pushed alerts by @talboren in https://github.com/keephq/keep/pull/4901 **Full Changelog**: https://github.com/keephq/keep/compare/v0.44.7...v0.44.8