Releases: RelationalAI/logical-query-protocol
Releases · RelationalAI/logical-query-protocol
v0.5.0
What's Changed
- New types: Added
INT32,FLOAT32, andUInt32support (#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:
- 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
What's Changed
- Fix Julia package registration issues by @comnik in #212
- Update README to use
uv publishby @comnik in #213 - Fix Go SDK setup by @comnik in #214
- Add return type annotation for Julia handling of OneOf by @davidwzhao in #215
- Update ProtoBuf.jl to v1.2.2 by @comnik in #217
- [LQP Meta] Parser and pretty printer benchmarks by @nystrom in #218
- [LQP Meta] Pretty printer optimizations by @nystrom in #219
- Data declaration extensions by @comnik in #216
- Export CSV config revamp to support table exports by @davidwzhao in #199
- Update to ProtoBuf.jl v1.3.0 by @Drvi in #223
- [LQP Meta] distinct entry points for parsing txns and fragments by @nystrom in #222
- Bump SDK versions to 0.4.0 by @comnik in #224
New Contributors
Full Changelog: v0.3.0...v0.4.0