Skip to content

Commit 75f0ba3

Browse files
committed
3.6.4
1 parent 396ac3f commit 75f0ba3

File tree

236 files changed

+251
-246
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

236 files changed

+251
-246
lines changed

UPDATE_LOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@
2727
* 使用 solon-expression 替代其它临时的表达式处理 //ok
2828

2929

30+
### 3.6.4
31+
32+
* 修复 solon-ai parseToolCall 接收 stream 中间消息时可能会异常(添加 hasNestedJsonBlock 检测)
33+
34+
3035
### 3.6.3
3136

3237
* 优化 solon-server 不再默认输出 TEXT_PLAIN_UTF8_VALUE(允许空 content-type)

__hatch/nami-coder-thrift/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.noear</groupId>
99
<artifactId>solon-parent</artifactId>
10-
<version>3.6.3</version>
10+
<version>3.6.4</version>
1111
<relativePath>../../solon-parent/pom.xml</relativePath>
1212
</parent>
1313

@@ -20,13 +20,13 @@
2020
<dependency>
2121
<groupId>org.noear</groupId>
2222
<artifactId>solon</artifactId>
23-
<version>3.6.3</version>
23+
<version>3.6.4</version>
2424
</dependency>
2525

2626
<dependency>
2727
<groupId>org.noear</groupId>
2828
<artifactId>nami</artifactId>
29-
<version>3.6.3</version>
29+
<version>3.6.4</version>
3030
</dependency>
3131
</dependencies>
3232

__hatch/nanoxlsx4j-solon-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.noear</groupId>
99
<artifactId>solon-parent</artifactId>
10-
<version>3.6.3</version>
10+
<version>3.6.4</version>
1111
<relativePath>../../solon-parent/pom.xml</relativePath>
1212
</parent>
1313

__hatch/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.noear</groupId>
99
<artifactId>solon-parent</artifactId>
10-
<version>3.6.3</version>
10+
<version>3.6.4</version>
1111
<relativePath>../solon-parent/pom.xml</relativePath>
1212
</parent>
1313

__hatch/solon-serialization-avro/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.noear</groupId>
99
<artifactId>solon-parent</artifactId>
10-
<version>3.6.3</version>
10+
<version>3.6.4</version>
1111
<relativePath>../../solon-parent/pom.xml</relativePath>
1212
</parent>
1313

__hatch/solon-serialization-thrift/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.noear</groupId>
99
<artifactId>solon-parent</artifactId>
10-
<version>3.6.3</version>
10+
<version>3.6.4</version>
1111
<relativePath>../../solon-parent/pom.xml</relativePath>
1212
</parent>
1313

__hatch/solon-server-nettyhttp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.noear</groupId>
99
<artifactId>solon-parent</artifactId>
10-
<version>3.6.3</version>
10+
<version>3.6.4</version>
1111
<relativePath>../../solon-parent/pom.xml</relativePath>
1212
</parent>
1313

__hatch/solon-server-reactor-netty/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.noear</groupId>
99
<artifactId>solon-parent</artifactId>
10-
<version>3.6.3</version>
10+
<version>3.6.4</version>
1111
<relativePath>../../solon-parent/pom.xml</relativePath>
1212
</parent>
1313

__release/nami-bundle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.noear</groupId>
99
<artifactId>solon-parent</artifactId>
10-
<version>3.6.3</version>
10+
<version>3.6.4</version>
1111
<relativePath>../../solon-parent/pom.xml</relativePath>
1212
</parent>
1313

__release/solon-base-bundle1/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.noear</groupId>
99
<artifactId>solon-parent</artifactId>
10-
<version>3.6.3</version>
10+
<version>3.6.4</version>
1111
<relativePath>../../solon-parent/pom.xml</relativePath>
1212
</parent>
1313

0 commit comments

Comments
 (0)