v1.0.6

juicedata/juicefsv1.0.6Nov 28, 2023by SandyXSD

AI Summary

This is the sixth patch release for v1.0, focusing on metadata performance improvements and dependency updates.

Key Highlights

  • Increase inodeBatch and sliceIdBatch
  • Upgrade golang/x/net to 0.17
  • Fix password leak in metadata
  • Fix flock lock conversion

Full Release Notes

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

- meta: increase inodeBatch & sliceIdBatch (#4188)
- deps: upgrade golang/x/net to 0.17 (#4136)

# 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)