Skip to content

0.42.0

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Feb 20:55

Multi-Storage Client (MSC)

New Features

The MSC Explorer Web UI is now integrated into MSC, providing a browser-based interface to browse and manage objects across your configured storage backends. See the documentation for more details.

  • Bumped OpenTelemetry package version to 1.32.1 for mTLS support.

Bug Fixes

  • Avoid HEAD requests when checking source version to reduce unnecessary API calls.
  • Resolve sync worker performance regression with bounded backpressure.
  • Raise ValueError when base_path is empty in list_objects.
  • Resolve multiprocessing metadata loss and related test failures in sync operations.
  • Add early validation for cache_line_size exceeding cache size.

Multi-Storage File System (MSFS)

New Features

  • Added support for mkdir and rmdir operations.
  • Added prefetch of directories when readdir/readdirplus has not already done so, improving directory listing performance.
  • MSFS Grafana dashboard now reports READ metrics.

Bug Fixes

  • Fixed double locking in directory prefetcher.