Skip to content

Releases: bearcove/rc-zip

rc-zip-v5.1.0

19 Mar 17:07
Compare
Choose a tag to compare

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

19 Mar 17:08
Compare
Choose a tag to compare

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

19 Mar 17:07
Compare
Choose a tag to compare

Added

  • Measure code coverage differently (#79)
  • Run one-byte-read tests in CI in release (#77)
  • 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

Other

  • release (#68)

rc-zip-v5.0.1

12 Mar 08:46
66c4bfc
Compare
Choose a tag to compare

Other

  • Point rc-zip crate's README to its own README? release-plz is confused

rc-zip-tokio-v4.0.1

12 Mar 08:43
Compare
Choose a tag to compare

Other

  • updated the following local packages: rc-zip, rc-zip

rc-zip-sync-v4.0.1

12 Mar 08:42
Compare
Choose a tag to compare

Other

  • updated the following local packages: rc-zip, rc-zip

rc-zip-v4.0.0

05 Feb 21:51
9dc3975
Compare
Choose a tag to compare

Added

  • [breaking] Introduce ReadZipStreaming trait (#62)

Other

  • Remove unused dependencies

rc-zip-tokio-v4.0.0

05 Feb 21:52
9dc3975
Compare
Choose a tag to compare

Added

  • [breaking] Introduce ReadZipStreaming trait (#62)

rc-zip-sync-v4.0.0

05 Feb 21:51
9dc3975
Compare
Choose a tag to compare

Added

  • [breaking] Introduce ReadZipStreaming trait (#62)

Fixed

  • Windows build was failing

Other

  • Remove unused dependencies

rc-zip-tokio-v3.0.0

02 Feb 19:40
Compare
Choose a tag to compare

Other

  • Bump rc-zip-sync & rc-zip-tokio
  • Introduce rc-zip-sync, rc-zip-tokio (#60)