Skip to content

Releases: gyscos/zstd-rs

0.4.3

24 Mar 19:37
Compare
Choose a tag to compare

Update zstd to 1.1.3

0.4.2

20 Dec 18:49
Compare
Choose a tag to compare

Update zstd to 1.1.2

0.4.1

02 Nov 05:17
Compare
Choose a tag to compare

Update zstd to 1.1.1

0.4.0

28 Sep 17:04
Compare
Choose a tag to compare
  • Update zstd to 1.1.0
  • Revert stream::Decoder constructor with a dictionary to take a &[u8]

0.3.0

04 Sep 20:37
Compare
Choose a tag to compare
  • Adds stream::copy_encode and stream::copy_decode for common use-cases
  • stream::Decoder now decodes concatenated frames seamlessly
  • stream::Decoder now keeps a copy of the dictionary (can be shared with an Arc<Vec<u8>>

0.2.0

31 Aug 16:37
Compare
Choose a tag to compare
  • Update zstd to 1.0.0
  • Stream decompression now supports legacy formats
  • Added tests for legacy decompression

0.1.13

18 Aug 16:30
Compare
Choose a tag to compare

Update for zstd 0.8.1
Use new zstd streaming API internally
Use more direct ll.rs binding generation (less manual modifications)

0.1.12

01 Aug 16:34
Compare
Choose a tag to compare

Update zstd to 0.8.0

0.1.11

16 Jul 18:42
Compare
Choose a tag to compare

Update zstd to 0.7.4

0.1.10

10 Jul 23:43
Compare
Choose a tag to compare

Adds AutoFinish wrapper to the encoder, to avoid having to manually finish the stream.