document/content/self-host/upgrading/4-15/41502.en.mdx
If you use OpenSandbox, update the following images:
AGENT_SANDBOX_VOLUME_MANAGER_MOUNT_PATH is no longer effective and can be removed. OpenSandbox now always mounts persistent data to /workspace, which affects the old sandbox persistence behavior.dataId validation: /v1/chat/completions, /v2/chat/completions, and chatTest now validate whether the current dataId duplicates one in the request or existing records in the current session before running the Workflow. Duplicate values return a business error immediately, preventing invalid data from entering Workflow execution and stream-resume merge logic.chatId is restored per app instead of sharing a single global session id.chat2messages adaptation to avoid standalone reason output.defaultConfig override behavior in model configuration.fileSelect file lists, are correctly restored into interactive nodes after refresh or reconnect resume. Empty forms and disappearing files no longer occur.formInputResult.quoteList in nodeResponse did not return q and a.dataId validation, and form restoration.