Releases: aio-libs/aiobotocore
Releases · aio-libs/aiobotocore
aiobotocore 2.3.4
What's Changed
- fix event stream response iteration by @thehesiod in #946
Full Changelog: 2.3.3...2.3.4
aiobotocore 2.3.3
What's Changed
- fix Test files appearing in distribution package #937 by @slobberchops in #938
- fix connect timeout while getting IAM creds in Docker by @aiudirog in #941
New Contributors
- @slobberchops made their first contribution in #938
- @aiudirog made their first contribution in #941
Full Changelog: 2.3.2...2.3.3
aiobotocore 2.3.2
What's Changed
- fix 3.6 tests and actually fix 3.6 support by @thehesiod in #936
Full Changelog: 2.3.1...2.3.2
aiobotocore 2.3.1
What's Changed
- fix 3.6 support by @thehesiod in #935
- Allow keepalive_timeout to be None by @dnlserrano in #933
Full Changelog: 2.3.0...2.3.1
aiobotocore 2.3.0
What's Changed
- add AioAWSResponse and AioAWSRequest, and fix exception mapping by @thehesiod in #934
Full Changelog: 2.2.0...2.3.0
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