Skip to content

Releases: aio-libs/aiobotocore

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)

aiobotocore 0.2.0

30 Jan 22:51
Compare
Choose a tag to compare

backwards compatible changes

  • add support for proxies (thanks @jjonek)

backwards incompatible changes

  • remove AioConfig verify_ssl connector_arg as this is handled by the
    create_client verify param
  • remove AioConfig limit connector_arg as this is now handled by
    by the Config max_pool_connections property (note default is 10)

aiobotocore 0.1.1

18 Jan 22:38
Compare
Choose a tag to compare

Changes

  • botocore updated to version 1.5.0

Release 0.0.6 Botocore update

19 Nov 12:00
Compare
Choose a tag to compare

Changes

  • Added enforcement of plain response #57 (thanks @rymir)
  • botocore updated to version 1.4.73 #74 (thanks @vas3k)

Release 0.0.5 Initial PyPI Release

01 Jul 20:58
Compare
Choose a tag to compare
bump version to 0.0.5

Alpha Release. New versions of botocore and aiohttp

14 Mar 08:48
Compare
Choose a tag to compare
Merge pull request #39 from cbrichford/botocore-updates

Botocore updates

Release 0.0.3a

12 Aug 18:27
Compare
Choose a tag to compare

Track newer version of botocore