diff --git a/.licenses.md b/.licenses.md index c4cd241..ffbdcb6 100644 --- a/.licenses.md +++ b/.licenses.md @@ -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 | diff --git a/.release_notes/0.14.1.md b/.release_notes/0.14.1.md new file mode 100644 index 0000000..2ace7c7 --- /dev/null +++ b/.release_notes/0.14.1.md @@ -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. diff --git a/pyproject.toml b/pyproject.toml index b5ad652..637261b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" }