This is the first release candidate for JuiceFS v1.3. Since v1.3-beta2 it has 27 commits from 14 contributors, thanks to @zhijian-pro @polyrabbit @tangyoupeng @jiefenghuang @lidaohang @Xuyuchao-juice @SonglinLife @YunhuiChen @mt5225 @sjp00556 @wenjianhn @jinying-liu @veinkr @davies !
New
- meta/tikv: support
open-tso-follower-proxy
andmax-tso-batch-wait-interval
options (#6166) - meta: add
fast-statfs
option to speed up statfs (#6168,#6171)
Changed
- cmd/gateway: implement ListObjectVersions (#6173)
- cmd/gateway: improve the gateway performance in read-only mode (#6187)
- object/oss: support parsing regionId from environment variable and from VPC-type endpoint (#6202)
- metrics: expand the FUSE latency histogram range (#6199)
Bugfix
- meta: fix all-zero read response due to invalid openFile.chunks cache (#6192)
- meta: fix leaking objects when quota is full (#6200)
- cache: fix sleep duration in cache expiration loop (#6165)
- object: improve error handling for directory creation and deletion (#6176)
- object/tos: fix wrong region of TOS (#6191)
- cmd/load: fix sliceref for sql binary backup (#6188)
- cmd/sync: fix progress bar for file list (#6162)
- cmd/objbench: correct the time calculation (#6201)
- hadoop: remove ranger-rest-url in core-site (#6203)