v1.5.0
v1.5.0
Added
- Introduced
http.query_routesconfiguration for reusable, named query routes. - Added new management endpoints:
GET /form-routes/{routeKey}GET /category-routes/{routeKey}
- Enabled scoped and non-scoped support for query routes.
- Added nested predicate DSL with logical groups:
all(AND)any(OR)
- Added rich operators:
eq,neq,gt,gte,lt,ltein,not_incontains,starts_with,ends_withis_null,not_nullbetween
- Added aggregate filtering support:
responses_countfor form routesforms_countfor category routes
Changed
- HTTP route listing command now includes query route endpoints.
- Authorization action map and base policy now include:
management.form_routemanagement.category_route
Tests
- Added feature coverage for form route resolution and category route resolution.
Full Changelog: v1.4.0...v1.5.0