Releases: milesgranger/isal-rs
Releases · milesgranger/isal-rs
v0.5.3+496255c
What's Changed
- Fix isal-sys dependency for shared isal by @mgorny in #25
- Include the LICENSE file in the published isal-sys crates by @musicinmybrain in #26
- Do not include test-data/ in published isal-rs crates by @musicinmybrain in #27
- BSD-3-Clause and version bump by @milesgranger in #29
New Contributors
- @mgorny made their first contribution in #25
- @musicinmybrain made their first contribution in #26
Full Changelog: v0.5.2+496255c...v0.5.3+496255c
v0.5.2+496255c
What's Changed
- Fix handling of empty data by @milesgranger in #24
Full Changelog: v0.5.1+496255c...v0.5.2+496255c
v0.5.1+496255c
What's Changed
- Fix hanging on bad decompression data by @milesgranger in #23
Full Changelog: v0.5.0+496255c...v0.5.1+496255c
v0.5.0+496255c
What's Changed
- Benchmarks and remove output buf from read::Encoder by @milesgranger in #19
- Fix bug in release builds in read::Encoder by @milesgranger in #21
- Improve testing, performance and bug fixes by @milesgranger in #22
Full Changelog: v0.4.0+496255c...v0.5.0+496255c
v0.4.0+496255c
What's Changed
- Test compat with flate2 by @milesgranger in #16
- Impl Deflate read/write::Encoder/Decoders by @milesgranger in #17
- Impl Zlib read/write::Encoder/Decoder by @milesgranger in #18
Full Changelog: v0.3.1+496255c...v0.4.0+496255c
v0.3.1+496255c
What's Changed
- Support building using system isal via ISAL_INSTALL_PREFIX by @milesgranger in #15
Full Changelog: v0.3.0+496255c...v0.3.1+496255c
v0.3.0+496255c
What's Changed
- Implement isal-sys compile and test by @milesgranger in #1
- Initial compressor implementation by @milesgranger in #2
- Updates to compressor by @milesgranger in #3
- Implement igzip::decompress_into by @milesgranger in #5
- Implement read::Encoder by @milesgranger in #6
- Impl decoder by @milesgranger in #7
- Build from src or accept system libisal by @milesgranger in #8
- Add CI and static linking to libisal by @milesgranger in #9
- CI on aarch64 by @milesgranger in #10
- powerpc64le in CI by @milesgranger in #11
- Refactoring and improved CI w/ cross compiling by @milesgranger in #12
- Small refactorings by @milesgranger in #13
- Impl write::Decoder/Encoder by @milesgranger in #14
Full Changelog: https://github.com/milesgranger/isal-rs/commits/v0.3.0+496255c