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)