Releases: averdeny/graphglot
v0.10.0
v0.10.0 (2026-04-23)
Features
- Add uniform pattern for implementation-defined defaults (
1e67c7d)
Detailed Changes: v0.9.4...v0.10.0
v0.9.4
v0.9.4 (2026-04-16)
Bug Fixes
- Translate Cypher comprehensions to GQL instead of silent [] (
8cf7b7c)
Detailed Changes: v0.9.3...v0.9.4
v0.9.3
v0.9.3 (2026-04-16)
Bug Fixes
- Set Cypher variable-length path default lower bound to 1 (
2a055de)
Detailed Changes: v0.9.2...v0.9.3
v0.9.2
v0.9.2 (2026-04-06)
Bug Fixes
- Skip pre-filtering WITH...WHERE when aggregation is present (
1bf48c9)
Detailed Changes: v0.9.1...v0.9.2
v0.9.1
v0.9.1 (2026-04-06)
Bug Fixes
- Reject bare (variable) as pattern predicate in boolean context (
8749e0e)
Detailed Changes: v0.9.0...v0.9.1
v0.9.0
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
v0.8.4
v0.8.4 (2026-04-03)
Bug Fixes
- Resolve all 36 TCK roundtrip xfails (100% roundtrip coverage) (
77d7032)
Detailed Changes: v0.8.3...v0.8.4
v0.8.3
v0.8.3 (2026-04-01)
Bug Fixes
- Resolve 26 TCK roundtrip xfails by allowing node rebinding in Cypher CREATE/MERGE (
2bfa8eb)
Detailed Changes: v0.8.2...v0.8.3
v0.8.2
v0.8.2 (2026-04-01)
Bug Fixes
-
Resolve 15 TCK roundtrip xfails via feature declarations (
8feea74) -
Resolve 28 TCK roundtrip xfails via feature gating and scope fix (
e32731c) -
Transpile Cypher list concatenation (+) to GQL (||) (
71a354c)
Detailed Changes: v0.8.1...v0.8.2
v0.8.1
v0.8.1 (2026-03-31)
Bug Fixes
- Resolve WITH...WHERE scope loss in with_to_next transformation (
4624c23)
Detailed Changes: v0.8.0...v0.8.1