Skip to content

Releases: Nullus157/async-compression

v0.4.15

13 Oct 22:58
535fc9c

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

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

Choose a tag to compare

Feature

  • Update brotli dependency to to 7.

v0.4.12

21 Jul 09:38
b5f1d11

Choose a tag to compare

Feature

  • Enable customizing Zstd decoding parameters.

v0.4.11

30 May 07:07
e381041

Choose a tag to compare

Other

  • Expose total_in/total_out from underlying flate2 encoder types.

v0.4.10

09 May 13:03
94efb21

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

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

Choose a tag to compare

  • Flush available data in decoder even when there's no incoming input.

async-compression: v0.4.6

17 Jan 05:40
d913b27

Choose a tag to compare

  • Return errors instead of panicking in all encode and decode operations.

async-compression: v0.4.5

15 Nov 03:17
4c6ae38

Choose a tag to compare

  • Add {Lzma, Xz}Decoder::with_mem_limit() methods.