Releases: GoogleChrome/ripunzip
v2.0.4
What's Changed
- Unzipping files on disk will now happen in parallel. This will speed up extraction on SSDs, but may cause excess seeking on spinning metal disks. On spinning metal disks, use
--single-threadedto suppress parallelism. by @mhansen in #118 - feat: aliases for subcommands by @nik-rev in #106
- Replace
anyhowwiththiserrorfor main package by @Shtoyan in #107 - insert variables in format strings by @pgrace-google in #110
- build(deps): bump tracing-subscriber from 0.3.19 to 0.3.20 in the cargo group across 1 directory by @dependabot[bot] in #111
- Fix clippy warning about unnecessary Default by @mhansen in #119
- Run cargo fmt by @mhansen in #121
- Release ripgrep version to 2.0.4 by @mhansen in #122
New Contributors
Full Changelog: v2.0.3...v2.0.4
v2.0.3
What's Changed
- Create create_release.yml by @Shtoyan in #101
- Update ci workflows by @Shtoyan in #103
- Bump the cargo group across 2 directories with 2 updates by @dependabot in #98
- Upgrade zip as 2.6 has a breaking change by @pgrace-google in #108
New Contributors
- @Shtoyan made their first contribution in #101
- @pgrace-google made their first contribution in #108
Full Changelog: v2.0.2...v2.0.3
v2.0.2
What's Changed
- Fix fuzzer by @adetaylor in #89
- Bump the cargo group across 2 directories with 1 update by @dependabot in #90
- Bump the cargo group across 2 directories with 1 update by @dependabot in #91
- Update zip dependency and improve type annotations for ZipFile usage by @egorsmkv in #96
- Bump the cargo group across 2 directories with 2 updates by @dependabot in #97
New Contributors
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- Bump
zipto maintained 2.0 versions by @joshuamegnauth54 in #86 - Cargo update by @adetaylor in #88
New Contributors
- @joshuamegnauth54 made their first contribution in #86
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
-
Main change: support password protected zips by @itsrobli in #79. This is a semver breaking change for the
UnzipOptionsstructure. -
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-urimode can list remote zip files without downloading- Individual files can be specified
Full Changelog: v0.4.0...v1.0.0