Skip to content

Commit 5983624

Browse files
committed
feat: Release 0.31.0.
1 parent 578b018 commit 5983624

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

.release_notes/.unreleased.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
11
<!-- To avoid merge conflicts, add items at an arbitrary place in the list. -->
2-
3-
- Add `msc config validate` command.
4-
- Added partial file caching with configurable chunk sizes, prefetch control, and source version validation for improved performance on large files.
5-
- Add back support for Python 3.9 (end of life starting October 2025).

.release_notes/0.31.0.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Add `msc config validate` command.
2+
- Added partial file caching with configurable chunk sizes, prefetch control, and source version validation for improved performance on large files.
3+
- Add back support for Python 3.9 (end of life starting October 2025).

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.30.0"
9+
version = "0.31.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)