这是indexloc提供的服务,不要输入任何密码
Skip to content

Releases: viant/afs

Release 1.0.4

23 Sep 01:23

Choose a tag to compare

patched http custom client concurrent map writes

Release 1.0.1

15 Sep 17:34

Choose a tag to compare

  • Patched duplicate interface method with go1.11

Release 1.0.0

12 Sep 17:30
77a1049

Choose a tag to compare

  • Added WriterProvider interface
  • Changed NewWriter signature (breaking change)
  • Changed Download signature (breaking change, use Open instead)
  • Changed DownloadWithURL signature (breaking change, use OpenURL instead)
  • Renamed Storager.Download to Storage.Open (breaking change)
  • Renamed storage.Downloader to storage.Opener (breaking change)
  • Optimized zip/tar walk streaming
  • Added file.NewWriter

Release 0.18.1

23 Jul 04:02

Choose a tag to compare

  • Added asset.NewGzFile testing utility

Release 0.18.0

07 Jul 19:04

Choose a tag to compare

  • Added service.Open method
  • Added service.OpenURL
  • Both Open use original Download functions, for backward compatibility it may stay like this for a while, however ideally Download method should return []byte

Release 0.17.1

01 May 15:46

Choose a tag to compare

  • removed viant/toolbox dep

Release 0.17.0

10 Apr 15:43

Choose a tag to compare

  • Added option.Region (for cloud storage)
  • Added option.ServerSideEncryption

Release 0.16.3

06 Apr 05:32

Choose a tag to compare

  • Patched mem fs race condition

Release 0.16.2

06 Apr 00:13

Choose a tag to compare

  • Patched precondition check on mem fs

Release 0.16.1

12 Mar 16:10

Choose a tag to compare

  • Added NewWriter(ctx context.Context, URL string, mode os.FileMode, options ...storage.Option) io.WriteCloser