v1.2.5

QwenAudio/FunAudioLLM-APPv1.2.5Dec 2, 2025by jiefenghuang

AI Summary

The fifth patch release for JuiceFS v1.2, focusing on smaller bug fixes including Windows build support and specific parameter corrections.

Key Highlights

  • Fixed stats overflow and parameter values in fstab.
  • Resolved potential EIO when reading stage blocks.
  • Fixed S3 list operation limits to 1000.
  • Fixed build issues on Windows.

New Features

  • Windows build compatibility fixes.

Full Release Notes

This is the fifth patch release for JuiceFS v1.2. It has 6 commits from 5 contributors, thanks to @jiefenghuang @SandyXSD @zhijian-pro @sjp00556 @Xuyuchao-juice

# Bugfix

- meta: fix stats overflow (#6448)
- cmd/mount: fix parameter values in fstab (#6420)
- cache/stage: fix potential EIO when reading stage blocks (#6388)
- object/s3: fix the maximum limit for list operations to 1000 (#6367)
- vfs: fix checkReadahead uint64 overflow (#6235)
- build: fix build on Windows