Releases: aio-libs/aiobotocore
Releases · aio-libs/aiobotocore
aiobotocore 1.0.1
- Fixed signing requests with explicit credentials
aiobotocore 1.0.0
- API breaking: The result of create_client is now a required async context class
- Credential refresh should now work
- generate_presigned_url is now an async call along with other credential methods
- Credentials.[access_key/secret_key/token] now raise NotImplementedError because
they won't call refresh like botocore. Instead should use get_frozen_credentials
async method - Bump botocore and extras
aiobotocore 0.12.0
- Bump botocore and extras
- Drop support for 3.5 given we are unable to test it with moto and it will soon be unsupported
- Remove loop parameters for Python 3.8 compliance
- Remove deprecated AioPageIterator.next_page
aiobotocore 0.11.1
Changes
- Fixed event streaming API calls like S3 Select.
aiobotocore 0.11.0
Changes
- replace CaseInsensitiveDict with urllib3 equivalent #744
(thanks to inspiration from @craigmccarter and @kevchentw) - bump botocore to 1.13.14
- fix for mismatched botocore method replacements
aiobotocore 0.10.4
aiobotocore 0.10.3
Changes
- Bump botocore and extras
aiobotocore 0.10.2
Changes
- Fix response-received emitted event #682
aiobotocore 0.10.1
aiobotocore 0.10.0
Changes
- Update to botocore 1.12.49 #639 (thanks @terrycain)