Skip to content

Commit b331a0c

Browse files
committed
feat: Release 0.32.0.
1 parent 170aad9 commit b331a0c

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

.release_notes/.unreleased.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1 @@
11
<!-- To avoid merge conflicts, add items at an arbitrary place in the list. -->
2-
3-
- Support include and exclude filters in `msc sync`.
4-
- Add metrics collection to `PosixFile` I/O operations.
5-
- **Breaking change**: Make beta telemetry initialization lazy.
6-
- **Breaking change**: Drop legacy metrics.
7-
- Add `skip_signature` support in Rust Client for public bucket access.

.release_notes/0.32.0.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
- **Breaking change**: Make beta telemetry initialization lazy.
2+
- **Breaking change**: Drop legacy metrics.
3+
- Cap progress bars to 99.9% if not complete.
4+
- Support include and exclude filters in `msc sync`.
5+
- Add metrics collection to `PosixFile` I/O operations.
6+
- Support syncing metadata in sync operations.
7+
- Use correct delay value for retries.
8+
- Infer content types for the SwiftStack storage provider.
9+
- Add `skip_signature` support in Rust Client for public bucket access.
10+
- Handle missing files gracefully for Zarr.
11+
- Convert Rust buffer to Python bytes in `RemoteFileReader`.

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.31.0"
9+
version = "0.32.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)