Skip to content

Releases: aio-libs/aiobotocore

aiobotocore 0.10.0

09 Dec 14:21
Compare
Choose a tag to compare

Changes

aiobotocore 0.9.4

08 Aug 22:13
175eaa1
Compare
Choose a tag to compare

Changes

  • Add ClientPayloadError as retryable exception

aiobotocore 0.9.3

19 Jul 19:27
fe414b0
Compare
Choose a tag to compare

Changes

  • Bring botocore up to date

aiobotocore 0.9.2

06 Jun 00:05
6af8d66
Compare
Choose a tag to compare

Changes

  • fix timeout bug introduced in last release

aiobotocore 0.9.1

04 Jun 20:33
a04ddb1
Compare
Choose a tag to compare

Changes

  • fix timeout bug introduced in last release

aiobotocore 0.9.0

01 Jun 20:31
472c072
Compare
Choose a tag to compare

Changes

  • bump aiohttp to 3.3.x
  • remove unneeded set_socket_timeout

aiobotocore 0.8.0

07 May 20:01
34ce92e
Compare
Choose a tag to compare

Changes

  • Fix pagination #573 (thanks @adamrothman)
  • Enabled several s3 tests via moto
  • Bring botocore up to date

aiobotocore 0.7.0

01 May 16:05
Compare
Choose a tag to compare

Changes

Just version bump to 0.7.0

aiobotocore 0.6.1a0

01 May 08:43
Compare
Choose a tag to compare

Changes

  • bump to aiohttp 3.1.x
  • switch tests to Python 3.5+
  • switch to native coroutines
  • fix non-streaming body timeout retries

aiobotocore 0.6.0

04 Mar 11:42
Compare
Choose a tag to compare

Changes

  • Upgrade to aiohttp>=3.0.0 #536 (thanks @Gr1N)