Skip to content

Releases: aio-libs/aiobotocore

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

aiobotocore 1.3.1

11 Jun 23:58
4c150b2
Compare
Choose a tag to compare

Changes

  • TCPConnector: change deprecated ssl_context to ssl
  • fix non awaited generate presigned url calls # 868

aiobotocore 1.3.0

09 Apr 23:03
52cd5c8
Compare
Choose a tag to compare

Changes

  • Bump to botocore 1.20.49 #856

aiobotocore 1.2.2

11 Mar 08:10
40427e6
Compare
Choose a tag to compare

Changes

  • Await call to async method _load_creds_via_assume_role #851 (thanks @puzza007)

aiobotocore 1.2.1

10 Feb 22:37
183e268
Compare
Choose a tag to compare

Changes

  • verify strings are now correctly passed to aiohttp.TCPConnector #851 (thanks @FHTMitchell)

aiobotocore 1.2.0

12 Jan 12:20
3faf885
Compare
Choose a tag to compare

Changes

  • bump botocore to 1.19.52
  • use passed in http_session_cls param to create_client (#797)