Skip to content

Releases: aio-libs/aiobotocore

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.

aiobotocore 1.4.2

05 Oct 06:10
736b3bf
Compare
Choose a tag to compare

Changes

  • Fix missing close() method on http session (thanks @terrycain)
  • Fix for verify=False

aiobotocore 1.4.1

25 Aug 06:05
2a358e1
Compare
Choose a tag to compare

Changes

  • put backwards incompatible changes behind AIOBOTOCORE_DEPRECATED_1_4_0_APIS env var. This means that #876 will not work unless this env var has been set to 0.

aiobotocore 1.4.0

20 Aug 10:12
ef96004
Compare
Choose a tag to compare

Changes

  • fix retries via config #877
  • remove AioSession and get_session top level names to match botocore
  • change exceptions raised to match those of botocore, see mappings

aiobotocore 1.3.3

13 Jul 04:42
247b7ac
Compare
Choose a tag to compare

Changes

  • fix AioJSONParser #872

aiobotocore 1.3.2

07 Jul 21:56
4020c1e
Compare
Choose a tag to compare

Changes

  • Bump to botocore 1.20.106