Skip to content

zstd 1.4.8 - wrapper patches 1

Compare
Choose a tag to compare
@Viq111 Viq111 released this 08 Mar 21:25
· 74 commits to 1.x since this release
e292af4

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:

  • Fix "Go pointer to Go pointer" panics when using another writer @evanj (#97)

This is a recommended version as it fixes potential panics (never expected) when using a writer from another package