Releases: RelationalAI/logical-query-protocol
Releases · RelationalAI/logical-query-protocol
Release list
v0.5.5
What's Changed
- Add option for ExportCSVConfig to target txn outputs by @davidwzhao in #262
- Bump version to v0.5.5 by @hbarthels in #264
Full Changelog: v0.5.4...v0.5.5
v0.5.4
What's Changed
- Add generalized
(relations …)CSV loading construct by @hbarthels in #259 - Bump version to v0.5.4 by @hbarthels in #263
Full Changelog: v0.5.3...v0.5.4
v0.5.3
What's Changed
- Add
UINT32tovalue_to_typeby @minsungc in #252 - Regenerate protobuf code. by @hbarthels in #254
- Promote
inline_csvstrings toFORMATTED_STRINGby @minsungc in #256 - Add storage integration to CSVConfig by @davidwzhao in #257
- Fix default value for CSV compression option by @davidwzhao in #258
- Bump version to v0.5.3 by @davidwzhao in #260
Full Changelog: v0.5.2...v0.5.3
v0.5.2
What's Changed
- IcebergData fixes by @vustef in #239
- Fix Python SDK protobuf compatibility lower bound by @comnik in #240
- Fix symbol parsing by @comnik in #242
- Explicit snapshot prefix by @comnik in #243
- Backport engine-side Julia SDK changes by @comnik in #244
- Support v2 CSV export in
_collect_read_ids!. by @hbarthels in #245 - Add attributes to
AlgorithmsandLoopsby @minsungc in #248 - Remove columns from iceberg export by @gbrgr in #249
New Contributors
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- Add Apache Iceberg load and export support by @mjschleich in #236
- Update to 5.1 by @vustef in #238
New Contributors
- @mjschleich made their first contribution in #236
- @vustef made their first contribution in #238
Full Changelog: v0.5.0...v0.5.1
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