Skip to content

zstd 1.3.5

Compare
Choose a tag to compare
@Viq111 Viq111 released this 28 Dec 11:19
· 151 commits to 1.x since this release
c7161f8

This release keeps the upstream zstd version to 1.3.4

It includes bugfixes for this library (Go zstd library):

  • Prevent panic when decompression input slice is empty (#35)
  • Better handle underlying reader errors more gracefully (#37)
  • Allow "compressing" a zero-length data blob (#42)

CI related PRs:

  • [ci] Fix CDN link (#34)
  • [ci] Test under Go 1.11 (#38)
  • [ci] Fix tests on 32-bits systems (#45)