Skip to content

1.1.3

Choose a tag to compare

@Byron Byron released this 05 Oct 08:33
· 4 commits to main since this release
1.1.3
3be6590

What's Changed

  • use zlibVersion() instead of a const for the version by @folkertdev in #491
  • Switch from adler2 to simd-adler32 crate when using miniz_oxide backend by @Shnatsel in #492
  • Correct documentation typo by @fintelia in #495
  • Use partial flushes with miniz_oxide backend by @fintelia in #496
  • Undo introducing straight up incorrect documentation by @Shnatsel in #497
  • Update cloudflare-zlib-sys crate by @jongiddy in #503
  • Add (de)compress_uninit that accepts &[MaybeUninit<u8>] by @NobodyXu in #502
  • bump the patch level for a new release by @Byron in #504

New Contributors

Full Changelog: 1.1.2...1.1.3