^^^^^^^^^^^^^^^^^^ * Added support for aiohttp>=2.0.4 (thanks achimnol) * update botocore requirement to: botocore>=1.5.0, <=1.5.33
0.2.3
Not secure
^^^^^^^^^^^^^^^^^^ * update botocore requirement to: botocore>=1.5.0, <1.5.29
0.2.2
Not secure
^^^^^^^^^^^^^^^^^^ * set aiobotocore.__all__ for * imports 121 (thanks graingert) * fix ETag in head_object response 132
0.2.1
Not secure
^^^^^^^^^^^^^^^^^^ * Normalize headers and handle redirection by botocore 115 (thanks Fedorof)
0.2.0
Not secure
^^^^^^^^^^^^^^^^^^ * add support for proxies (thanks jjonek) * 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)