Skip to content

Releases: uktrade/stream-zip

v0.0.83

20 Sep 17:21
1addf8c
Compare
Choose a tag to compare

What's Changed

  • docs: add Debian package badge by @michalc in #141
  • build(deps): bump micromatch from 4.0.5 to 4.0.8 by @dependabot in #142
  • build(deps): bump path-to-regexp and express by @dependabot in #145
  • tests: fix for release candidates (and test on more versions of Python) by @michalc in #147

Full Changelog: v0.0.82...v0.0.83

v0.0.82

10 Aug 15:22
6d55839
Compare
Choose a tag to compare

What's Changed

No change in the production code (i.e. what's released to PyPI), but now in each new GitHub release page moving forward there should be a with "release version" archive that contains the source but with the correct version in pyproject.toml

  • build(deps): bump pug from 3.0.2 to 3.0.3 by @dependabot in #131
  • build(deps): bump braces from 3.0.2 to 3.0.3 by @dependabot in #132
  • build(deps): bump ws, engine.io-client, engine.io and socket.io-adapter by @dependabot in #133
  • ci: release process now includes a file with the source, but modified with correct version by @michalc in #137
  • ci: fix creating .tar.gz of source but versioned by @michalc in #138
  • ci: fix auth error when editing release from GitHub actions by @michalc in #139
  • ci: fix versioned source code upload to GitHub release by @michalc in #140

Full Changelog: v0.0.81...v0.0.82

v0.0.81

28 May 08:47
00c06b2
Compare
Choose a tag to compare

What's Changed

  • fix!: the signature of async_stream_zip by @michalc in #130

Full Changelog: v0.0.80...v0.0.81

v0.0.80

27 May 07:36
9e443e8
Compare
Choose a tag to compare

What's Changed

  • feat: avoid mypy errors about empty body of an abstract method by @michalc in #129

Full Changelog: v0.0.79...v0.0.80

v0.0.79

27 May 07:22
eab1bdb
Compare
Choose a tag to compare

What's Changed

  • feat: enable type checking in client code by @michalc in #128

Full Changelog: v0.0.78...v0.0.79

v0.0.78

27 May 06:42
1d8a18a
Compare
Choose a tag to compare

What's Changed

  • feat: type annotations now allow strict type checking by @michalc in #127

Full Changelog: v0.0.77...v0.0.78

v0.0.77

26 May 17:01
a9ca0cb
Compare
Choose a tag to compare

What's Changed

  • feat: more type annotations (towards being able to enable strict checking) by @michalc in #126

Full Changelog: v0.0.76...v0.0.77

v0.0.76

26 May 15:34
4f16169
Compare
Choose a tag to compare

What's Changed

  • feat: a Method has a clearer definition (that passes strict type checking) by @michalc in #125

Full Changelog: v0.0.75...v0.0.76

v0.0.75

25 May 21:11
1da1475
Compare
Choose a tag to compare

What's Changed

  • feat: better annotate the member files/methods by @michalc in #124

Full Changelog: v0.0.74...v0.0.75

v0.0.74

25 May 17:32
27d9cd9
Compare
Choose a tag to compare

What's Changed

  • feat: type annotate async function (and an internal function) by @michalc in #123

Full Changelog: v0.0.73...v0.0.74