Skip to content

Releases: aio-libs/aiobotocore

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

Release 0.0.2a

01 Jun 11:12
Compare
Choose a tag to compare
install content-type if not present

Release 0.0.1a

31 May 21:15
Compare
Choose a tag to compare
Add install command to README.rst