Releases: oleg-st/ZstdSharp
Releases ยท oleg-st/ZstdSharp
0.8.4
Fixed compression on x86 #48
0.8.2
Added .NET 9 target
Added SetPledgedSrcSize
to CompressionStream
and Compressor
Cleanup code and improve reliability by @teo-tsirpanis in #38
0.8.1
Better decompression speed in .NET 8 (~5%)
0.8.0
Ported zstd v1.5.6
Workaround for .NET Native
0.7.6
Improved decompression speed in .NET 8 (~5%)
Return available data from stream, before waiting for more in DecompressionStream
Write all data in CompressionStream.Flush
0.7.5
Added multi-threading support
0.7.4
Added .NET 8 target, added fix for IL2CPP
0.7.3
Improved compatibility with Mono and .NET Native (UWP)
0.7.2
IL2CPP compatibility (Unity)