4 February, 2026
This release includes bug fixes for computed fields and nested create validation.
Fixes and Improvements
-
Fixed the
!=operator with enum arrays in aggregate filter expressions. You can now use expressions likeCOUNTIF(customer.orders, customer.orders.status != OrderStatus.Cancelled)in computed fields. -
Fixed validation of required fields in nested create inputs for has-many relationships. When creating a parent record with nested items, all required fields on the nested model are now correctly validated.
For a full list of fixes and improvements, check out our GitHub releases page (opens in a new tab).
For any issues or feedback, please contact us at help@keel.so.
Thank you for using Keel!