Skip to content

Releases: vemel/mypy_boto3

0.7.24

10 Jan 00:53
Compare
Choose a tag to compare
  • Fixed post-install script for all sub-packages

0.7.23

08 Jan 23:01
Compare
Choose a tag to compare

Bugfixes

  • Fixed Docker image build

0.7.22

08 Jan 22:52
Compare
Choose a tag to compare

Changes

  • Development version and Docker image rebased to Python 3.8.1
  • Greatly improved unit tests coverage
  • Reworked ShapeParser for detecting unsupported types
  • Added README.md to Docker image

Bugfixes

  • Fixed mypy not raising an error on unknown Client method call

Special thanks

  • @jbpratt78 - Fixed install links in README.md

0.7.21

20 Dec 17:40
Compare
Choose a tag to compare

Changes

  • Added CodeStarconnections service type annotations
  • Added usage docstrings to all packages
  • Cleaned up pylint disable directives

Bugfixes

  • Fixed client.generate_presigned_url method return value

0.7.20

19 Dec 10:53
Compare
Choose a tag to compare

Changes

  • Added mypy_boto3 --clean command for full uninstall
  • Added __all__ directive to submodules type_defs
  • Added proper imports to files generated by mypy_boto3

0.7.19

18 Dec 00:48
Compare
Choose a tag to compare
  • Fixed integration tests

0.7.18

18 Dec 00:41
Compare
Choose a tag to compare

Changes

  • Isolated overriden arguments to avoid clashing between different services

Bugfixes

  • Fixed ec2.Instance.delete_tags arguments
  • Fixed boto3.dynamodb stubs being resolved as Any
  • Fixed dynamodb.Table.batch_writer return type

Auto-build changes

  • Removed unreliable pip search lookup for boto3
  • Disabled Pipfile.lock update
  • Fixed twine usage in non-interactive mode

0.7.17

17 Dec 13:37
Compare
Choose a tag to compare

Changes

  • Syncronized overriden argument maps between ShapeParser and DocstringParser
  • Added link to documentation to all resource methods
  • Updated README.md files - added links to boto3 documentation
  • Updated setup.py files - check for Python version and keywords
  • Included README.md to service packages

Bugfixes

  • Fixed ec2.Instance.delete_tags arguments overriden by boto3
  • Fixed dynamodb.Table.batch_writerreturn type overriden by boto3

Auto-build changes

  • On boto3 update Pipfile.lock is updated.

0.7.16

16 Dec 13:29
Compare
Choose a tag to compare

Bugfixes

  • Fixed installation of boto3-stubs with poetry (manual index build might be required on initial install)

0.7.15 - Detective Preview

14 Dec 20:10
Compare
Choose a tag to compare

Changes

  • Added detective service and respective mypy-boto3-detective package