Releases: AdRoll/zstd-erlang
Releases · AdRoll/zstd-erlang
v1.4.0
What's Changed
- Add enable long matching distance by @raz-adroll in #54
Full Changelog: v1.3.0...v1.4.0
v1.3.0
v1.2.0
What's Changed
- [AUTO] [ RTI-14085 ] Update Dependencies by @adroll-rtb-ci in #39
- [AUTO] [ RTI-14133 ] Update Dependencies by @adroll-rtb-ci in #40
- [AUTO] [ RTI-14932 ] Update Dependencies by @adroll-rtb-ci in #41
- [AUTO] [ RTI-15138 ] Update Dependencies by @adroll-rtb-ci in #42
- Add Streaming Support by @raz-adroll in #43
- [AUTO] [ RTI-15639 ] Update Dependencies by @adroll-rtb-ci in #45
- [AUTO] [ RTI-15674 ] Update Dependencies by @adroll-rtb-ci in #46
- [AUTO] [ RTI-15810 ] Update Dependencies by @adroll-rtb-ci in #50
- [RTI-16023] Update pipeline to run with OTP 27 by @raz-adroll in #52
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- [RTI-13985] Update to zstd 1.5.4 by @pablocostass in #38
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- Bump rebar3 version to rebar3.19.0 by @tak30 in #28
- [AUTO] [ RTI-12631 ] Update Dependencies by @adroll-rtb-ci in #31
- [RTI-13232] Update to rebar3.20 by @pablocostass in #33
- [AUTO] [ RTI-13442 ] Update Dependencies by @adroll-rtb-ci in #34
- [RTI-13840] CI: use otp 25.2.1 by @tak30 in #35
- Add more dialyzer checks by @elbrujohalcon in #36
- Prepare the lib to be published in Hex.pm by @elbrujohalcon in #37
New Contributors
- @pablocostass made their first contribution in #33
Full Changelog: v0.4.1...v1.0.0
v0.4.1
What's Changed
- Update dependencies by @elbrujohalcon in #14
- Update dependencies by @elbrujohalcon in #15
- Update dependencies by @elbrujohalcon in #16
- Update dependencies by @elbrujohalcon in #17
- Update dependencies by @elbrujohalcon in #18
- Update dependencies by @elbrujohalcon in #19
- Clean up Erlang compile options by @elbrujohalcon in #20
- Update Changelog by @elbrujohalcon in #21
- Adjust PR checks to use OTP24 by @elbrujohalcon in #22
- [AUTO] Update Dependencies by @adroll-rtb-ci in #23
- [AUTO] Update Dependencies by @adroll-rtb-ci in #24
- [AUTO] Update Dependencies by @adroll-rtb-ci in #25
- [AUTO] Update Dependencies by @adroll-rtb-ci in #26
- Add support to arm64 arch by @tak30 in #27
New Contributors
- @adroll-rtb-ci made their first contribution in #23
- @tak30 made their first contribution in #27
Full Changelog: v0.4.0...v0.4.1
v0.4.0
Upgrades zstd from 1.3.3 to 1.5.0
v0.3.0
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
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 <[email protected]>
v0.2.2
NextRoll-ize this Project (#1)