Skip to content

Releases: aio-libs/aiobotocore

aiobotocore 1.0.1

01 Apr 19:21
Compare
Choose a tag to compare
  • Fixed signing requests with explicit credentials

aiobotocore 1.0.0

31 Mar 17:00
Compare
Choose a tag to compare
  • 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

23 Feb 11:27
Compare
Choose a tag to compare
  • 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

04 Jan 06:52
dd860aa
Compare
Choose a tag to compare

Changes

  • Fixed event streaming API calls like S3 Select.

aiobotocore 0.11.0

12 Nov 10:51
65320c3
Compare
Choose a tag to compare

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

25 Oct 06:06
957c91b
Compare
Choose a tag to compare

Changes

  • Make AioBaseClient.close method async #724 (thanks @bsitruk)
  • Bump awscli, boto3, botocore #735 (thanks @bbrendon)
  • switch paginator to async_generator, add result_key_iters
    (deprecate next_page method)

aiobotocore 0.10.3

18 Jul 01:05
4052be1
Compare
Choose a tag to compare

Changes

  • Bump botocore and extras

aiobotocore 0.10.2

12 Feb 05:02
eba173f
Compare
Choose a tag to compare

Changes

  • Fix response-received emitted event #682

aiobotocore 0.10.1

09 Feb 02:56
b0b63d3
Compare
Choose a tag to compare

Changes

aiobotocore 0.10.0

09 Dec 14:21
Compare
Choose a tag to compare

Changes