Skip to content

2.2.0

Choose a tag to compare

@guoshiqiufeng guoshiqiufeng released this 25 Mar 09:01
· 22 commits to main since this release
973b2b1

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.