v0.6.0
Another release is here. It contains 3 breaking changes and a couple of bug fixes (backported to 0.5
).
Breaking changes:
- Improved performance of codec initialization #63 (jorgecarleitao)
- Made
PageFilter
Send
#62 (dantengsky) - Allowed reusing compression buffer #60 (jorgecarleitao)
Fixed bugs:
- Fixed delta-bitpacked mini-block decoding #56 (kornholi)
- Add descriptor to
FixedLenStatistics
#54 (potter420) - Fixed error in reading zero-width bit from hybrid RLE. #53 (jorgecarleitao)
Enhancements: