Notes
`boto3-stubs` now requires submodules from the current minor release. E.g. `boto3-stubs 1.19.8` require `mypy-boto3-s3>=1.19.0`. Used to be 5 micro-releases down. So, starting from this release submodules are released only if they have changed compared to the previous version, or `boto3` got a new minor release.
Thank you all for your bug reports, feature requests, pull requests, and patience! We reached more than 500 thousand downloads per month, prevented hundreds of bugs in prod, and we even helped the scientific Python community a lot! Let's keep it up!
Added
- `[cli]` `--service-names` accept `updated` value to build only services updated in current `boto3` release
Changed
- `[boto3-stubs]` requires submodules from the current minor release
- `[builder]` updated dependencies for official `py310` support
Fixed
- `[services]` `ResponseMetadata.HTTPHeaders` are now correctly typed as `Dict[str, str]`
- `[builder]` selected services are no longer re-created for easier comparison
- `[builder]` wrapped type annotations no longer depend on `typing` library