Releases: uktrade/stream-unzip
Releases · uktrade/stream-unzip
v0.0.99
What's Changed
- feat: add typing for public interfaces by @vmeurisse in #117
- build(deps): bump cross-spawn from 7.0.3 to 7.0.5 by @dependabot in #118
- ci: run mypy type checking by @michalc in #119
New Contributors
- @vmeurisse made their first contribution in #117
Full Changelog: v0.0.98...v0.0.99
v0.0.98
v0.0.97
v0.0.96
What's Changed
- docs: add limitations by @michalc in #108
- ci: test on more recent Python versions by @michalc in #109
- feat: faster ZipCrypto decryption (via Rust), dropping support for Python 3.6 by @osimuka in #107
- ci: fix version handling in deploy by @michalc in #110
New Contributors
Full Changelog: v0.0.95...v0.0.96
v0.0.95
What's Changed
- build(deps): bump body-parser and express by @dependabot in #101
- build(deps): bump path-to-regexp and express by @dependabot in #99
- docs: mention async interface, including trio, in more places by @michalc in #102
- build(deps): bump send and @x-govuk/govuk-prototype-components by @dependabot in #103
- build(deps): bump rollup from 4.17.2 to 4.22.4 by @dependabot in #104
- feat: better error when a member file is not stream-unzippable by @michalc in #106
Full Changelog: v0.0.94...v0.0.95
v0.0.94
v0.0.93
What's Changed
- build(deps): bump micromatch from 4.0.5 to 4.0.8 by @dependabot in #93
- feat: add option allowed_encryption_mechanisms by @michalc in #97
Full Changelog: v0.0.92...v0.0.93
v0.0.92
What's Changed
- build(deps): bump ejs from 3.1.9 to 3.1.10 by @dependabot in #84
- build(deps): update all docs building packages by @michalc in #85
- build(deps): bump pug from 3.0.2 to 3.0.3 by @dependabot in #86
- build(deps): bump braces from 3.0.2 to 3.0.3 by @dependabot in #87
- build(deps): update various documentation deps by @michalc in #89
- perf: faster ZipCrypto decompression by @michalc in #92
Full Changelog: v0.0.91...v0.0.92
v0.0.91
What's Changed
The main change is the addition of the async_stream_unzip
function. It's documented (maybe a bit briefly) at https://stream-unzip.docs.trade.gov.uk/async-interface/
Full Changelog: v0.0.90...v0.0.91
v0.0.90
What's Changed
Most changes were related to documentation. The only non-documentation change was #78, fixing the issue where a ZIP file that had non member files would raise an UnexpectedSignatureError
- build(deps): move to govuk-eleventy-plugin v6.0.3 by @michalc in #73
- docs: make logo a bit tighter by @michalc in #74
- build(deps): pin localtunnel to avoid axios vulnerability by @michalc in #75
- build(deps): add rollup-linux-x64-gnu as optional dependency by @michalc in #76
- fix: empty ZIP file raising UnexpectedSignatureError by @michalc in #78
Full Changelog: v0.0.89...v0.0.90