Skip to content

Releases: rust-lang/flate2-rs

1.1.10

Choose a tag to compare

@Byron Byron released this 28 Aug 04:35
1.1.10
ed93d4f

What's Changed

New Contributors

Full Changelog: 1.1.9...1.1.10

1.1.9 - upgrade zlib-rs to version `0.6.0`

Choose a tag to compare

@Byron Byron released this 03 Feb 06:51
1.1.9
19ddb18

What's Changed

New Contributors

  • @wgyt made their first contribution in #528

Full Changelog: 1.1.8...1.1.9

1.1.8

Choose a tag to compare

@Byron Byron released this 12 Jan 11:58
1.1.8
8b66c27

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`

Choose a tag to compare

@Byron Byron released this 05 Dec 10:01
1.1.7
69ff494

What's Changed

New Contributors

Full Changelog: 1.1.5...1.1.6

1.1.6 - YANKED

Choose a tag to compare

@Byron Byron released this 05 Dec 03:51
1.1.6
0d0598c

It caused #515.

What's Changed

New Contributors

Full Changelog: 1.1.5...1.1.6

1.1.5

Choose a tag to compare

@Byron Byron released this 24 Oct 05:11
1.1.5
2661fbb

This bugfix release fixes #508, as flush didn't always work anymore in conjunction with miniz_oxide.

What's Changed

Full Changelog: 1.1.4...1.1.5

1.1.4 - it's 1.1.3 with fixed documentation

Choose a tag to compare

@Byron Byron released this 05 Oct 18:01
1.1.4
ac412e9

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

Choose a tag to compare

@Byron Byron released this 05 Oct 08:33
1.1.3
3be6590

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

Choose a tag to compare

@Byron Byron released this 07 Jun 03:25
1.1.2
ac4d950

What's Changed

Full Changelog: 1.1.1...1.1.2

1.1.1

Choose a tag to compare

@Byron Byron released this 02 Apr 01:01
1.1.1
98c98c8

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