Skip to content

Releases: oleg-st/ZstdSharp

0.6.6

08 Dec 19:23
Compare
Choose a tag to compare

Added .NET 7 target, slightly improved decompression performance

0.6.5

14 Nov 14:27
Compare
Choose a tag to compare

Fixed issue with context release during compression/decompression if Dispose is not called #13

0.6.4

15 Sep 05:49
Compare
Choose a tag to compare

Fixed issue with calling Dispose multiple times on CompressionStream and DecompressionStream #8

0.6.3

14 Aug 22:29
Compare
Choose a tag to compare

Fixed memory allocation for size >= 2GB

0.6.2

02 Aug 19:31
Compare
Choose a tag to compare

Fixed CompressionStream implementation: flush directive on flush, end directive on dispose
Optional check for premature end of the stream in DecompressionStream

0.6.1

10 Mar 06:48
Compare
Choose a tag to compare

Ported zstd v1.5.2
Minor optimizations related to BMI2

0.6

29 Dec 18:33
Compare
Choose a tag to compare
0.6

Ported zstd v1.5.1
Performance improvements
Reusable Compressor and Decompressor in Stream

0.5.2

14 Oct 17:12
Compare
Choose a tag to compare

Minor fix:
Fixed premature end of inner stream detection in DecompressionStream (Fix #4)

0.5.1

02 Oct 01:04
Compare
Choose a tag to compare

Minor fix:
InlineMethod.Inline attribute removed from the assembly (Fix #3)

0.5

30 Jun 22:33
Compare
Choose a tag to compare
0.5
  • Added .NET Standard 2.0+, .NET Framework 4.6.1+ support
  • TryWrap / TryUnwrap API
  • Minor fixes