v1.4.1

Skyvern-AI/skyvernv1.4.1Jul 30, 2026by jiefenghuang

AI Summary

This is the first patch release for version 1.4, focusing on stability improvements and bug fixes across metadata handling, object storage compatibility, and file system mounting.

Key Highlights

  • Added Windows ZIP release archives for easier installation and distribution.
  • Fixed a critical hang on Linux 7.1.3 caused by a /dev/fuse file descriptor leak.
  • Implemented CRC protection for OSS objects to ensure data integrity.
  • Enforced minimum client versions for tiered storage to prevent metadata corruption.
  • Resolved metadata handling issues including setgid strip and changelog entry overflow.

New Features

  • Added Windows ZIP release archive support

Full Release Notes

This is the first patch release for JuiceFS v1.4. It has 8 commits from 5 contributors, thanks to @zhijian-pro @Xuyuchao-juice @polyrabbit @zxh326 @jiefenghuang

# Bugfix

- meta/sql: prevent changelog entry overflow by using TEXT (#7242)
- meta: fix setgid strip ignoring CheckPermission and supplementary groups (#7232)
- object: fix tier comparison to prevent repeated reloads and configuration overwrite (#7305)
- object/oss: fix missing crc protection for OSS objects (#7275)
- cmd/config: enforce minimum client version for tiered storage to prevent metadata corruption (#7244, #7285)
- cmd/mount: fix hang caused by /dev/fuse fd leak on Linux 7.1.3 (#7252)

# Build

- build: add Windows ZIP release archive (#7330) (#7333)