Skip to content

Releases: aio-libs/aiobotocore

aiobotocore 2.3.3

08 Jun 03:07
e4ea0ed
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.2...2.3.3

aiobotocore 2.3.2

09 May 06:33
4c18d3d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.3.1...2.3.2

aiobotocore 2.3.1

06 May 18:23
d9e1438
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.3.0...2.3.1

aiobotocore 2.3.0

05 May 22:43
0c6c571
Compare
Choose a tag to compare

What's Changed

  • add AioAWSResponse and AioAWSRequest, and fix exception mapping by @thehesiod in #934

Full Changelog: 2.2.0...2.3.0

aiobotocore 2.2.0

17 Mar 02:59
b7726a4
Compare
Choose a tag to compare

What's Changed

  • bump to botocore 1.24.21 by @thehesiod in #926
  • remove deprecated APIs
  • re-enable retry of aiohttp.ClientPayloadError

Full Changelog: 2.1.2...2.2.0

aiobotocore 2.1.2

04 Mar 20:56
6491e3c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.1...2.1.2

aiobotocore 2.1.1

11 Feb 03:24
a2ba955
Compare
Choose a tag to compare

What's Changed

  • feat: add a non-blocking implementation of the adaptive retry strategy by @Neki in #914

New Contributors

Full Changelog: 2.1.0...2.1.1

aiobotocore 2.1.0

14 Dec 15:44
4d198ec
Compare
Choose a tag to compare

What's Changed

  • Enforce passing in an instance of the aiohttp resolver, not a class by @orf in #906
  • bump botocore to 1.23.24 by @thehesiod in #909

Full Changelog: 2.0.1...2.1.0

aiobotocore 2.0.1

26 Nov 01:04
f269b8e
Compare
Choose a tag to compare

Changes

  • revert accidental dupe of _register_s3_events #867 (thanks @eoghanmurray)
  • Support customizing the aiohttp connector resolver class #893 (thanks @orf)
  • fix timestream query #902

aiobotocore 2.0.0

02 Nov 17:06
d55cc52
Compare
Choose a tag to compare

Changes

  • bump to botocore 1.22.8
  • turn off default AIOBOTOCORE_DEPRECATED_1_4_0_APIS env var to match botocore module. See notes in 1.4.0.