Skip to content

Releases: vemel/mypy_boto3

0.9.1 - Batch Operations

23 Jan 03:17
fa38304
Compare
Choose a tag to compare

Notes

The following changes are included to version boto3_stubs==1.11.7.1 and above.

Changes

  • Added batch methods to collections (mainly delete method)

0.9.0 - Python 3.6

15 Jan 14:40
916024b
Compare
Choose a tag to compare

Notes

I noticed that many downloads come from Python 3.6 with was not supported due to future annotations and dataclasses usage. As it is still popular, starting from this release, Python 3.6.9+ is fully supported and added to CI.

The following changes are included to version boto3_stubs==1.11.2.1 and above.

Changes

  • mypy_boto3 is now working on Python 3.6.9+
  • mypy_boto3_builder is now working on Python 3.6.9+
  • Added method doc type introduced in S3
  • Fixed master module builds for older boto3 versions
  • Fixed submodules impots on py36

0.8.3

14 Jan 06:48
Compare
Choose a tag to compare
0.8.3-pre

Disable linting for this release

0.8.2

14 Jan 06:45
Compare
Choose a tag to compare
0.8.2-pre

Fix pylint checks

0.8.1 - Collection Filters

14 Jan 05:16
Compare
Choose a tag to compare

Release notes

The following changes are included to version boto3_stubs==1.11.1.1 and above.

Changes

  • Replaced hard-coded filter method arguments with extracted from botocore shapes
  • Added missing fields for boto3.resources.model.Request interface
  • Added missing fields for boto3.resources.model.Waiter interface

0.8.0 - Botocore Update

11 Jan 16:05
Compare
Choose a tag to compare

Changes

  • Added support for botocore 1.14.x
  • Submodule stubs are generated only once during installation

Bugfixes

  • Fixed mypy_boto3 installation from other PyPI sources
  • Fixed stub files generation for multiple submodules install
  • Fixed client/resource stubs generation for multiple submodules install

0.7.28

10 Jan 14:36
Compare
Choose a tag to compare
0.7.28-pre

Merge branch 'master' of github.com:vemel/mypy_boto3

0.7.27

10 Jan 14:29
Compare
Choose a tag to compare
0.7.27-pre

Bump version to 0.7.26

0.7.26

10 Jan 14:05
Compare
Choose a tag to compare
0.7.26-pre

Fix undiscovered boto3 names in post-install script

0.7.25

10 Jan 13:20
Compare
Choose a tag to compare
  • Fixed post-install script for multiple packages