^^^^^^^^^^^^^^^^^^ * API breaking: The result of create_client is now a required async context class * Credential refresh should now work * generate_presigned_url is now an async call along with other credential methods * Credentials.[access_key/secret_key/token] now raise NotImplementedError because they won't call refresh like botocore. Instead should use get_frozen_credentials async method * Bump botocore and extras
0.12.0
Not secure
^^^^^^^^^^^^^^^^^^^ * Bump botocore and extras * Drop support for 3.5 given we are unable to test it with moto and it will soon be unsupported * Remove loop parameters for Python 3.8 compliance * Remove deprecated AioPageIterator.next_page
0.11.1
Not secure
^^^^^^^^^^^^^^^^^^^ * Fixed event streaming API calls like S3 Select.
0.11.0
Not secure
^^^^^^^^^^^^^^^^^^^ * replace CaseInsensitiveDict with urllib3 equivalent 744 (thanks to inspiration from craigmccarter and kevchentw) * bump botocore to 1.13.14 * fix for mismatched botocore method replacements