Notes
Hello!
Look, another minor version bump just after three months! And again, no big changes if you are not asynchronous enough.
Because this release is all about `aioboto3`/`aiobotocore`. Now we have compatibility with `AbstractAsyncContextManager` and properly annotated `Collections`! Is this good enough to bump a minor version?
Nope. A minor version is bumped because our generated documentation is going to change pretty soon. And also it is bumped so I can write some notes for this release and brag about 4 million monthly downloads!
What's next? Fix for a slow package discovery in `pip`! Other than that, nothing special. As always, all `boto3` services are covered and supported, docs are up-to-date, CI/CD does its thing. It is time to find some other things to do while everything is automated :)
Keep on keeping on!
Changed
- `[docs]` All code blocks are compatible with client-side code highlighters for better performance (reported by eli-kir in 184)
- `[docs]` Dark theme is chosen by default
Fixed
- `[types-aioboto3]` Fix compatibility with `AbstractAsyncContextManager` (reported by tibbe in 185)
- `[types-aiobotocore]` Mark all common `Collection` methods as synchronous (reported and researched by MiloLug in 153)
- `[docs]` Table of Contents is hidden for large files
- `[docs]` `Client.exceptions` usage was documented incorrectly
- `[docs]` Syntax error in `Collection` usage examples
Other libraries
- `[botocore-stubs]` Updated `Config` type annotations to `1.29.89` (reported by js-truework in 186)