v0.44.12
keephq/keepv0.44.12May 28, 2025by github-actions[bot]
AI Summary
This release improves CEL (Common Expression Language) handling by fixing boolean conversion issues and adding logging for AST conversion errors, alongside a new array enrichment feature.
Key Highlights
- Fixed boolean handling in CEL-to-SQL conversion and facets.
- Added error logging for CEL to AST conversion to aid debugging.
- Introduced support for enriching arrays.
New Features
- Support enrich array.
Full Release Notes
## What's Changed * fix: Fix boolean handling in CEL-to-SQL and in facets by @skynetigor in https://github.com/keephq/keep/pull/4894 * fix: Add logging for errors in CEL to AST conversion by @skynetigor in https://github.com/keephq/keep/pull/4932 * feat: support enrich array by @shahargl in https://github.com/keephq/keep/pull/4935 **Full Changelog**: https://github.com/keephq/keep/compare/v0.44.11...v0.44.12