Skip to content

Releases: aio-libs/aiobotocore

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

aiobotocore 0.9.4

08 Aug 22:13
175eaa1
Compare
Choose a tag to compare

Changes

  • Add ClientPayloadError as retryable exception

aiobotocore 0.9.3

19 Jul 19:27
fe414b0
Compare
Choose a tag to compare

Changes

  • Bring botocore up to date