Skip to content

zstd 1.4.5 - wrapper patches

Compare
Choose a tag to compare
@Viq111 Viq111 released this 17 Aug 20:59
· 86 commits to 1.x since this release
4b8fdba

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).

New APIs:

  • Ctx.Compress, Ctx.CompressLevel & Ctx.Decompress were added thanks to @merlimat . This new API is useful for compressing/decompressing a lot of small payloads with better performance. (#83)
  • Writer.Flush() was added thanks to @delthas (#86).

CI related PR:

  • Run CI against Go version 1.14 & 1.15 @Viq111 (#87)