Skip to content

v1.12.9

Compare
Choose a tag to compare
@xushiwei xushiwei released this 04 Sep 04:05
· 133 commits to main since this release
d25681c

new features:

  • x/http/fs.HttpOpener (to replace x/http/fs.HttpOpen) (#55)
  • x/http/fs.HttpFS (return by x/http/fs.Http) (#55)
  • x/http/fs: dataFile/stream/httpFile.FullName (#63)
  • x/http/fs/cached:
    • cached.New: support offline, lfs.NewOfflineCached (#59 #61)
    • cached.IsRemote (#58)
    • cached.RemoteOf/IsOffline (#64)
    • cached.Remote add ReaddirAll (#58)
    • cached.DownloadFile (#61 #62)
    • cached/dir: dir cache (#58 #60 #61)

changes:

  • x/http/fs.Opener => Plugin (#55)
  • x/http/fs.Http/WithTracker based on HttpFS (#55)
  • x/http/tracer.NewCodeRecorder => NewRecorder (#56)