* Added support for async fileobjects in download_fileobj - thanks prodeveloper0
10.2.0
-------------------
* Updated S3 streaming example * Bumped aiobotocore to 2.4.1
10.1.0
-------------------
* Bumped aiobotocore to 2.4.0 - thanks abivolmv
10.0.0
-------------------
* Bumped aiobotocore to 2.3.4 - thanks dacevedo12 * Fixed async pytest fixtures which now work in pytest-asyncio strict mode * Fixed edge case in dynamodb batch writer loosing uncommitted writes - see 270, thanks JamesVerrill
9.6.0
------------------
* Bumped aiobotocore to 2.3.0
9.5.0
------------------
* Bumped aiobotocore to 2.2.0 - thanks dacevedo12 * Updated formatting in various places to match the boto3 equivalent