2.2.0
Overview
Version 2.2.0 adds workflow publish support to the Server API, along with documentation and test coverage updates.
New Features
1. Workflow Publish API (Server)
- Added workflowsPublish(String appId) to DifyServer and DifyServerClient.
- Implemented default client support for POST /apps/{appId}/workflows/publish (no response body).
- Delegation implemented in DifyServerClientImpl.
Documentation
- Added “Publish Workflow” section and examples in Server feature docs (EN/ZH).
Tests
- Added unit tests for workflowsPublish in default client and server client implementations.