Skip to content

Commit 5b83628

Browse files
committed
Doc: update changelog
1 parent 21f78a6 commit 5b83628

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Changelog
2+
## [0.51.3-public] - 2025-01-07
3+
### Features
4+
- **MCQA2** SQLExecutorImpl adds a new `setProject` method to specify the default project used for submitting jobs.
5+
6+
### Changes
7+
- **StreamTunnel** when calling the append method, if the number of Record columns exceeds the number of Session Schema columns, it will now throw a `SchemaMismatchException (extends IOException)` instead of throwing an `IOException`, and the error message has been optimized.
28

39
## [0.51.2-public] - 2024-12-20
410
### Features

CHANGELOG_CN.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# 更新日志
2+
## [0.51.3-public] - 2025-01-07
3+
### 功能
4+
- **MCQA2** SQLExecutorImpl 新增 `setProject` 方法,用于指定提交作业使用的默认项目
5+
6+
### 变更
7+
- **StreamTunnel** 在调用 append 方法时,当 Record 列数量大于 Session Schema 列数量,现在将抛出 `SchemaMismatchException(extend IOExcption)`,而不是抛出 `IOException`,并优化了错误信息
28

39
## [0.51.2-public] - 2024-12-20
410
### 功能

docs/docs/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ sidebar_position: 6
44
---
55

66
# 更新日志
7+
## [0.51.3-public] - 2025-01-07
8+
### 功能
9+
- **MCQA2** SQLExecutorImpl 新增 `setProject` 方法,用于指定提交作业使用的默认项目
10+
11+
### 变更
12+
- **StreamTunnel** 在调用 append 方法时,当 Record 列数量大于 Session Schema 列数量,现在将抛出 `SchemaMismatchException(extend IOExcption)`,而不是抛出 `IOException`,并优化了错误信息
13+
714
## [0.51.2-public] - 2024-12-20
815
### 功能
916
- **Authorization** 引入`credential-java`鉴权包,现在能够使用`AlibabaCloudCredentialsProvider`进行鉴权

0 commit comments

Comments
 (0)