Skip to content

Releases: Nullus157/async-compression

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.

v0.4.10

09 May 13:03
94efb21
Compare
Choose a tag to compare

Other

  • (deps) update brotli requirement from 5.0 to 6.0 (#274)
  • Fix pipeline doc: Warn on unexpected cfgs instead of error (#276)
  • Update name of release-pr.yml
  • Create release.yml
  • Create release-pr.yml

async-compression-v0.4.8

07 Apr 08:28
85d45d9
Compare
Choose a tag to compare

What's Changed

Full Changelog: async-compression-v0.4.7...async-compression-v0.4.8

async-compression: v0.4.7

01 Apr 12:42
86c0c3a
Compare
Choose a tag to compare
  • Flush available data in decoder even when there's no incoming input.