Skip to content

0.39.0

Choose a tag to compare

@github-actions github-actions released this 18 Dec 00:54
· 252 commits to main since this release
c75b47b

New Features

  • Preserve object storage last-modified time when syncing to a POSIX target.
  • Add Prometheus metrics endpoint to MSFS for enhanced observability.

Bug Fixes

  • Fix double URL encoding of paths in Rust client that caused issues with special characters in object keys.
  • Fix credential refresh deadlock and lock contention in concurrent sync operations.
  • Optimize full-file reads to cache the entire file instead of chunking when reading from offset 0 with size ≥ file size.
  • Reduce unnecessary list operations in msc sync command by using non-strict path resolution.