Skip to content

v0.14.2

Compare
Choose a tag to compare
@chnliyong chnliyong released this 04 Jun 07:29
· 2888 commits to main since this release

JuiceFS v0.14.2 received 30+ contributions from @davies @xiaogaozi @tangyoupeng @Sandy4999 @chnliyong @yuhr123 @xyb @meilihao @frankxieke , thanks to them!

New

  • Added quota for space and inodes for whole volume (#495).
  • Lists all the client session in juicefs status (#491).
  • Cleanup any leaked inodes in Redis with juicefs gc (#494).
  • Supports sticky bits in Java SDK (#475).
  • Added juicefs.umask for Java SDK (#462).
  • Empty the Hadoop trash automatically (#456).

Changed

  • Returns ENOSPC rather than IOError when Redis runs out of memory (#479).

Bugfix

  • Allow superuser to change file mode in Java SDK (#467).
  • Allow owner to change grouping of file (#470).