Releases: uwdata/flechette
Releases · uwdata/flechette
v2.3.0
Changelog
- Add compression support.
- Add compression codec registry for adding pluggable codecs.
- Fix encoded buffer region lengths to contain true length, not padded length.
- Update documentation with compression options and examples.
Full Changelog: v2.2.7...v2.3.0
v2.2.7
Changelog
- Fix: support empty struct fields in Arrow IPC decoding. (thanks @roelentless!)
Full Changelog: v2.2.6...v2.2.7
v2.2.6
Changelog
- Fix: bug in IPC stream decoding when an empty batch is part of the stream by (thanks @roelentless!)
Full Changelog: v2.2.5...v2.2.6
v2.2.5
Changelog
- Fix: infer correct
bitWidthforTimetype based onunit. (thanks @roelentless!) - Fix: decoder handling when a null column is not last in schema. (thanks @roelentless!)
- Update dependencies.
Full Changelog: v2.2.4...v2.2.5
v2.2.4
Changelog
- Fix
nullfield metadata encoding. (thanks @roelentless!)
New Contributors
- @roelentless made their first contribution in #47
Full Changelog: v2.2.3...v2.2.4
v2.2.3
Changelog
- Fix
ArrayBufferLikecheck to be safe in caseSharedArrayBufferis not defined.
Full Changelog: v2.2.2...v2.2.3
v2.2.2
v2.2.1
v2.2.0
v2.1.0
Changelog
- Update Table types to include column type map.
- Reformat type imports to use
@importsyntax.
Full Changelog: v2.0.1...v2.1.0