Skip to content

Releases: RelationalAI/logical-query-protocol

v0.5.5

Choose a tag to compare

@hbarthels hbarthels released this 24 Jun 13:14
671608d

What's Changed

Full Changelog: v0.5.4...v0.5.5

v0.5.4

Choose a tag to compare

@hbarthels hbarthels released this 23 Jun 17:30
2a0419a

What's Changed

Full Changelog: v0.5.3...v0.5.4

v0.5.3

Choose a tag to compare

@davidwzhao davidwzhao released this 16 Jun 04:58
766469e

What's Changed

Full Changelog: v0.5.2...v0.5.3

v0.5.2

Choose a tag to compare

@gbrgr gbrgr released this 17 Apr 08:44
6484c76

What's Changed

New Contributors

Full Changelog: v0.5.1...v0.5.2

v0.5.1

Choose a tag to compare

@vustef vustef released this 01 Apr 10:39
df3fb2f

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.5.1

v0.5.0

Choose a tag to compare

@comnik comnik released this 19 Mar 17:16
dcaf661

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

Choose a tag to compare

@comnik comnik released this 28 Feb 13:37
5169dff

What's Changed

New Contributors

  • @Drvi made their first contribution in #223

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

v0.3.0

Choose a tag to compare

@comnik comnik released this 21 Feb 13:57
bc5a717

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.