Skip to content

Releases: JuliaIO/CodecZlib.jl

v0.7.4

29 Jan 22:01
f4fe67e
Compare
Choose a tag to compare

CodecZlib v0.7.4

Diff since v0.7.3

Merged pull requests:

v0.7.3

15 Oct 19:30
7baa267
Compare
Choose a tag to compare

CodecZlib v0.7.3

Diff since v0.7.2

Merged pull requests:

Closed issues:

  • Package cannot be installed on M1 Macs (#58)
  • error when running example from README (#67)

v0.7.2

16 Aug 21:40
99cb0f4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.1...v0.7.2

v0.7.1

24 Jan 09:55
f9fddaa
Compare
Choose a tag to compare

What's Changed

  • Install TagBot as a GitHub Action by @JuliaTagBot in #52
  • New feature: compressor can take streams larger than typemax(UInt32) bytes by @felixhorger in #62

New Contributors

Full Changelog: v0.7.0...v0.7.1

v0.7.0

12 Mar 18:21
v0.7.0
b8224c6
Compare
Choose a tag to compare

v0.7.0 (2020-03-11)

Diff since v0.6.0

Closed issues:

  • Building CodecZlib.jl on windows requires admin privileges (#43)
  • llvm-devel packages required for building (#33)

Merged pull requests:

v0.6.0

07 Aug 13:48
v0.6.0
Compare
Choose a tag to compare

v0.6.0 (2019-08-02)

Diff since v0.5.2

Closed issues:

  • Are all 3 compressors in this package literally identical? (#44)
  • Error building CodecZlib (not #38) (#42)
  • Error building CodecZlib (#38)

Merged pull requests:

Update zlib binary files

02 Mar 06:49
a5ec201
Compare
Choose a tag to compare
  • Bump ZlibBuilder (#40), which fix install errors on FreeBSD.
  • Run CI on Julia 1.1 (#41).

Update zlib binary files

28 Oct 13:39
Compare
Choose a tag to compare
  • Update binary dependencies (#34).

CodecZlib.jl 0.5

13 Aug 11:56
238f4c2
Compare
Choose a tag to compare
  • Drop Julia 0.6 (#27).

Update zlib binary files

13 Aug 11:55
0aee068
Compare
Choose a tag to compare
  • Update binary files to ZlibBuilder 1.0.2 (#30).
  • Fix Libdl dependency issue (#26).
  • Don't precompile on recent 0.7 (#25).
  • Update BinaryProvider.jl (#20).
  • Add some tests ported from TranscodingStreams.jl (#16).