v1.3.2

juicedata/juicefsv1.3.2Aug 7, 2026by jiefenghuang

AI Summary

This patch release addresses critical bug fixes in the JuiceFS v1.3 series, including issues with Windows directory listings, disk caching logic, and object storage compatibility for BOS and OSS. It also resolves metadata handling problems regarding supplementary groups and progress tracking.

Key Highlights

  • Fixed Windows directory listings truncated at 4,096 entries.
  • Fixed disk caching logic preventing valid objects from being deleted.
  • Fixed bucket access failures for BOS and OSS prefixed endpoints.
  • Fixed FUSE fd leaks into child processes.
  • Fixed progress goroutine leaks in dump scans.

Full Release Notes

This is the Second patch release for JuiceFS v1.3. It has 9 commits from 8 contributors, thanks to @Xuyuchao-juice @jiefenghuang @polyrabbit @T-TRz879 @VerTiGoEtrex @zexee @zhijian-pro @zxh326

# Bugfix

- windows: prevent directory listings from being truncated at 4,096 entries (#6547)
- cache: prevent unknown inode capacity from disabling disk caching (#6675)
- cache: prevent duplicate staged-block uploads from deleting valid objects (#6697)
- object/bos: prevent bucket access failures from bucket-prefixed endpoints (#6746)
- meta: fix setgid handling for supplementary groups and permission checks (#6943, #7232)
- mount: fix FUSE fd leaks into child processes (#7162)
- meta: fix progress goroutine leaks in dump scans (#7224)
- object/oss: fix missing crc protection for OSS objects (#7275)