Skip to content

Release history

flate2-rs releases

DEFLATE, gzip, and zlib bindings for Rust

All releases

2 shown

1.1.9 Maintenance

Minor fixes and improvements.

Full changelog

What's Changed

  • use zlib-rs for 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.0 by @folkertdev in https://github.com/rust-lang/flate2-rs/pull/529

New Contributors

  • @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 New feature
Notable features
  • Documented feature flags using the document-features crate.
  • Added complete zlib-rs support without requiring C‑bindings.
Full changelog

What's Changed

  • 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

New Contributors

  • @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

Beta — feedback welcome: [email protected]