Skip to content

0.1.24

Choose a tag to compare

@ember-nexus-bot ember-nexus-bot released this 20 Sep 14:24
· 57 commits to main since this release
c83131d

0.1.24 - 2025-09-20

Added

  • Add new polyglot search endpoint, closes [#109].
  • Add support for parsing Cypher queries via ANTLR grammars, enabling advanced security checks without manual
    verification.
  • Add support for expressions in Elasticsearch Query DSL and Element Hydration search steps using the library
    Expr library.
  • Add GET /graph-structure endpoint.
  • Increase general test coverage to 28.2% (lines) and 54.1% (classes), increase mutant score indicator for covered code
    to 91%, closes [#364]. Feature tests do not count towards code coverage.

Changed

  • Improve documentation.
  • Upgrade Symfony and other PHP dependencies.

Removed

  • Removed old search endpoint logic. Existing search queries need to be adapted for the new search endpoint.