Releases: aio-libs/aiobotocore
Releases · aio-libs/aiobotocore
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
aiobotocore 1.3.2
Changes
- Bump to botocore 1.20.106
aiobotocore 1.3.1
Changes
- TCPConnector: change deprecated ssl_context to ssl
- fix non awaited generate presigned url calls # 868
aiobotocore 1.3.0
Changes
- Bump to botocore 1.20.49 #856
aiobotocore 1.2.2
aiobotocore 1.2.1
Changes
- verify strings are now correctly passed to aiohttp.TCPConnector #851 (thanks @FHTMitchell)