Skip to content

Commit

Permalink
feat: Release 0.14.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
commiterate committed Feb 3, 2025
1 parent 0d40ea0 commit 7a8f4f0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .licenses.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
| google-resumable-media | 2.7.2 | Apache Software License | https://github.com/googleapis/google-resumable-media-python |
| googleapis-common-protos | 1.66.0 | Apache Software License | https://github.com/googleapis/python-api-common-protos |
| importlib-metadata | 7.0.0 | Apache Software License | https://github.com/python/importlib_metadata |
| multi-storage-client | 0.14.0 | Apache Software License | https://github.com/NVIDIA/multi-storage-client |
| multi-storage-client | 0.14.1 | Apache Software License | https://github.com/NVIDIA/multi-storage-client |
| opentelemetry-api | 1.24.0 | Apache Software License | https://github.com/open-telemetry/opentelemetry-python/tree/main/opentelemetry-api |
| opentelemetry-exporter-otlp-proto-common | 1.24.0 | Apache Software License | https://github.com/open-telemetry/opentelemetry-python/tree/main/exporter/opentelemetry-exporter-otlp-proto-common |
| opentelemetry-exporter-otlp-proto-http | 1.24.0 | Apache Software License | https://github.com/open-telemetry/opentelemetry-python/tree/main/exporter/opentelemetry-exporter-otlp-proto-http |
Expand Down
3 changes: 3 additions & 0 deletions .release_notes/0.14.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Add retries to `upload_file()` and `write()` on MSC.
- Log `request_id` in case of error on S3 storage provider.
- Drop redundant `content_length` from manifests.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"

[project]
name = "multi-storage-client"
version = "0.14.0"
version = "0.14.1"
description = "Unified high-performance Python client for object and file stores."
authors = [
{ name = "NVIDIA Multi-Storage Client Team" }
Expand Down

0 comments on commit 7a8f4f0

Please sign in to comment.