Skip to content

Releases: RelationalAI/logical-query-protocol

v0.5.0

19 Mar 17:16
dcaf661

Choose a tag to compare

What's Changed

  • New types: Added INT32, FLOAT32, and UInt32 support (#226, #229)
  • Provenance: Added provenance tracking to the LQP parser (#220)
  • Protobuf upgrade: Updated Python SDK protobuf dependency to support v5.x (#201, #234)
  • Meta improvements:
    • Support more characters in identifiers (#225)
    • Make relation_id_from_string consistent with BackIR2LQP (#221)
    • Add formatted and non-formatted literal tokens (#228)
  • Build fixes: Avoid using Julia startup file for proto generation and SDK tests (#230, #231), don't check in the Manifest (#227)

Full Changelog: v0.4.0...v0.5.0

v0.4.0

28 Feb 13:37
5169dff

Choose a tag to compare

What's Changed

New Contributors

  • @Drvi made their first contribution in #223

Full Changelog: v0.3.0...v0.4.0

v0.3.0

21 Feb 13:57
bc5a717

Choose a tag to compare

First release using the new automated SDK toolchain, which generated protobuf, parser, and pretty printer for Python, Julia, and Go.

This release also includes the new Snapshot write action.