All notable changes to this package will be documented in this file.
The format is based on Keep a Changelog.
- Added
strategykeyword argument toZlibEncodeOptions,DeflateEncodeOptions, andGzipEncodeOptionsto expose zlib's compression strategy (Z_DEFAULT_STRATEGY,Z_FILTERED,Z_HUFFMAN_ONLY,Z_RLE,Z_FIXED).
v1.0.0 - 2025-08-29
v0.3.0 - 2025-08-26
v0.2.1 - 2025-07-28
- Added support for Julia 1.9 #63
v0.2.0 - 2025-05-23
- Update to
ChunkCodecCore0.5 #45
v0.1.2 - 2025-04-06
- Added support for Julia 1.10 #33
v0.1.1 - 2025-02-26
- Initial release