File tree 1 file changed +21
-5
lines changed
1 file changed +21
-5
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,28 @@ Changelog
6
6
7
7
Enhancements
8
8
9
- HTTTP
9
+ - HTTP get_file/put_file APIs now support callbacks (#731)
10
+ - New HTTP put_file method for transferring data to the remote server (chunked) (#731)
11
+ - Customizable HTTP client initializers (through passing ``get_client `` argument) (#731, #701)
12
+ - Support for various checksum / fingerprint headers in HTTP ``info() `` (#731)
13
+ - local implementation of rm_file (#736)
14
+ - local speed improvements (#711)
15
+ - sharing options in SMB (#706)
16
+ - streaming cat/get for ftp (#700)
17
+
18
+ Fixes
19
+
20
+ - check for remote directory when putting (#737)
21
+ - storage_option update handling (#734(
22
+ - await HTTP call before checking status (#726)
23
+ - ftp connect (#722)
24
+ - bytes conversion of times in mapper (#721)
25
+ - variable overwrite in WholeFileCache cat (#719)
26
+ - http file size again (#718)
27
+ - rm and create directories in ftp (#716, #703)
28
+ - list of files in async put (#713)
29
+ - bytes to dict in cat (#710)
10
30
11
- - get_file/put_file APIs now support callbacks
12
- - New put_file API for transferring data to the remote server (chunked)
13
- - Customizable client initializers (through passing ``get_client `` argument)
14
- - Support for various checksum / fingerprint headers in ``info() `` (``ETag ``, ``MD5-Checksum ``, ``Digest ``)
15
31
16
32
2021.07.0
17
33
---------
You can’t perform that action at this time.
0 commit comments