0.437 (04 Feb 2026)

4 February, 2026

This release removes the deprecated jobs feature and includes bug fixes for computed fields and nested create validation.

Jobs Feature Removed

The job keyword has been removed from Keel. Jobs were deprecated in favor of Flows, which provide a more powerful and flexible way to orchestrate background work.

If your schema still uses jobs, you'll see a deprecation error with guidance on migrating to flows. See the Flows documentation for details on the new approach.

Fixes and Improvements

  • Fixed the != operator with enum arrays in aggregate filter expressions. You can now use expressions like COUNTIF(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!