Releases: rust-lang/flate2-rs
Releases · rust-lang/flate2-rs
Release list
1.1.10
What's Changed
- feat: reuse zlib's decoder buffer by @Vaiz in #532
- feat: add reset method for read::GzDecoder and buffered::GzDecoder by @Vaiz in #534
- Drop cloudflare-zlib by @kornelski in #539
- Add a wrapper for the
Crcstruct by @MikkelPaulson in #540 - Bump miniz_oxide to 0.9 by @oscargus in #543
- Upgrade miniz_oxide and add unit tests of the different flush kinds by @fintelia in #498
- Fix infinite loop in writing gzip header/footer by @Shnatsel in #547
- test: generate corrupt gzip fixture at runtime by @nanookclaw in #550
- Reject oversized gzip extra fields by @Byron in #553
- Reject incomplete deflate streams at EOF by @Guflly in #556
- Include
README.mdin a private module by @bushrat011899 in #562 - Add
no_stdsupport using nightlyalloc_ioby @bushrat011899 in #559 - Update
get_mut()documentation to make clear how 'inner` can be used by @Byron in #558
New Contributors
- @Vaiz made their first contribution in #532
- @MikkelPaulson made their first contribution in #540
- @oscargus made their first contribution in #543
- @nanookclaw made their first contribution in #550
- @Guflly made their first contribution in #556
- @bushrat011899 made their first contribution in #562
Full Changelog: 1.1.9...1.1.10
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