Skip to content

Releases: rust-lang/flate2-rs

1.1.4 - it's 1.1.3 with fixed documentation

05 Oct 18:01
1.1.4
ac412e9

Choose a tag to compare

1.1.3

05 Oct 08:33
1.1.3
3be6590

Choose a tag to compare

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

1.1.2

07 Jun 03:25
1.1.2
ac4d950

Choose a tag to compare

What's Changed

Full Changelog: 1.1.1...1.1.2

1.1.1

02 Apr 01:01
1.1.1
98c98c8

Choose a tag to compare

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

New Contributors

Full Changelog: 1.1.0...1.1.1

1.1.0

24 Feb 07:30
1.1.0
70de9df

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.35...1.1.0

1.0.35 - security update to zlib-rs

14 Nov 13:57
1.0.35
14aec22

Choose a tag to compare

What's Changed

New Contributors

  • @jdno made their first contribution in #438

Full Changelog: 1.0.34...1.0.35

1.0.34

26 Sep 18:47
1.0.34
1a28821

Choose a tag to compare

What's Changed

  • Add minimum build test back in to CI by @jongiddy in #426
  • docs: fix compression level range from 0-9 to 0-10 by @ByteBaker in #427
  • Document backend differences in compression levels by @Shnatsel in #430
  • Upgrade zlib-rs to 0.3.0 to get multiple bugfixes by @Shnatsel in #428
  • Better wording in compression level docs by @Shnatsel in #431

New Contributors

Full Changelog: 1.0.33...1.0.34

1.0.33 - fix minimal manifest versions

24 Aug 12:39
1.0.33
50852c6

Choose a tag to compare

What's Changed

  • Fix msrv: Run msrv checks with minimal versions by @NobodyXu in #425

New Contributors

Full Changelog: 1.0.32...1.0.33

1.0.32 - turn panic into error

20 Aug 06:03
1.0.32
367ec74

Choose a tag to compare

What's Changed

Fix

Other

New Contributors

Full Changelog: 1.0.31...1.0.32

1.0.31

20 Aug 05:59
93c8177

Choose a tag to compare

What's Changed

  • docs: Document expected behavior when Read is done for ZLIB and DEFLATE decoders by @marxin in #408
  • Remove duplicate word in top-most doc by @yestyle in #414
  • release version 1.0.31: bump libz-rs-sys version by @folkertdev in #415

New Contributors

Full Changelog: 1.0.30...1.0.31