Releases: JuliaIO/CodecLz4.jl
Releases · JuliaIO/CodecLz4.jl
v0.4.5
v0.4.4
CodecLz4 v0.4.4
Merged pull requests:
- Bump codecov/codecov-action from 3 to 4 (#52) (@dependabot[bot])
- Bump julia-actions/setup-julia from 1 to 2 (#53) (@dependabot[bot])
- Bump julia-actions/cache from 1 to 2 (#54) (@dependabot[bot])
- add
GC.@preserve
to tests (#56) (@nhz2) - Bump compat for TranscodingStreams to 0.11, (keep existing compat) (#57) (@nhz2)
v0.4.3
CodecLz4 v0.4.3
Merged pull requests:
- fix memory errors and optimize code (#47) (@vtjnash)
- Update CI.yml - Test only LTS and stable (#48) (@ViralBShah)
- Add GC preserve before unsafe_copyto! (#49) (@nhz2)
- CompatHelper: add new compat entry for CodecLz4 at version 0.4 for package docs, (keep existing compat) (#50) (@github-actions[bot])
- Bump version to 0.4.3 (#51) (@nhz2)
v0.4.2
CodecLz4 v0.4.2
Merged pull requests:
v0.4.1
CodecLz4 v0.4.1
Merged pull requests:
- enable dependabot for GitHub actions (#38) (@ranocha)
- Bump actions/checkout from 3 to 4 (#39) (@dependabot[bot])
- Update Project.toml (#40) (@JoaoAparicio)
Closed issues:
v0.4.0
CodecLz4 v0.4.0
Merged pull requests:
- Install TagBot as a GitHub Action (#28) (@JuliaTagBot)
- Switch to using Lz4_jll (#30) (@omus)
v0.3.0
v0.2.1
v0.2.1 (2019-07-25)
Merged pull requests:
- Dropping support for Julia 0.6 (#24) (mattBrzezinski)
- Fixes minoutsize so large files no longer fail (#23) (morris25)
v0.2.0
Julia 1.0 compatible
Updates to work with julia v1.0 (#18) * Updates to work with julia v1.0 * Update ci to test with 1.0 * Cleans up Sys imports