JuiceFS v1.0.0-rc2 is the second release candidate for v1.0. It has 40 commits from 10 contributors, thanks to @davies @zhijian-pro @sanwan @zhoucheng361 @tangyoupeng @SandyXSD @201341 @chnliyong @solracsf @xiaogaozi !
New
- Support using session token for object storage (#2261)
Changed
- cmd/info: make output more human friendly (#2303)
- meta: optimize output of format structure (#2250)
- meta/sql: support database without read-only transaction (#2259)
- object/webdav: replace webdav client (#2288)
- SDK: only release sdk jar (#2289)
Bugfix
- cmd: --backup-meta could be 0 to disable backup (#2275)
- cmd: fix concurrent rmr/warmup in mac (#2265)
- cmd/fsck: fix object name for Head method (#2281)
- cmd/info: Fix repeat path info when inode is 1 (#2294)
- meta: fix GetPaths for mount points with subdir specified (#2298)
- meta: don't treat trash as dangling inode (#2296)
- meta: fix index underflow in 32bit arch (#2239)
- meta/tkv: use absolute path for badgerDB as metadata engine (#2256)
- object/azure: fix azure list api and incorrect bucket URL (#2263)
- metrics: use separate metrics per volume (#2253)