Releases: google/ripunzip
Releases · google/ripunzip
v2.0.0
What's Changed
-
Main change: support password protected zips by @itsrobli in #79. This is a semver breaking change for the
UnzipOptions
structure. -
Upgrade upload-artifact CI action by @adetaylor in #78
-
Use checked_add_signed. by @adetaylor in #80
-
Remove HasLength trait. by @adetaylor in #81
-
Revise to 2.0.0. by @adetaylor in #82
New Contributors
Full Changelog: v1.2.3...v2.0.0
1.2.3
What's Changed
- [dep]: update ranges to 0.4.0 as ranges 0.3.4 was yanked. by @lunchspider in #71
- Update to ranges 0.4 by @adetaylor in #77
- Remove unnecessary dependency and fix fuzz crate by @nakashima-hikaru in #76
- Fix typo in --help output by @mhansen in #61
- Bump the cargo group across 2 directories with 1 update by @dependabot in #73
New Contributors
- @lunchspider made their first contribution in #71
- @nakashima-hikaru made their first contribution in #76
- @mhansen made their first contribution in #61
Full Changelog: v1.2.2...v1.2.3
1.2.2
What's Changed
- Bail instead of deadlock if reader creation fails. by @adetaylor in #70
Full Changelog: v1.2.1...v1.2.2
1.2.1
What's Changed
- Bump openssl from 0.10.57 to 0.10.60 by @dependabot in #54
- Relax some static lifetimes. by @adetaylor in #65
- Roll to 1.2.0 by @adetaylor in #67
- Build .deb on Ubuntu 22.02 by @adetaylor in #69
- Bump mio from 0.8.9 to 0.8.11 by @dependabot in #60
- Bump h2 from 0.3.21 to 0.3.26 by @dependabot in #64
- Bump the cargo group across 2 directories with 3 updates by @dependabot in #68
Full Changelog: v1.1.0...v1.2.1
1.1.0
What's Changed
Functional changes
- Add wildcard matching. by @adetaylor in #53
Internal changes
- Fix bytes_read tracking in SeekableHttpReader by @djmitche in #49
- Implement an Inner struct for CloneableSeekableReader by @djmitche in #47
- Use checked maths by @adetaylor in #51
- Deduplicate test https servers. by @adetaylor in #46
- Option for reader by @adetaylor in #52
New Contributors
Full Changelog: v1.0.0...v1.1.0
1.0.0
First release where I'm confident this is useful.
Changes the command line syntax and also the library interface, so is a breaking change.
Adds major features:
list-uri
mode can list remote zip files without downloading- Individual files can be specified
Full Changelog: v0.4.0...v1.0.0