Releases: rust-lang/flate2-rs
Releases · rust-lang/flate2-rs
1.1.9 - upgrade zlib-rs to version `0.6.0`
What's Changed
- use
zlib-rsfor crc32 (when available) by @folkertdev in #526 - Add tests to check data CRC by @jongiddy in #527
- update LICENSE-MIT by @wgyt in #528
- upgrade zlib-rs to version
0.6.0by @folkertdev in #529
New Contributors
Full Changelog: 1.1.8...1.1.9
1.1.8
What's Changed
- Document feature flags using document-features crate by @Copilot in #519
- Complete the zlib-rs support without the need for C-bindings by @Byron in #524
- test zlib API for all compatible backends by @Byron in #525
New Contributors
- @Copilot made their first contribution in #519
Full Changelog: 1.1.7...1.1.8
1.1.7 - depend on `zlib-rs` directly and remove `libz-rs-sys`
What's Changed
- chore: make some documents clearer by @reddaisyy in #510
- Explain rationale for choosing bufread,read,write modules by @jongiddy in #512
- use Decompress::reset() instead of recreating in DeflateDecoder by @amirshukayev in #514
- use
zlib_rsapi by @folkertdev in #513
New Contributors
- @reddaisyy made their first contribution in #510
- @amirshukayev made their first contribution in #514
Full Changelog: 1.1.5...1.1.6
1.1.6 - YANKED
It caused #515.
What's Changed
- chore: make some documents clearer by @reddaisyy in #510
- Explain rationale for choosing bufread,read,write modules by @jongiddy in #512
- use Decompress::reset() instead of recreating in DeflateDecoder by @amirshukayev in #514
- use
zlib_rsapi by @folkertdev in #513
New Contributors
- @reddaisyy made their first contribution in #510
- @amirshukayev made their first contribution in #514
Full Changelog: 1.1.5...1.1.6
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: 1.1.3...1.1.4
1.1.3
What's Changed
- use
zlibVersion()instead of aconstfor 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_uninitthat 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
1.1.2
What's Changed
- feat: simplify manual bits extraction and an unneeded reref by @CosminPerRam in #484
- chore: update deps by @CosminPerRam in #485
- feat: solve remaining clippy warnings and add it to CI by @CosminPerRam in #487
- ci: add audit check by @CosminPerRam in #488
- feat: revert most recent deps updates by @CosminPerRam in #489
- upgrade zlib-rs to version
0.5.1by @folkertdev in #490
Full Changelog: 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.
What's Changed
- docs: Update README to promote zlib-rs by @Xuanwo in #470
- Update miniz_oxide to 0.8.5 by @oyvindln in #475
- Remove stale CHANGELOG.md by @jayvdb in #476
- More informative README on backends by @Shnatsel in #480
- Rewrite outdated backend notes in lib.rs by @Shnatsel in #481
- upgrade zlib-rs to version
0.5.0by @folkertdev in #482
New Contributors
Full Changelog: 1.1.0...1.1.1
1.1.0
What's Changed
- Fix cfgs by @kornelski in #441
- update CI to use new wasi target by @oyvindln in #444
- Implement
CloneforCompressErrorandDecompressErrorby @mkrasnitski in #445 - Update LICENSE-MIT by @maximevtush in #448
- feat: replace custom u16 le parser with existent rust method by @CosminPerRam in #450
- Fix CI by @Byron in #449
- Do not use cloudflare-zlib-sys 0.3.4 by @jongiddy in #451
- Increase minimum compiler version to 1.67 by @jongiddy in #452
- deps: bump miniz_oxide to 0.8.4 by @CosminPerRam in #459
- deps(dev): update rand to 0.9 by @CosminPerRam in #458
- docs: fix spelling mistake in flate2::zlib::write::ZlibDecoder by @CosminPerRam in #455
- feat: remove explicit default impls by @CosminPerRam in #457
- Change private bounds from
R: ReadtoR: BufReadby @JonathanBrouwer in #453 - feat: replace manual copy loop with rust-provided function by @CosminPerRam in #456
- feat: reduce CrcReader::sum calls in GzEncoder::read_footer by @CosminPerRam in #454
- feat: remove redundant if guard on option value match by @CosminPerRam in #464
- feat: add Error associated type in zio::Ops to handle multiple errors by @CosminPerRam in #461
- feat: remove explicit redundant lifetime by @CosminPerRam in #465
- feat: impl From to MZFlush by @CosminPerRam in #462
- upgrade zlib-rs to version
0.4.2by @folkertdev in #466
New Contributors
- @mkrasnitski made their first contribution in #445
- @maximevtush made their first contribution in #448
- @CosminPerRam made their first contribution in #450
- @JonathanBrouwer made their first contribution in #453
Full Changelog: 1.0.35...1.1.0