Version Upgrades/4.14.x
V4.14.27
FastGPT V4.14.27 release notes
Upgrade Guide
1. Update image tags
- Update the fastgpt-app image tag (FastGPT main service): v4.14.27
- Update the fastgpt-pro image tag (FastGPT commercial edition): v4.14.27
Changes
- Fixed an issue where the V4.13.2 upgrade script could skip S3 lifecycle cleanup. The script no longer depends on
instanceof MinioStorageAdapterto detect MinIO clients, avoiding false negatives when workspace packages are loaded as separate module instances in Next.js dev or bundled runtimes. - Fixed the image migration log resource type in the V4.14.3 upgrade script by changing
data_imagetodataset_image, so completed image migrations can be recognized correctly. - Fixed the completed-image migration filter in the V4.14.4 upgrade script to also use
dataset_image, preventing already migrated images from being migrated again when the script is rerun.