v1.3.3
mikeqzy/3dgs-avatar-releasev1.3.3Aug 7, 2026by jiefenghuang
AI Summary
This is the second patch release for JuiceFS v1.3, addressing 9 bug fixes across Windows, caching, object storage, and metadata handling. Due to GitHub's immutable release restrictions, this release is incorrectly tagged as v1.3.3 instead of v1.3.2.
Key Highlights
- Important note: Tagged as v1.3.3 due to GitHub's immutable release restrictions preventing the use of the v1.3.2 tag.
- Windows improvements: Prevents directory listings from being truncated at 4,096 entries.
- Cache stability: Fixes inode capacity handling and prevents duplicate staged-block uploads.
- Object storage fixes: Resolves bucket access failures for BOS and adds missing CRC protection for OSS.
- Resource management: Fixes FUSE fd leaks into child processes and progress goroutine leaks.
Full Release Notes
> > [!IMPORTANT] > This is actually v1.3.2. However, due to GitHub’s immutable release restrictions, we can’t use that tag, so we’ve changed it to v1.3.3. > 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)