- `[builder]` removed unused `import sys` - `[builder]` improved imports sorting for `isort 5` - `[lambda]` `InvocationResponseTypeDef.Payload` type changed to `IO[bytes]`
3.2.1
Changed
- `[builder]` remove `dataclasses` dependency
Fixed
- `[sts]` Missing `sys` import in `type_defs.pyi` (affects some other service modues)
3.2.0
Added
- `[builder]` `S3Outposts` service support - `[builder]` `TimestreamQuery` service support - `[builder]` `TimestreamWrite` service support - `[all]` `ResponseMetadata` shape to all `...Output` type defs - `[all]` Python 3.9.0 support
Fixed
- `[all]` Incorrectly sorted imports in `client.pyi` - `[all]` Pylint errors in generated modules
3.1.0
Added
- `SSOAdmin` service support - `RedshiftDataAPIService` service support
Fixed
- Unsupported services no longer added to `all` extra requirements - Improved imports sorting in generated files
3.0.4
Fixed typo in deployment script
3.0.3
Fixed
- `client.exceptions` type annotations are included to each service and do not require `botocore` installed - Failing `<package>.client` import if `boto3-stubs` package is not installed