This is the first release candidate for JuiceFS v1.2. It has 22 commits from 7 contributors, thanks to @zhoucheng361 @SandyXSD @davies @zhijian-pro @YunhuiChen @prOOrc @yuhr123 !
New
- cmd/sync: add new options
max-size
,min-size
,max-age
andmin-age
to filter files based on size and age (#4912, 7491e33, #4913)
Changed
- sync: limit the total size of each batch task from the manager (#4886)
- deps: upgrade golang.org/x/net to 0.23 (#4911)
Bugfix
- cmd/gateway: fix gateway add and list service account (#4891)
- cmd/gateway: fix the size of JfsObjects.CompleteMultipartUpload (#4893)
- cmd/sync: return the error of listing objects (#4879)
- meta: fix the protection check for compaction (#4901)
- vfs: fix the issue that plock may be unlocked by mistake (#4910)