This repository was archived by the owner on Jan 20, 2026. It is now read-only.
Releases: yuanbaobaoo/dify-java-client
Releases · yuanbaobaoo/dify-java-client
Release 1.4.5
fixbug
Release 1.4.4
Release 1.4.3
Fixbugs
Release 1.4.2
Release 1.4.1
Change
IAppChatClient新增重载方法
/**
* 会话重命名
*
* @param conversationId 会话ID
* @param user 用户标识,由开发者定义规则,需保证用户标识在应用内唯一。
* @param name 会话名称
* @param autoGenerate 是否自动生成标题
*/
JSONObject renameConversation(String conversationId, String user, String name, boolean autoGenerate)Release 1.4.0
Feature
- 支持dify 1.2.0 部分新增api
- 支持dify控制台登录流程(实验性功能)
Changes
本次升级进行了破坏性变更,调整原包结构、对象名等,不支持平滑过渡
- 原 IDifyBase、Chat、Completion、Flow Client 更名为 IApp***Client
- 原
io.yuanbaobaoo.dify.client包目录移除 - DifyClientBuilder api 已调整
Release 1.3.5
Fixbug
Release 1.3.4
Release 1.3.3
Feature
- 文字转语音