v1.1.5
juicedata/juicefsv1.1.5Dec 2, 2024by jiefenghuang
AI Summary
Patch release fixing Bos endpoint support, sync, and garbage collection issues.
Key Highlights
- Added Bos virtual-hosted-style endpoint support
- Fixed sync symlink copying and multipart uploads
- Fixed GC delayed slices and hash-prefixed keys
- Fixed gateway content type issues
Full Release Notes
This is the fifth patch release for JuiceFS v1.1. It has 12 commits from 5 contributors, thanks to @zhijian-pro @polyrabbit @SandyXSD @tangyoupeng @austinhmh! # Changed - object/bos: support virtual-hosted-style endpoint (#5302) # Bugfix - cmd/sync: fix symlink copy by omitting permission copy (#5175) - cmd/sync: fix multipart upload for various object stores (#5236, #5239) - cmd/gc: fix delayed slices never deleted (#5189) - cmd/gc: fix hash-prefixed keys never compacted (#5277) - cmd/warmup: fix batch reset issue (#5295) - cmd/gateway: fix content type to avoid NullPointerException in S3 Java SDK (#5275) - meta: fix compaction skipping the first slice when duplicated (#5159) - vfs: fix set xattr compatibility issue on macOS (#5197, #5329) - hadoop: fix compatibility with Flink 1.7 (#5147)