Skip to content

0.48.0

Choose a tag to compare

@github-actions github-actions released this 04 May 23:12
9a7c4f7

Multi-Storage Client (MSC)

New Features

  • Added cache.prefetch_file to let open() use partial file caching by default when configured.
  • Use recursive listing in the sync producer to improve sync planning performance.
  • Enable parallel recursive listing for the POSIX storage provider.

Bug Fixes

  • Allow custom object attributes to use dict[str, Any] values across MSC APIs and providers.

Multi-Storage File System (MSFS)

New Features

  • Adopt /dev/fuse multi-reader support for improved FUSE request handling.

Bug Fixes