Skip to content

0.2.8 - Bye-bye Partial

Compare
Choose a tag to compare
@vemel vemel released this 26 Nov 02:08
· 372 commits to master since this release

Changes

  • boto3-stubs are no longer partial, all modules are covered
  • Added boto3.compat stubs
  • Added boto3.resources stubs
  • Added boto3.dynamodb stubs
  • Updated to boto3==1.10.27

Bugfixes

  • Fixed inconsistent max line length in generated code, it is now always 100
  • Fixed code lines splitting

Builder changes

  • Docker image got a new environment variable BOTOCORE_VERSION to install a specific version of botocore before parsing
  • Docstrings are parsed on render, so building with --no-docs is faster
  • New code for docstring parsing, now with built-in textwrap module