v0.45.0
keephq/keepv0.45.0Jun 2, 2025by github-actions[bot]
AI Summary
A minor release focusing on UI improvements, CEL (Common Expression Language) enhancements, and bug fixes related to sorting, validation, and pagination.
Key Highlights
- Improved sorting functionality for the 'startedAt' field.
- Added environment variables to reduce noise in the navbar links.
- Introduced a new 'from_timestamp' Keep function for time manipulation.
- Fixed pagination reset issues that resulted in empty pages after filtering.
New Features
- Add env vars for noise reduction navbar links.
- Use CelInput to display CEL in preset widget.
- Add 'from_timestamp' keep function.
Full Release Notes
## What's Changed * fix: sorting for startedAt field by @lukeod in https://github.com/keephq/keep/pull/4936 * feat: Add env vars for noise reduction navbar links by @skynetigor in https://github.com/keephq/keep/pull/4945 * feat: Use CelInput to display CEL in preset widget by @skynetigor in https://github.com/keephq/keep/pull/4947 * fix: sanitize html from user input by @Kiryous in https://github.com/keephq/keep/pull/4946 * feat: add `from_timestamp` keep function by @Kiryous in https://github.com/keephq/keep/pull/4952 * fix: validate variable in action inside foreach container by @Kiryous in https://github.com/keephq/keep/pull/4953 * fix: workflow `consts` could be of many types by @Kiryous in https://github.com/keephq/keep/pull/4955 * fix: Pagination not reset after filtering results in empty page by @skynetigor in https://github.com/keephq/keep/pull/4956 * fix: alert evaluation by @shahargl in https://github.com/keephq/keep/pull/4961 **Full Changelog**: https://github.com/keephq/keep/compare/v0.44.13...v0.45.0