Skip to content

v1.1.5

Compare
Choose a tag to compare
@jiefenghuang jiefenghuang released this 02 Dec 07:59
766b467

This is the fifth patch release for JuiceFS v1.1. It has 12 commits from 5 contributors, thanks to @zhijian-pro @polyrabbit @SandyXSD @tangyoupeng @austinhmh!

Changed

  • object/bos: support virtual-hosted-style endpoint (#5302)

Bugfix

  • cmd/sync: fix symlink copy by omitting permission copy (#5175)
  • cmd/sync: fix multipart upload for various object stores (#5236, #5239)
  • cmd/gc: fix delayed slices never deleted (#5189)
  • cmd/gc: fix hash-prefixed keys never compacted (#5277)
  • cmd/warmup: fix batch reset issue (#5295)
  • cmd/gateway: fix content type to avoid NullPointerException in S3 Java SDK (#5275)
  • meta: fix compaction skipping the first slice when duplicated (#5159)
  • vfs: fix set xattr compatibility issue on macOS (#5197, #5329)
  • hadoop: fix compatibility with Flink 1.7 (#5147)