| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| juicefs-hadoop-1.3.1.jar | 2025-12-02 | 182.3 MB | |
| checksums.txt | 2025-12-02 | 499 Bytes | |
| juicefs-1.3.1-linux-amd64.tar.gz | 2025-12-02 | 34.5 MB | |
| juicefs-1.3.1-darwin-amd64.tar.gz | 2025-12-02 | 36.2 MB | |
| juicefs-1.3.1-darwin-arm64.tar.gz | 2025-12-02 | 34.5 MB | |
| juicefs-1.3.1-linux-arm64.tar.gz | 2025-12-02 | 32.0 MB | |
| juicefs-1.3.1-windows-amd64.tar.gz | 2025-12-02 | 35.1 MB | |
| README.md | 2025-12-02 | 1.1 kB | |
| v1.3.1 source code.tar.gz | 2025-12-02 | 35.5 MB | |
| v1.3.1 source code.zip | 2025-12-02 | 36.1 MB | |
| Totals: 10 Items | 426.2 MB | 1 | |
This is the first patch release for JuiceFS v1.3. It has 15 commits from 9 contributors, thanks to @jiefenghuang @zhijian-pro @tangyoupeng @yangliping @zxh326 @Looka149 @sjp00556 @Xuyuchao-juice @leoliulei
Bugfix
- fuse: add inode cache invalidation on file open (#6326,#6402)
- meta: fix stats overflow (#6448)
- meta/tkv: fix error handling in ListSlices (#6481)
- cache/stage: fix potential EIO when reading stage blocks (#6388)
- cmd/mount: fix
max-fuse-iooption was not taking effect (#6336) - cmd/mount: fix fstab
cache-dirparam when cache type is memory (#6263) - cmd/mount: fix parameter values in fstab (#6420)
- cmd/warmup: fix warmup flag check (#6505)
- object/s3: fix the maximum limit for list operations to 1000 (#6367)
- object/oss: fix error handling for NotFound status in ServiceError (#6324)
- vfs: fix checkReadahead uint64 overflow (#6235)
- sdk/python: raise exception when jfs_init returns 0 (#6332)
- sdk/hadoop: fix term fs with different conf (#6462)
- sdk/hadoop: use daemon thread to run trash emptier (#6351)