- Fix `fput_object()` downloads zero size file. (by chasezheng in 10) - Change father module of `iscoroutinefunction()` from `inspect` to `asyncio`. (by chasezheng in 10)
1.10
- Support aysnc for `read()` in `read_part_data()`. (by chasezheng in 8)
1.9
- Fix `response.read` and `response.text` cannot be used by large file. (by miss85246 in 5)
1.8
- Reformat code. (by miss85246 in 4) - Remove redundant `URL`. (by miss85246 in 2) - Remove redundant `Minio.close` and `Minio._async_http`. (by hlf20010508) - Use `with` to create `aiohttp.ClientSession`. (by miss85246 in 4) - Fix parameter error of `ServerError` in `Minio._url_open` (by miss85246 in 4)
1.7
- Fix `Unclosed client session` caused by `Minio._async_http` not be closed. (by hlf20010508) - All redundant outputs are removed. (by miss85246, hlf20010508 in 2)
1.6
- Rename import package from minio_async to miniopy_async - Update publish.py, add `.whl`