Skip to content

Commit 399cf82

Browse files
authored
Merge pull request #739 from martindurant/for_release
update changelog
2 parents 9832691 + ca0c855 commit 399cf82

File tree

1 file changed

+21
-5
lines changed

1 file changed

+21
-5
lines changed

docs/source/changelog.rst

+21-5
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,28 @@ Changelog
66

77
Enhancements
88

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)
1030

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``)
1531

1632
2021.07.0
1733
---------

0 commit comments

Comments
 (0)