Releases: aio-libs/aiobotocore
Releases · aio-libs/aiobotocore
aiobotocore 2.2.0
What's Changed
- bump to botocore 1.24.21 by @thehesiod in #926
- remove deprecated APIs
- re-enable retry of aiohttp.ClientPayloadError
Full Changelog: 2.1.2...2.2.0
aiobotocore 2.1.2
What's Changed
- fix calling close when there is no session #922 by @thehesiod in #923
New Contributors
- @vemel made their first contribution in #918
- @simon-saliba made their first contribution in #919
Full Changelog: 2.1.1...2.1.2
aiobotocore 2.1.1
aiobotocore 2.1.0
What's Changed
- Enforce passing in an instance of the aiohttp resolver, not a class by @orf in #906
- bump botocore to 1.23.24 by @thehesiod in #909
Full Changelog: 2.0.1...2.1.0
aiobotocore 2.0.1
Changes
- revert accidental dupe of _register_s3_events #867 (thanks @eoghanmurray)
- Support customizing the aiohttp connector resolver class #893 (thanks @orf)
- fix timestream query #902
aiobotocore 2.0.0
Changes
- bump to botocore 1.22.8
- turn off default
AIOBOTOCORE_DEPRECATED_1_4_0_APIS
env var to match botocore module. See notes in 1.4.0.
aiobotocore 1.4.2
Changes
- Fix missing close() method on http session (thanks @terrycain)
- Fix for verify=False
aiobotocore 1.4.1
Changes
- put backwards incompatible changes behind
AIOBOTOCORE_DEPRECATED_1_4_0_APIS
env var. This means that #876 will not work unless this env var has been set to 0.
aiobotocore 1.4.0
aiobotocore 1.3.3
Changes
- fix AioJSONParser #872