Skip to content

Releases: vemel/mypy_boto3

0.2.5-4

20 Nov 16:28
Compare
Choose a tag to compare
Read version from env

0.2.5-3

20 Nov 16:23
Compare
Choose a tag to compare
Remove release edited workflow

0.2.5-2

20 Nov 16:20
Compare
Choose a tag to compare
Change variable names

0.2.5 - Black Dock

20 Nov 16:02
Compare
Choose a tag to compare

Changes

  • Add support for Docker image
  • Remove -f CLI flag, now output is always formatted with black
  • Update boto3 to 1.10.22

Bugfixes

  • Fix incorrect -v CLI flag handling

0.2.5-8

20 Nov 16:44
Compare
Choose a tag to compare
0.2.5-8 Pre-release
Pre-release
Fix git changes detection

0.2.5-7

20 Nov 16:40
Compare
Choose a tag to compare
0.2.5-7 Pre-release
Pre-release
Use bash for dockerization

0.2.5-6

20 Nov 16:36
Compare
Choose a tag to compare
0.2.5-6 Pre-release
Pre-release
Add prereleased workflow

0.2.2-1

18 Nov 03:51
Compare
Choose a tag to compare
Do not report errors on upload

0.2.2 - Tricky Autocomplete

18 Nov 03:42
Compare
Choose a tag to compare

Changes

  • README.md files are now generated to support custom builds
  • Support old boto3 version with missing services for custom builds
  • Faster black formatting
  • Files that were not changed are no longer touched
  • Jinja2 templates and black formatting moved to memory
  • Added __all__ directive to all service modules
  • Added overrides for Client.get_waiter that return a correct Waiter class
  • Added overrides for Client.get_paginator that return a correct Paginator class
  • Added version.py to service modules
  • Generated files are now included to project source to track changes
  • Added boto3_client and boto3_resource helpers to service modules to help type resolution in IDE
  • Added get_*_waiter and get_*_paginator helpers to service modules to help type resolution in IDE
  • essential modules no longer installed silently
  • Added client.exceptions class for autocomplete in IDE

Bugfixes

  • Added missing methods for sub resources
  • Fixed undocumented sub resource methods type annotations
  • Fixed incorrect type annotation for last method argument in some cases
  • Fixed backslashes escaping in boto3 docs
  • Fixed all pylint errors in generated packages
  • Fixed cropping last line of documentation block
  • Fixed missing Collection attributes in ServiceResource
  • Collections with conflicting names no longer overwrite each other

0.2.1 - Type Shortcuts

15 Nov 01:39
Compare
Choose a tag to compare
  • Added shortcut mypy_boto3.<service>.type_defs
  • Added boto3 version to setup files
  • Updated docs