v1.2.4
juicedata/juicefsv1.2.4Jul 14, 2025by jiefenghuang
AI Summary
Fourth patch release for JuiceFS v1.2 with 10 bugfixes from 4 contributors. This release primarily fixes issues in metadata layer and object storage.
Key Highlights
- Fixed stats for trash directories
- Fixed all-zero read response due to invalid cache
- Fixed potential attribute loss in Redis metadata
- Fixed flush quotas and stats deadlock in SQL
- Fixed static linking for ARM64 binary
Full Release Notes
This is the fourth patch release for JuiceFS v1.2. It has 10 commits from 4 contributors, thanks to @zhijian-pro @polyrabbit @jiefenghuang @chnliyong # Bugfix - meta: fix stats for trash directories (#6099) - meta: fix all-zero read response due to invalid openFile.chunks cache (#6192) - meta/redis: fix potential loss of attributes issue (#5709) - meta/redis: check `MGet` error to avoid panic (#5773) - meta/sql: fix flush quotas deadlock (#5706) - meta/sql: fix flush stat deadlock (#5712) - cmd/warmup: release memory timely to avoid OOM (#5886) - object: add validation for ciphertext length to prevent panic caused by data corruption (#6107) - object/jfs: fix file creation logic (#5792) - build: fix static linking for ARM64 binary (#5612)