Skip to content

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 05 Apr 20:10
· 31 commits to main since this release

v0.9.0 (2026-04-05)

Bug Fixes

  • Implement GQL temporal function keywords in base parser (spec 20.27) (7f71acd)

  • Resolve GQ17 false positive on grouped aliased properties (9572a27)

  • Resolve size() via type annotation and parenthesize predicate comparisons (2d8ed09)

  • Restrict GROUP BY injection to ORDER BY with aggregates (§14.10 SR 4) (dd83cd7)

  • Rewrite CypherSimpleCase to searched CASE and add implicit GROUP BY (7d3c346)

  • Wrap CHAR_LENGTH in COALESCE for STARTS WITH / ENDS WITH NULL safety (cdd0e10)

Features

  • Add quote_identifiers generator option for safe identifier quoting (c593a94)

  • Propagate RETURN alias types across NEXT boundaries (e05f95d)


Detailed Changes: v0.8.4...v0.9.0