Releases: aio-libs/aiobotocore
Releases · aio-libs/aiobotocore
aiobotocore 0.2.0
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 Configmax_pool_connections
property (note default is 10)
aiobotocore 0.1.1
Changes
- botocore updated to version 1.5.0
Release 0.0.6 Botocore update
Release 0.0.5 Initial PyPI Release
bump version to 0.0.5
Alpha Release. New versions of botocore and aiohttp
Merge pull request #39 from cbrichford/botocore-updates Botocore updates
Release 0.0.3a
Track newer version of botocore
Release 0.0.2a
install content-type if not present
Release 0.0.1a
Add install command to README.rst