v1.0.0-rc2
juicedata/juicefsv1.0.0-rc2Jun 24, 2022by SandyXSD
AI Summary
The second release candidate for v1.0.0, introducing session token support and various improvements to metadata handling and object storage clients.
Key Highlights
- Supports using session token for object storage
- Optimized metadata structure output
- SQL database support for read-only transactions
- Replaced webdav client for better compatibility
- Improved `juicefs info` output for better readability
New Features
- Session token support for object storage
- Read-only transaction support for SQL metadata
- SDK jar release optimization
Full Release Notes
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 - Supports 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)