Skip to content

Releases: hlf20010508/miniopy-async

1.13

18 Apr 06:44
Compare
Choose a tag to compare
  • Completely removed Unclosed client session warning by wrapping aiohttp sessions with async with to ensure the session is cleaned up. (by @nkukard, @hlf20010508 in #15)

1.12

11 Jan 13:16
Compare
Choose a tag to compare
  • Fix custom metadata auto transforming to list type, which is unsupported by aiohttp. (by @HakierGrzonzo in #12)
  • Abandon _attach_finalizer(), since it caused more trouble. The warnings Unclosed client session and Unclosed connector is not critical. (by @hlf20010508)

1.11

16 Nov 11:48
5613995
Compare
Choose a tag to compare
  • 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

04 Nov 10:00
7d4eefe
Compare
Choose a tag to compare
  • Support aysnc for read() in read_part_data(). (by @chasezheng in #8)

1.9

14 Jul 13:46
Compare
Choose a tag to compare
1.9
  • Fix response.read and response.text cannot be used by large file. (by @miss85246 in #5)

1.8

14 Jul 02:50
0ff9748
Compare
Choose a tag to compare
1.8

1.7

13 Jul 13:27
Compare
Choose a tag to compare
1.7

1.6

11 Jul 12:04
Compare
Choose a tag to compare
1.6
  • Rename import package from minio_async to miniopy_async
  • Update publish.py, add .whl

1.3

11 Jul 06:37
Compare
Choose a tag to compare
1.3
  • Update Apache-2.0 license.

1.2

10 Jul 15:39
Compare
Choose a tag to compare
1.2
  • Add parameter progress for put_object and fput_object. Class<Progress> is provided, you don't have to create it manuly.
  • Add num_parallel_uploads for put_object and fput_object