Deployment and upgradesOfficial documentation6 min readDeployment and upgrades

Resolved Issues in FastGPT v4.15.07 Upgrade

This document details all bug fixes included in the FastGPT v4.15.07 self-hosted upgrade release.

Overview

This document details all bug fixes included in the FastGPT v4.15.07 self-hosted upgrade release. These fixes target stability and usability issues reported by self-hosted users during workflow configuration, agent integration, and in-editor text interaction. All changes are limited to resolving specific edge cases, with no breaking changes to supported public APIs or core workflow execution logic.

Tabulated Bug Fix Summary

The following table lists each resolved issue, its associated technical context, and the operational impact it addressed:

Fix ReferenceResolved IssueOperational Impact
1Historical V1 workflow data could fail validation under the new save payload structurePrevents validation errors when loading or updating older workflow versions
2Dirty FlowNodeInputTypeEnum.*, FlowNodeOutputTypeEnum.*, and WorkflowIOValueTypeEnum.* expression strings in workflow node configurationEliminates broken input rendering and failed IO type checks for workflow nodes
3AgentV2 MCP not being able to retrieve schemasRestores proper schema retrieval for AgentV2 deployments using MCP integrations
4Workflow text boxes where pressing Ctrl+C while selecting text could be intercepted by node copy handlingRestores standard text copy functionality for workflow text input fields

Post-Upgrade Validation Steps

To confirm all resolved fixes are active after upgrading to v4.15.07, follow these targeted checks:

  1. Load a previously saved V1 workflow, then attempt to save the workflow without edits to confirm no validation errors occur.
  2. Edit a workflow node that uses input or output type enums, then verify the node’s configuration UI renders correctly without broken type check logic.
  3. Deploy an AgentV2 integration with MCP, then confirm the schema list loads without failure.
  4. Select text within any workflow text input field, press Ctrl+C, and paste the text into an external editor to confirm the copy operation works as expected.

Source: FastGPT official source

Applicability and version scope

Use this page for the documented Deployment and upgrades scenario. Confirm the FastGPT, dependency, API, and deployment versions in the official source before applying a change.

Safety guardrails

Use [REDACTED_CREDENTIAL] for credentials and private data. Confirm the documented environment and version before review.

Rollback guidance

Restore the prior technical-content authority snapshot. Restore saved configuration and data snapshots, then repeat the smallest verification scenario.