Releases: bearcove/rc-zip
Releases · bearcove/rc-zip
rc-zip-tokio-v4.2.0
Added
- Add logo
rc-zip-sync-v4.2.0
Added
- Add logo
rc-zip-v5.1.0
Added
- Measure code coverage differently (#79)
- Run one-byte-read tests in CI in release (#77)
- Resolve winnow + chrono deprecations (#70)
Fixed
- lzma_dec: count all input in outcome.bytes_read
- In Entry FSM, don't recurse infinitely if buffer doesn't contain full local header
- Fix doc comment for read_offset
Other
- Fix zstd bug similar to lzma bug
rc-zip-tokio-v4.1.0
Added
- Measure code coverage differently (#79)
- futures => futures_util (fewer deps)
- Run one-byte-read tests in CI in release (#77)
- More efficient implementation
- rc-zip-tokio: Re-use cursor if it's at the right offset already (#71)
Fixed
- lzma_dec: count all input in outcome.bytes_read
- Don't give up on reading local header when given short reads
- fix arafc bug I just introduced
Other
- release (#68)
rc-zip-sync-v4.1.0
rc-zip-v5.0.1
Other
- Point rc-zip crate's README to its own README? release-plz is confused
rc-zip-tokio-v4.0.1
Other
- updated the following local packages: rc-zip, rc-zip
rc-zip-sync-v4.0.1
Other
- updated the following local packages: rc-zip, rc-zip
rc-zip-v4.0.0
rc-zip-tokio-v4.0.0
Added
- [breaking] Introduce
ReadZipStreaming
trait (#62)