Skip to content

Releases: AdRoll/zstd-erlang

v1.1.0

14 Feb 13:54
965f0c2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.0

v1.0.0

06 Feb 10:10
6eafbe3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.1...v1.0.0

v0.4.1

28 Jun 10:40
4756c91
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0

08 Sep 14:42
89abffc
Compare
Choose a tag to compare

Upgrades zstd from 1.3.3 to 1.5.0

v0.3.0

28 May 06:08
52719cf
Compare
Choose a tag to compare
Adjust for OTP23 (#6)

* Adjust to OTP23, including changes from @Licenser and @egobrain

* Update Makefile based on the newest rebar3 template for that

* Update version in app.src

* Don't inline functions in CFLAGS

* Revert dirty schedulers change

v0.2.3

22 Mar 13:38
de7b7a7
Compare
Choose a tag to compare
Reuse ctx (#2)

* Reuse a thread-specific zstd decompress context

Simple, never deallocate, don't support reload, etc.

* Same for compression ctx

Co-authored-by: Pablo Polvorin <pablo.polvorin@adroll.com>

v0.2.2

26 Feb 11:04
a88d07b
Compare
Choose a tag to compare
NextRoll-ize this Project (#1)