Skip to content

Releases: aio-libs/aiobotocore

aiobotocore 1.0.6

04 Jun 20:48
d4ce2d9
Compare
Choose a tag to compare

Changes

  • revert __getattr__ fix as it breaks ddtrace

aiobotocore 1.0.5

04 Jun 01:33
725cb1f
Compare
Choose a tag to compare

Changes

  • Fixed AioSession.get_service_data emit call #811 via #812
  • Fixed async __getattr__ #789 via #803

aiobotocore 1.0.4

15 Apr 23:52
Compare
Choose a tag to compare

Changes

  • Fixed S3 Presigned Post not being async

aiobotocore 1.0.3

10 Apr 10:04
acf1d1c
Compare
Choose a tag to compare
  • Fixes typo when using credential process

aiobotocore 1.0.2

05 Apr 10:06
875f939
Compare
Choose a tag to compare
  • Disable Client.getattr emit for now #789

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