Version Upgrades/4.15.x
V4.15.5 (In Progress)
FastGPT V4.15.5 Release Notes
This document is in progress. The final release may contain additional changes.
🚀 New Features
- Added Cloudflare R2 object storage support, including the R2 S3 API, presigned access, and custom domains for public buckets.
⚙️ Improvements
- Centralized more workspace dependency versions in the pnpm catalog and refreshed the lockfile.
- Added Chinese and English runtime fonts to the Agent Sandbox image to improve font availability for text and image-related tasks.
- Updated the OSS adapter to support string uploads required by the
IStoragecontract and to preserve the storedContent-Typewhen OSS does not support response-header overrides. - Added a missing-object preflight to the COS adapter so downloads follow the shared error contract.
🐛 Fixes
- Fixed Alibaba Cloud OSS metadata reads that looked for ETags in the wrong response field, causing missing ETags and downstream metadata validation failures.
🛠️ Code Improvements
- Added cross-provider S3 SDK integration tests for MinIO, AWS S3, Cloudflare R2, Alibaba Cloud OSS, and Tencent Cloud COS, covering private/public buckets, public URLs, and real presigned URL access.