v0.5.0
Highlights
WITHclause chaining. Enables post-aggregation filtering (... WITH n, count(*) AS c WHERE c > 1 ...) and passing values between clauses. Required generalizing bindings to hold either a node or a computed value.
Breaking: the Query AST is now a clause pipeline (clauses + result).