This is the sixth patch release for JuiceFS v1.0. It has 8 commits from 4 contributors, thanks to @zhijian-pro @SandyXSD @fengleng @davies !
Changed
Bugfix
- cmd/gateway: create the parent directory of the target on demand when copying an object (#4058)
- meta: allow flock converting current exclusive lock to a shared lock (#4179)
- meta: fix possible password leak when it contains the
@
symbol (#4071) - meta/mysql: don't escape the mysql password (#4069)
- meta/tkv: fix offset overflow in CopyFileRange (#4130)
- object: skip listing directories with no permission (#4125)