Skip to content

Releases: Nullus157/async-compression

v0.4.20

28 Feb 08:48
0e4721f
Compare
Choose a tag to compare

Added

  • Add support for wasm32-wasip1-* targets.

v0.4.19

27 Feb 14:09
12e6ef6
Compare
Choose a tag to compare

Changed

  • Update bzip2 dependency to 0.5.

Fixed

  • Ensure that flush finishes before continuing.

v0.4.18

23 Nov 12:39
e238a8b
Compare
Choose a tag to compare

Fixed

  • Adjust Level::Precise clamp range for flate2.

v0.4.17

20 Oct 12:02
785dd31
Compare
Choose a tag to compare

Fixed

  • Fix occasional panics when consuming from pending buffers.

v0.4.16

16 Oct 11:21
056d771
Compare
Choose a tag to compare

Other

  • Implement pass-through AsyncBufRead on write-based encoders & decoders.

v0.4.15

13 Oct 22:58
535fc9c
Compare
Choose a tag to compare

Feature

  • Implement pass-through AsyncRead or AsyncWrite where appropriate.
  • Relax AsyncRead/AsyncWrite bounds on *::{get_ref, get_mut, get_pin_mut, into_inner}() methods.

v0.4.14

10 Oct 13:29
2d57a18
Compare
Choose a tag to compare

Fixed

  • In Tokio-based decoders, attempt to decode from internal state even if nothing was read.

v0.4.13

02 Oct 14:01
3337a1b
Compare
Choose a tag to compare

Feature

  • Update brotli dependency to to 7.

v0.4.12

21 Jul 09:38
b5f1d11
Compare
Choose a tag to compare

Feature

  • Enable customizing Zstd decoding parameters.

v0.4.11

30 May 07:07
e381041
Compare
Choose a tag to compare

Other

  • Expose total_in/total_out from underlying flate2 encoder types.