Skip to content

v1.5.0

Choose a tag to compare

@EvanSchleret EvanSchleret released this 28 May 14:32
· 13 commits to main since this release
feacf83

v1.5.0

Added

  • Introduced http.query_routes configuration 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, lte
    • in, not_in
    • contains, starts_with, ends_with
    • is_null, not_null
    • between
  • Added aggregate filtering support:
    • responses_count for form routes
    • forms_count for category routes

Changed

  • HTTP route listing command now includes query route endpoints.
  • Authorization action map and base policy now include:
    • management.form_route
    • management.category_route

Tests

  • Added feature coverage for form route resolution and category route resolution.

Full Changelog: v1.4.0...v1.5.0