Skip to content

Releases: uktrade/stream-unzip

v0.0.99

17 Nov 22:30
4378f27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.98...v0.0.99

v0.0.98

14 Nov 09:00
7816857
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.97...v0.0.98

v0.0.97

23 Oct 18:30
13a8d1b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.96...v0.0.97

v0.0.96

21 Oct 11:04
447d83e
Compare
Choose a tag to compare

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

05 Oct 13:17
65cf30d
Compare
Choose a tag to compare

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

14 Sep 16:53
d9a94d6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.93...v0.0.94

v0.0.93

08 Sep 14:59
7529396
Compare
Choose a tag to compare

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

24 Aug 07:28
92b1c1d
Compare
Choose a tag to compare

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

23 Mar 14:50
de99180
Compare
Choose a tag to compare

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

26 Jan 06:14
6aaf4fb
Compare
Choose a tag to compare

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