Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.

Releases: yuanbaobaoo/dify-java-client

Release 1.4.5

11 Jul 09:11

Choose a tag to compare

Release 1.4.4

16 May 09:09

Choose a tag to compare

Release 1.4.3

06 May 09:07

Choose a tag to compare

Fixbugs

Release 1.4.2

28 Apr 06:24

Choose a tag to compare

Release 1.4.1

22 Apr 07:17

Choose a tag to compare

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

16 Apr 07:35

Choose a tag to compare

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

03 Apr 08:23

Choose a tag to compare

Release 1.3.4

01 Apr 12:53

Choose a tag to compare

Release 1.3.3

25 Mar 08:35

Choose a tag to compare

Feature

  • 文字转语音

Release 1.3.2

21 Mar 06:55

Choose a tag to compare