Skip to content

v1.2.0 (future-proof dependencies, bug fixes)

Latest
Compare
Choose a tag to compare
@4kills 4kills released this 19 Jan 08:56
· 1 commit to master since this release

This version removes the precompiled zlib archive files in favour of supporting (mostly) all operating systems and architectures as well as putting the version of zlib into the user's responsibility. This means, you can decide which version of zlib is used under the hood, i.e., it is up-to-date. Read the Readme installation section for details.

Furthermore, a bug caused by using small buffers in the Reader's read function was fixed. Through this bug fix, the reader now consistently adheres to Go's reader spec.