Releases: SpringMT/zstd-ruby
Release v1.5.4.0
Update zstd v1.5.4
Release v1.5.2.3
Support compress and decompress using dictionary.
See https://github.com/SpringMT/zstd-ruby#compression-using-dictionary and https://github.com/SpringMT/zstd-ruby#decomporession-using-dictionary.
Breaking changes
Decompression frame check is strictly
Previous version use ZSTD_getDecompressedSize
when check decompression string, but this method is obsolete.
So, v1.5.2.3 zstd-ruby gem uses ZSTD_getFrameContentSize
.
https://raw.githack.com/facebook/zstd/release/doc/zstd_manual.html#Chapter3
In ZSTD_getFrameContentSize
, an empty string with decompression is invalid, so in the spec, an empty string decompression should have been treated as an error.
Release v1.5.2.2
Bug fix release.
Fixed SEGV when GC occurs during streaming compress and decompress.
Release v1.5.2.1
Support Streaming Compression and Decompression!
Check https://github.com/SpringMT/zstd-ruby#usage.
v1.5.2.0 Release
Update zstd v1.5.2
v1.5.1.1 Release
bug fix for ASM
v1.4.9.0 Release
Version 1.4.9.0
v1.4.5.0 Release
Version 1.4.5.0
v1.4.4.0 Release
Version 1.4.4.0