Skip to content

Releases: andrew-aladev/ruby-zstds

Ruby ZSTDS v1.3.1

06 Jul 20:43
Compare
Choose a tag to compare

Added integration with adsp.

Ruby ZSTDS v1.3.0

18 Mar 23:15
Compare
Choose a tag to compare
  • Splited io stream validation for different methods. io stream should respond to read only when user wants to use read method.
  • Added finalize method for dictionary, it will work with the latest version of zstd.
  • Cosmetics.

Ruby ZSTDS v1.2.1

07 Jan 17:38
Compare
Choose a tag to compare

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

30 Sep 19:15
Compare
Choose a tag to compare

Added LIBRARY_VERSION constant, added dictionary.header_size method, improved tests.

Ruby ZSTDS v1.1.1

04 Jun 19:49
Compare
Choose a tag to compare

Improved tests, cosmetics.

ZSTDS v1.1.0

27 Oct 23:17
Compare
Choose a tag to compare

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

09 Oct 17:52
Compare
Choose a tag to compare

Added compatibility with ruby 2.5 and ruby 2.6.

ZSTDS v1.0.5

02 Oct 20:21
Compare
Choose a tag to compare

Cosmetics release: improved tests, formatting and docs.

ZSTDS v1.0.4

17 Jul 22:23
Compare
Choose a tag to compare

Refactored stream reader for better compatibility, improved tests, cosmetics.

ZSTDS v1.0.3

26 Jun 23:25
Compare
Choose a tag to compare

Updated to zstd 1.4.5, fixed content size, added ability to use StringIO, cosmetics.