Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 1.46 KB

File metadata and controls

36 lines (19 loc) · 1.46 KB

Release Notes

All notable changes to this package will be documented in this file.

The format is based on Keep a Changelog.

Unreleased

  • Added strategy keyword argument to ZlibEncodeOptions, DeflateEncodeOptions, and GzipEncodeOptions to expose zlib's compression strategy (Z_DEFAULT_STRATEGY, Z_FILTERED, Z_HUFFMAN_ONLY, Z_RLE, Z_FIXED).

v1.0.0 - 2025-08-29

The API is now stable

v0.3.0 - 2025-08-26

  • Update to ChunkCodecCore 0.6 #72 #73
  • Added support for Julia 1.6 #68

v0.2.1 - 2025-07-28

  • Added support for Julia 1.9 #63

v0.2.0 - 2025-05-23

  • Update to ChunkCodecCore 0.5 #45

v0.1.2 - 2025-04-06

  • Added support for Julia 1.10 #33

v0.1.1 - 2025-02-26

Added

  • Initial release