Skip to content

v0.53.5

Choose a tag to compare

@lmeyerov lmeyerov released this 18 Mar 02:06
· 645 commits to master since this release
339a623

Fixed

  • GFQL: Fixed g.gfql() rejecting pre-serialized Let dict envelopes ({"type": "Let", "bindings": {...}}). Unblocks ETL server from passing gfql_query Let payloads to g.gfql().
  • GFQL / Remote: Fixed _step_to_json emitting "ChainRef" instead of "Ref". Removed spurious "ChainRef" alias from from_json() and all documentation — the wire type has always been "Ref".

Added

  • GFQL / Remote: gfql_remote() now accepts output parameter for selecting which Let/DAG binding to return.