Skip to content

[v7.0.0-pre5] - 2025-03-17

Pre-release
Pre-release
Compare
Choose a tag to compare
@funkyshu funkyshu released this 17 Mar 17:22
· 5 commits to main since this release
7eaeec4

Added

  • Add NewFileSystemOption to allow for options, clients, etc to be passed to the FileSystem constructor. Fixes #238.
  • Deprecate Retry() method in FileSystem interface and related types.
  • Deprecate vfs.Option type in favor of specific backend options passed by NewFileSystemOption.
  • Removed gs backend use of vfs.Retry in favor of gs.Retryer, which is a more specific type and is now on the fs.Filesystem rather than gs.Options.