Skip to content

Commit 6cfa2a7

Browse files
committed
feat: release 0.28.0
1 parent 0667f11 commit 6cfa2a7

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.release_notes/0.28.0.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Skip telemetry provider automatic initialization when unpickling to prevent multiprocessing issues.
2+
- Fix progress bar total update when enqueueing delete tasks during sync operations.
3+
- Optimize process and thread allocation in `msc sync` when Rust client is enabled for better performance.

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.27.0"
9+
version = "0.28.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)