Skip to content

Commit

Permalink
Doc: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dingxin-tech committed Jan 7, 2025
1 parent 21f78a6 commit 5b83628
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Changelog
## [0.51.3-public] - 2025-01-07
### Features
- **MCQA2** SQLExecutorImpl adds a new `setProject` method to specify the default project used for submitting jobs.

### Changes
- **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.

## [0.51.2-public] - 2024-12-20
### Features
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# 更新日志
## [0.51.3-public] - 2025-01-07
### 功能
- **MCQA2** SQLExecutorImpl 新增 `setProject` 方法,用于指定提交作业使用的默认项目

### 变更
- **StreamTunnel** 在调用 append 方法时,当 Record 列数量大于 Session Schema 列数量,现在将抛出 `SchemaMismatchException(extend IOExcption)`,而不是抛出 `IOException`,并优化了错误信息

## [0.51.2-public] - 2024-12-20
### 功能
Expand Down
7 changes: 7 additions & 0 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ sidebar_position: 6
---

# 更新日志
## [0.51.3-public] - 2025-01-07
### 功能
- **MCQA2** SQLExecutorImpl 新增 `setProject` 方法,用于指定提交作业使用的默认项目

### 变更
- **StreamTunnel** 在调用 append 方法时,当 Record 列数量大于 Session Schema 列数量,现在将抛出 `SchemaMismatchException(extend IOExcption)`,而不是抛出 `IOException`,并优化了错误信息

## [0.51.2-public] - 2024-12-20
### 功能
- **Authorization** 引入`credential-java`鉴权包,现在能够使用`AlibabaCloudCredentialsProvider`进行鉴权
Expand Down

0 comments on commit 5b83628

Please sign in to comment.