File tree Expand file tree Collapse file tree 4 files changed +11
-12
lines changed Expand file tree Collapse file tree 4 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 11<!-- To avoid merge conflicts, add items at an arbitrary place in the list. -->
2-
3- - Add ` list_recursive ` method to the Rust client.
4- - Drop support for Python 3.9 (end of life starting October 2025).
5- - Rename ` upload_multipart ` to ` upload_multipart_from_file ` in the Rust Client.
6- - Add ` upload_multipart_from_bytes ` method to the Rust Client.
7- - Rename ` download_multipart ` to ` download_multipart_to_file ` in the Rust Client.
8- - Add ` download_multipart_to_bytes ` method to the Rust Client.
9- - Accept config file paths in ` StorageClientConfig.from_file() ` .
10- - Limit Rust client concurrency and add retry for connection errors.
11- - Add explicit chunk size and concurrency parameters to ` upload_multipart_from_file ` and ` download_multipart_to_file ` in the Rust Client.
Original file line number Diff line number Diff line change 1+ - ** Drop support for Python 3.9** (end of life starting October 2025).
2+ - Add ` list_recursive ` method to the Rust client.
3+ - Rename ` upload_multipart ` to ` upload_multipart_from_file ` in the Rust client.
4+ - Add ` upload_multipart_from_bytes ` method to the Rust client.
5+ - Rename ` download_multipart ` to ` download_multipart_to_file ` in the Rust client.
6+ - Add ` download_multipart_to_bytes ` method to the Rust client.
7+ - Add explicit chunk size and concurrency parameters to ` upload_multipart_from_file ` and ` download_multipart_to_file ` in the Rust client.
8+ - Accept config file paths in ` StorageClientConfig.from_file() ` .
9+ - Limit Rust client concurrency and add retry for connection errors.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "maturin"
66
77[project ]
88name = " multi-storage-client"
9- version = " 0.28 .0"
9+ version = " 0.29 .0"
1010description = " Unified high-performance Python client for object and file stores."
1111authors = [
1212 { name = " NVIDIA Multi-Storage Client Team" }
You can’t perform that action at this time.
0 commit comments