Releases: DataDog/zstd
Releases · DataDog/zstd
zstd 1.5.7 - wrapper patches 2
What's Changed
- Fix C memory leak in
Writer.Close()andreader.Close()by @eric-weaver in #163 - Bump minimum Go version to 1.24 by @Viq111 in #164
Full Changelog: v1.5.7+patch1...v1.5.7+patch2
zstd 1.5.7 - wrapper patches 1
What's Changed
Full Changelog: v1.5.7...v1.5.7+patch1
zstd 1.5.7
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