Releases: aio-libs/aiobotocore
Releases · aio-libs/aiobotocore
aiobotocore 0.10.0
Changes
- Update to botocore 1.12.49 #639 (thanks @terrycain)
aiobotocore 0.9.4
Changes
- Add ClientPayloadError as retryable exception
aiobotocore 0.9.3
Changes
- Bring botocore up to date
aiobotocore 0.9.2
Changes
- fix timeout bug introduced in last release
aiobotocore 0.9.1
Changes
- fix timeout bug introduced in last release
aiobotocore 0.9.0
Changes
- bump aiohttp to 3.3.x
- remove unneeded set_socket_timeout
aiobotocore 0.8.0
Changes
- Fix pagination #573 (thanks @adamrothman)
- Enabled several s3 tests via moto
- Bring botocore up to date
aiobotocore 0.7.0
Changes
Just version bump to 0.7.0
aiobotocore 0.6.1a0
Changes
- bump to aiohttp 3.1.x
- switch tests to Python 3.5+
- switch to native coroutines
- fix non-streaming body timeout retries