Releases: DataDog/zstd
zstd 1.5.6
What's Changed
- Fix readme typo by @colinlyguo in #136
- Update upperBound ratio when guessing the required decompression buffer size by @sfluor in #141
- Update vendored zstd to 1.5.6 by @Viq111 in #143
Full Changelog: v1.5.5+patch1...v1.5.6
zstd 1.5.5 - wrapper patches 1
zstd 1.5.5
What's Changed
zstd 1.5.2 - wrapper patches 1
What's Changed
- Fix unneededly allocated large decompression buffer by @XiaochenCui (#118) & @Viq111 in #120
- Add SetNbWorkers api to the writer code (see #108) by @bsergean in #117
- For large workloads, the performance can be improved by 3-6x (see #117 (comment))
Write()
becomes async with workers > 1, make sure you read the method documentation before using
New Contributors
- @bsergean made their first contribution in #117
- @XiaochenCui for his work on #118 that led to #120
Full Changelog: v1.5.2...v1.5.2+patch1
zstd 1.5.2
zstd 1.5.0 - wrapper patches 2
What's Changed
- Add Bulk processing dictionary API by @Barbayar (#114)
- Add decompression size sanity Check by @Viq111 (#115)
Full Changelog: v1.5.0+patch1...v1.5.0+patch2
zstd 1.5.0 - wrapper patches 1
What's Changed
Full Changelog: v1.5.0...v1.5.0+patch1
zstd 1.5.0
This release updates the upstream zstd version to 1.5.0 (#106) (thanks @SirSniper!) which sports some major performance improvements!
It comes with additional changes to the Go wrapper:
zstd 1.5.0-rc.1
This release updates the upstream zstd version to 1.5.0 (#106 thanks to @SirSniper)
zstd 1.4.8 - wrapper patches 1
The semantic versioning of this release is a bit particular since it only includes changes in the Go wrapper without any changes from the upstream C repository (https://github.com/facebook/zstd/releases).
Changes:
This is a recommended version as it fixes potential panics (never expected) when using a writer from another package