Skip to content

Commit 3a91410

Browse files
committed
update changelog
1 parent c85cdd5 commit 3a91410

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.50.0-rc1] - 2024-09-19
4+
5+
### Features
6+
- **SQLExecutor** added `isUseInstanceTunnel` method:
7+
- Used to determine whether to use instanceTunnel to obtain results
8+
### Fix
9+
- Fixed an issue where when using SQLExecutor to execute MCQA 2.0 jobs, executing the CommandApi task would affect the next job, causing NPE to be thrown when retrieving results.
10+
311
## [0.50.0-rc0] - 2024-09-18
412

513
### Features

CHANGELOG_CN.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# 更新日志
2+
## [0.50.0-rc1] - 2024-09-19
3+
### 功能
4+
- **SQLExecutor** 新增 `isUseInstanceTunnel` 方法:
5+
- 用来判断是否使用 instanceTunnel 取结果
6+
### 修复
7+
- 修复了使用 SQLExecutor 执行 MCQA 2.0 作业时,执行 CommandApi 任务会影响下一次作业,导致取结果时抛出NPE的问题。
8+
29
## [0.50.0-rc0] - 2024-09-18
310

411
### 功能

0 commit comments

Comments
 (0)