Skip to content

0.40.0

Choose a tag to compare

@github-actions github-actions released this 06 Jan 20:10
· 239 commits to main since this release
95d2621

New Features

  • Add --include and --exclude pattern filtering to msc ls command for selective file listing.
  • Enhance SyncResult to separately track files and bytes added/deleted, providing complete visibility into sync operations.
  • Add configurable retry settings for Rust client to improve reliability and customization.

Bug Fixes

  • Fix automatic retry for HTTP 408 (Request Timeout) errors when accessing Google Cloud Storage via S3-compatible API.
  • Add default timeout values for S3 storage providers to prevent indefinite hangs.
  • Fix unnecessary directory creation when opening files in read-only mode.