Skip to content

Commit 06c7639

Browse files
committed
feat: release 0.29.0
1 parent 5aa47aa commit 06c7639

File tree

4 files changed

+11
-12
lines changed

4 files changed

+11
-12
lines changed

.release_notes/.unreleased.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1 @@
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.

.release_notes/0.29.0.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "maturin"
66

77
[project]
88
name = "multi-storage-client"
9-
version = "0.28.0"
9+
version = "0.29.0"
1010
description = "Unified high-performance Python client for object and file stores."
1111
authors = [
1212
{ name = "NVIDIA Multi-Storage Client Team" }

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)