Skip to content

Releases: aio-libs/aiobotocore

aiobotocore 0.4.2

04 Jul 23:29
Compare
Choose a tag to compare
  • update supported aiohttp requirement to: >=2.0.4, <=2.3.0
  • update supported botocore requirement to: >=1.5.71, <=1.5.78

aiobotocore 0.4.1

27 Jun 22:03
Compare
Choose a tag to compare
  • fix redirects #268

aiobotocore 0.4.0

20 Jun 01:00
Compare
Choose a tag to compare
  • update botocore requirement to: botocore>=1.5.34, <=1.5.70
  • fix read_timeout due to #245
  • implement set_socket_timeout

aiobotocore 0.3.3

22 May 22:00
Compare
Choose a tag to compare
  • switch to PEP 440 version parser to support 'dev' versions

aiobotocore 0.3.2

22 May 20:10
Compare
Choose a tag to compare

Changes

  • Fix botocore integration
  • Provisional fix for aiohttp 2.x stream support
  • update botocore requirement to: botocore>=1.5.34, <=1.5.52

aiobotocore 0.3.1

18 Apr 09:15
Compare
Choose a tag to compare

Changes

  • Fixed Waiter support

aiobotocore 0.3.0

01 Apr 18:18
Compare
Choose a tag to compare

Changes

  • Added support for aiohttp>=2.0.4(thanks @achimnol)
  • update botocore requirement to: botocore>=1.5.0, <=1.5.33

aiobotocore 0.2.3

23 Mar 00:46
Compare
Choose a tag to compare
  • update botocore requirement to: botocore>=1.5.0, <1.5.29

aiobotocore 0.2.2

07 Mar 22:04
Compare
Choose a tag to compare

Changes

  • set aiobotocore.all for * imports #121 (thanks @graingert)
  • fix ETag in head_object response #132

aiobotocore 0.2.1

01 Feb 19:19
Compare
Choose a tag to compare

Changes

  • Normalize headers and handle redirection by botocore #115 (thanks @fedorof)