Skip to content

v0.53.16

Choose a tag to compare

@lmeyerov lmeyerov released this 01 Apr 20:47
· 573 commits to master since this release

Added

  • GFQL native-chain rows() now materializes connected multi-alias bindings tables for named traversal chains (#880).

Fixed

  • Duplicate aliases are rejected in both legacy named-chain execution and direct rows(binding_ops=...) execution.
  • Missing alias-prefixed bindings properties now project as null instead of failing with a generic row-expression error.

Tests

  • Added regression coverage for binding-op duplicate aliases and native-chain injection guards.