Skip to content

Releases: uktrade/stream-unzip

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

v0.0.89

26 Nov 14:14
ffecf7a
Compare
Choose a tag to compare

What's Changed

There isn't a production code change in this release, only documentation. For example, it brings the project description at https://pypi.org/project/stream-unzip/ inline with the README at https://github.com/uktrade/stream-unzip

  • docs: update badge to point to GitHub actions by @michalc in #66
  • ci: move code coverage to Codecov by @michalc in #67
  • ci: add comment to remind keeping the codecov.yml synced with matrix by @michalc in #68
  • docs: update badges to be more consistent and use Codecov rather than Code Climate by @michalc in #69
  • docs: move to eleventy by @michalc in #70
  • deps: remove Python doc dependencies that are not needed now we're using Eleventy by @michalc in #71
  • docs: add conda-forge package badge with link by @michalc in #72

Full Changelog: v0.0.88...v0.0.89

v0.0.88

05 Aug 15:13
b665f64
Compare
Choose a tag to compare

What's Changed

  • point at stream-unzip rather than stream-zip by @emilyselwood in #52
  • build(deps): bump certifi from 2022.12.7 to 2023.7.22 by @dependabot in #54
  • build(deps): bump pygments from 2.14.0 to 2.15.0 by @dependabot in #53
  • docs: tidy contributing documentation by @michalc in #56
  • docs: document how to publish a release by @michalc in #57
  • docs: fix typos by @michalc in #58
  • docs: clearer section name for getting source code by @michalc in #59
  • docs: clarify exception hierarchy by @michalc in #60
  • docs: fix exception description level by @michalc in #61
  • docs: fix contributing instructions by @michalc in #62
  • feat: drop support for Python 3.5 (and test on GitHub actions) by @michalc in #63
  • build: move to pyproject.toml by @michalc in #64
  • ci: rename workflows and publish docs directly to pages rather than via branch by @michalc in #65

New Contributors

Full Changelog: https://github.com/uktrade/stream-unzip/compare/v0.0.87...v0.0.88###

v0.0.87

21 Jun 09:17
5f9f101
Compare
Choose a tag to compare

What's Changed

  • feat: automate github release while skipping commit step by @JosefSmith in #50

Full Changelog: v0.0.86...v0.0.87

v0.0.86

28 May 19:14
be616af
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump pymdown-extensions from 9.9.2 to 10.0 by @dependabot in #43
  • build(deps): bump requests from 2.28.2 to 2.31.0 by @dependabot in #44
  • fix: files at exact zip32 limit with equal compressed and uncompressed sizes by @michalc in #45
  • feat: allow disabling of zip64 by @michalc in #46

New Contributors

Full Changelog: v0.0.85...v0.0.86

v0.0.85

10 May 15:53
Compare
Choose a tag to compare

Full Changelog: v0.0.84...v0.0.85
Automate publish-pypi