Releases: andrew-aladev/ruby-zstds
Ruby ZSTDS v1.3.1
Added integration with adsp.
Ruby ZSTDS v1.3.0
- Splited
iostream validation for different methods.iostream should respond toreadonly when user wants to usereadmethod. - Added
finalizemethod fordictionary, it will work with the latest version ofzstd. - Cosmetics.
Ruby ZSTDS v1.2.1
Fixed ZDICT_getDictHeaderSize: dictionary.header_size may throw NotImplementedError for zstd version <= 1.4.4 (where ZDICT_getDictHeaderSize is not supported).
Cosmetics release.
Ruby ZSTDS v1.2.0
Added LIBRARY_VERSION constant, added dictionary.header_size method, improved tests.
Ruby ZSTDS v1.1.1
Improved tests, cosmetics.
ZSTDS v1.1.0
Added :gvl option (disabled by default), you can use bindings effectively in multiple threads. Please be careful: bindings are not thread safe. You should lock all shared data between threads.
ZSTDS v1.0.6
Added compatibility with ruby 2.5 and ruby 2.6.
ZSTDS v1.0.5
Cosmetics release: improved tests, formatting and docs.
ZSTDS v1.0.4
Refactored stream reader for better compatibility, improved tests, cosmetics.
ZSTDS v1.0.3
Updated to zstd 1.4.5, fixed content size, added ability to use StringIO, cosmetics.