You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.