Releases: jakobnissen/LibDeflate.jl
Releases · jakobnissen/LibDeflate.jl
v0.4.2
v0.4.1
v0.4.1
In v0.4.0 it was possible to segfault when passing certain data-structures like SubArray
s with nonstandard strides. This version slightly restricts the compatible types for de/compression. It is technically a breaking change, but it's unlikely anyone relied on nonstandard datatypes before (and if they did, they were always in the danger of undefined behaviour anyway)
v0.4.0
v0.4.0
Breaking changes
- LibDeflate no longer throws errors. On error, functions instead return an object of type
LibDeflateError
New features
- Add support for Zlib files
- Add adler32 function
- Export
parse_gzip_header
Other changes
- Many type signatures have been relaxed.
- Various bug fixes
v0.2
Release 0.2
New features:
LibDeflateError
is now exportedunsafe_crc32
andcrc32
now optionally take a seed value.- Added gzip functionality with several new functions (see README)
Changed / deleted
nothing
v0.1
Initial release