Skip to content

Releases: jakobnissen/LibDeflate.jl

v0.4.2

03 May 05:48
Compare
Choose a tag to compare

A few small fixes, no new features.

v0.4.1

27 Nov 09:31
Compare
Choose a tag to compare

v0.4.1

In v0.4.0 it was possible to segfault when passing certain data-structures like SubArrays 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

26 Nov 19:59
Compare
Choose a tag to compare

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

17 Mar 12:25
Compare
Choose a tag to compare

Release 0.2

New features:

  • LibDeflateError is now exported
  • unsafe_crc32 and crc32 now optionally take a seed value.
  • Added gzip functionality with several new functions (see README)

Changed / deleted
nothing

v0.1

21 Aug 13:19
1228fa5
Compare
Choose a tag to compare

Initial release