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)