Skip to content

Commit bcecca3

Browse files
committed
chore(release): bump version to 1.2.7
1 parent 9473156 commit bcecca3

5 files changed

Lines changed: 12 additions & 11 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ Dify Java Client 提供以下核心功能:
6060
<dependency>
6161
<groupId>io.github.imfangs</groupId>
6262
<artifactId>dify-java-client</artifactId>
63-
<version>1.2.6</version>
63+
<version>1.2.7</version>
6464
</dependency>
6565
```
6666

6767
### Gradle
6868

6969
```groovy
70-
implementation 'io.github.imfangs:dify-java-client:1.2.6'
70+
implementation 'io.github.imfangs:dify-java-client:1.2.7'
7171
```
7272

7373
## 快速开始

README_EN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ Dify Java Client provides the following core features:
6060
<dependency>
6161
<groupId>io.github.imfangs</groupId>
6262
<artifactId>dify-java-client</artifactId>
63-
<version>1.2.6</version>
63+
<version>1.2.7</version>
6464
</dependency>
6565
```
6666

6767
### Gradle
6868

6969
```groovy
70-
implementation 'io.github.imfangs:dify-java-client:1.2.6'
70+
implementation 'io.github.imfangs:dify-java-client:1.2.7'
7171
```
7272

7373
## Quick Start

README_JP.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ Dify Java Clientは以下の主要機能を提供します:
6060
<dependency>
6161
<groupId>io.github.imfangs</groupId>
6262
<artifactId>dify-java-client</artifactId>
63-
<version>1.2.6</version>
63+
<version>1.2.7</version>
6464
</dependency>
6565
```
6666

6767
### Gradle
6868

6969
```groovy
70-
implementation 'io.github.imfangs:dify-java-client:1.2.6'
70+
implementation 'io.github.imfangs:dify-java-client:1.2.7'
7171
```
7272

7373
## クイックスタート

RELEASE_NOTES.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
## Changes
22

3-
- Add `node_retry` event support for Workflow and Chatflow streaming, preventing workflows from terminating during node retries (#157)
4-
- Add `text_to_speech` parameter to `AppParametersResponse` with `enabled`, `voice`, `language`, and `autoPlay` fields (#158)
5-
- Add missing `more_like_this` and `sensitive_word_avoidance` parameters to `AppParametersResponse`
6-
- Add missing `workflow_file_upload_limit` field to `SystemParameters`
3+
- Optimize streaming response handling by introducing terminal event constants for different app types (#161)
4+
- Chat/Completion streams now terminate on `message_end` or `error`
5+
- Chatflow/Workflow streams now terminate on `workflow_finished` or `error`
6+
- Fixes issue where Chatflow events after `message_end` were being lost
7+
- Add missing fields to `DetailedDocumentResponse`: `doc_type`, `doc_metadata`, `summary_index_status`, `need_summary` (#160)
78

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>io.github.imfangs</groupId>
77
<artifactId>dify-java-client</artifactId>
8-
<version>1.2.6</version>
8+
<version>1.2.7</version>
99
<name>dify-java-client</name>
1010
<description>Java Client for Dify</description>
1111
<packaging>jar</packaging>

0 commit comments

Comments
 (0)