Skip to content

aiobotocore 0.2.0

Compare
Choose a tag to compare
@thehesiod thehesiod released this 30 Jan 22:51
· 674 commits to master since this release

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)