1.1.9 - upgrade zlib-rs to version `0.6.0`
- use
zlib-rsfor crc32 (when available) by @folkertdev in https://github.com/rust-lang/flate2-rs/pull/526 - Add tests to check data CRC by @jongiddy in https://github.com/rust-lang/flate2-rs/pull/527
- update LICENSE-MIT by @wgyt in https://github.com/rust-lang/flate2-rs/pull/528
- upgrade zlib-rs to version
0.6.0by @folkertdev in https://github.com/rust-lang/flate2-rs/pull/529
- @wgyt made their first contribution in https://github.com/rust-lang/flate2-rs/pull/528
Full Changelog: https://github.com/rust-lang/flate2-rs/compare/1.1.8...1.1.9
1.1.8
- Document feature flags using document-features crate by @Copilot in https://github.com/rust-lang/flate2-rs/pull/519
- Complete the zlib-rs support without the need for C-bindings by @Byron in https://github.com/rust-lang/flate2-rs/pull/524
- test zlib API for all compatible backends by @Byron in https://github.com/rust-lang/flate2-rs/pull/525
- @Copilot made their first contribution in https://github.com/rust-lang/flate2-rs/pull/519
Full Changelog: https://github.com/rust-lang/flate2-rs/compare/1.1.7...1.1.8
1.1.7 - depend on `zlib-rs` directly and remove `libz-rs-sys`
- chore: make some documents clearer by @reddaisyy in https://github.com/rust-lang/flate2-rs/pull/510
- Explain rationale for choosing bufread,read,write modules by @jongiddy in https://github.com/rust-lang/flate2-rs/pull/512
- use Decompress::reset() instead of recreating in DeflateDecoder by @amirshukayev in https://github.com/rust-lang/flate2-rs/pull/514
- use
zlib_rsapi by @folkertdev in https://github.com/rust-lang/flate2-rs/pull/513
- @reddaisyy made their first contribution in https://github.com/rust-lang/flate2-rs/pull/510
- @amirshukayev made their first contribution in https://github.com/rust-lang/flate2-rs/pull/514
Full Changelog: https://github.com/rust-lang/flate2-rs/compare/1.1.5...1.1.6
1.1.6 - YANKED
It caused https://github.com/rust-lang/flate2-rs/issues/515.
- chore: make some documents clearer by @reddaisyy in https://github.com/rust-lang/flate2-rs/pull/510
- Explain rationale for choosing bufread,read,write modules by @jongiddy in https://github.com/rust-lang/flate2-rs/pull/512
- use Decompress::reset() instead of recreating in DeflateDecoder by @amirshukayev in https://github.com/rust-lang/flate2-rs/pull/514
- use
zlib_rsapi by @folkertdev in https://github.com/rust-lang/flate2-rs/pull/513
- @reddaisyy made their first contribution in https://github.com/rust-lang/flate2-rs/pull/510
- @amirshukayev made their first contribution in https://github.com/rust-lang/flate2-rs/pull/514
Full Changelog: https://github.com/rust-lang/flate2-rs/compare/1.1.5...1.1.6
1.1.5
This bugfix release fixes #508, as flush didn't always work anymore in conjunction with miniz_oxide.
- Revert flush change by @fintelia in https://github.com/rust-lang/flate2-rs/pull/509
Full Changelog: https://github.com/rust-lang/flate2-rs/compare/1.1.4...1.1.5
1.1.4 - it's 1.1.3 with fixed documentation
See here for the changelog of v1.1.3: https://github.com/rust-lang/flate2-rs/releases/tag/1.1.3 .
Full Changelog: https://github.com/rust-lang/flate2-rs/compare/1.1.3...1.1.4
1.1.3
- use
zlibVersion()instead of aconstfor the version by @folkertdev in https://github.com/rust-lang/flate2-rs/pull/491 - Switch from adler2 to simd-adler32 crate when using miniz_oxide backend by @Shnatsel in https://github.com/rust-lang/flate2-rs/pull/492
- Correct documentation typo by @fintelia in https://github.com/rust-lang/flate2-rs/pull/495
- Use partial flushes with miniz_oxide backend by @fintelia in https://github.com/rust-lang/flate2-rs/pull/496
- Undo introducing straight up incorrect documentation by @Shnatsel in https://github.com/rust-lang/flate2-rs/pull/497
- Update cloudflare-zlib-sys crate by @jongiddy in https://github.com/rust-lang/flate2-rs/pull/503
- Add
(de)compress_uninitthat accepts&[MaybeUninit<u8>]by @NobodyXu in https://github.com/rust-lang/flate2-rs/pull/502 - bump the patch level for a new release by @Byron in https://github.com/rust-lang/flate2-rs/pull/504
- @fintelia made their first contribution in https://github.com/rust-lang/flate2-rs/pull/495
Full Changelog: https://github.com/rust-lang/flate2-rs/compare/1.1.2...1.1.3
1.1.2
- feat: simplify manual bits extraction and an unneeded reref by @CosminPerRam in https://github.com/rust-lang/flate2-rs/pull/484
- chore: update deps by @CosminPerRam in https://github.com/rust-lang/flate2-rs/pull/485
- feat: solve remaining clippy warnings and add it to CI by @CosminPerRam in https://github.com/rust-lang/flate2-rs/pull/487
- ci: add audit check by @CosminPerRam in https://github.com/rust-lang/flate2-rs/pull/488
- feat: revert most recent deps updates by @CosminPerRam in https://github.com/rust-lang/flate2-rs/pull/489
- upgrade zlib-rs to version
0.5.1by @folkertdev in https://github.com/rust-lang/flate2-rs/pull/490
Full Changelog: https://github.com/rust-lang/flate2-rs/compare/1.1.1...1.1.2
1.1.1
This release should be smaller and thus faster to download. Additionally, when using the zlib-rs backend, duplicate symbol issues shouldn't occur anymore.
- docs: Update README to promote zlib-rs by @Xuanwo in https://github.com/rust-lang/flate2-rs/pull/470
- Update miniz_oxide to 0.8.5 by @oyvindln in https://github.com/rust-lang/flate2-rs/pull/475
- Remove stale CHANGELOG.md by @jayvdb in https://github.com/rust-lang/flate2-rs/pull/476
- More informative README on backends by @Shnatsel in https://github.com/rust-lang/flate2-rs/pull/480
- Rewrite outdated backend notes in lib.rs by @Shnatsel in https://github.com/rust-lang/flate2-rs/pull/481
- upgrade zlib-rs to version
0.5.0by @folkertdev in https://github.com/rust-lang/flate2-rs/pull/482
- @Xuanwo made their first contribution in https://github.com/rust-lang/flate2-rs/pull/470
- @jayvdb made their first contribution in https://github.com/rust-lang/flate2-rs/pull/476
Full Changelog: https://github.com/rust-lang/flate2-rs/compare/1.1.0...1.1.1
1.1.0
- Fix cfgs by @kornelski in https://github.com/rust-lang/flate2-rs/pull/441
- update CI to use new wasi target by @oyvindln in https://github.com/rust-lang/flate2-rs/pull/444
- Implement
CloneforCompressErrorandDecompressErrorby @mkrasnitski in https://github.com/rust-lang/flate2-rs/pull/445 - Update LICENSE-MIT by @maximevtush in https://github.com/rust-lang/flate2-rs/pull/448
- feat: replace custom u16 le parser with existent rust method by @CosminPerRam in https://github.com/rust-lang/flate2-rs/pull/450
- Fix CI by @Byron in https://github.com/rust-lang/flate2-rs/pull/449
- Do not use cloudflare-zlib-sys 0.3.4 by @jongiddy in https://github.com/rust-lang/flate2-rs/pull/451
- Increase minimum compiler version to 1.67 by @jongiddy in https://github.com/rust-lang/flate2-rs/pull/452
- deps: bump miniz_oxide to 0.8.4 by @CosminPerRam in https://github.com/rust-lang/flate2-rs/pull/459
- deps(dev): update rand to 0.9 by @CosminPerRam in https://github.com/rust-lang/flate2-rs/pull/458
- docs: fix spelling mistake in flate2::zlib::write::ZlibDecoder by @CosminPerRam in https://github.com/rust-lang/flate2-rs/pull/455
- feat: remove explicit default impls by @CosminPerRam in https://github.com/rust-lang/flate2-rs/pull/457
- Change private bounds from
R: ReadtoR: BufReadby @JonathanBrouwer in https://github.com/rust-lang/flate2-rs/pull/453 - feat: replace manual copy loop with rust-provided function by @CosminPerRam in https://github.com/rust-lang/flate2-rs/pull/456
- feat: reduce CrcReader::sum calls in GzEncoder::read_footer by @CosminPerRam in https://github.com/rust-lang/flate2-rs/pull/454
- feat: remove redundant if guard on option value match by @CosminPerRam in https://github.com/rust-lang/flate2-rs/pull/464
- feat: add Error associated type in zio::Ops to handle multiple errors by @CosminPerRam in https://github.com/rust-lang/flate2-rs/pull/461
- feat: remove explicit redundant lifetime by @CosminPerRam in https://github.com/rust-lang/flate2-rs/pull/465
- feat: impl From to MZFlush by @CosminPerRam in https://github.com/rust-lang/flate2-rs/pull/462
- upgrade zlib-rs to version
0.4.2by @folkertdev in https://github.com/rust-lang/flate2-rs/pull/466
- @mkrasnitski made their first contribution in https://github.com/rust-lang/flate2-rs/pull/445
- @maximevtush made their first contribution in https://github.com/rust-lang/flate2-rs/pull/448
- @CosminPerRam made their first contribution in https://github.com/rust-lang/flate2-rs/pull/450
- @JonathanBrouwer made their first contribution in https://github.com/rust-lang/flate2-rs/pull/453
Full Changelog: https://github.com/rust-lang/flate2-rs/compare/1.0.35...1.1.0