Releases: uwdata/flechette
Releases · uwdata/flechette
v2.4.0
What's Changed
- Add
useBigIntTimestampdata conversion option. (thanks @tonygoldcrest!) - Fix array type checkers to be applicable cross-realm.
- Update dependencies.
New Contributors
- @tonygoldcrest made their first contribution in #67
Full Changelog: v2.3.0...v2.4.0
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