Skip to content

Commit 80560f5

Browse files
committed
update changelog
1 parent 6af6181 commit 80560f5

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
# Changelog
2+
## [0.51.7-public] - 2025-02-13
3+
### Features
4+
- **EPV2** Added support for EPV2 (External Project V2), including `ListTable`, `ListSchema`, `DescribeTable` interfaces
5+
- **MCQA** Added fallback logging when retrieving results via InstanceTunnel encounters failure rollback scenarios
6+
7+
## [0.51.6-public] - 2025-01-26
8+
### Fixes
9+
- **TypeInfo** Fixed an issue where `StructTypeInfo` nested within `ArrayTypeInfo` or `MapTypeInfo` would not quote field names in nested structures when using `getTypeName(true)` method
10+
211
## [0.51.5-public] - 2025-01-14
312
### Fixes
413
- **MCQA2** Fixed the problem that MCQA2 jobs may not throw exceptions correctly when using instance tunnel to obtain results.

CHANGELOG_CN.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
# 更新日志
2+
## [0.51.7-public] - 2025-02-13
3+
### 功能
4+
- **EPV2** 新增对 EPV2(External Project V2)的支持,包括`ListTable`, `ListSchema`, `DescribeTable` 等接口
5+
- **MCQA** 在通过 InstanceTunnel 取结果,发生失败回退的场景,加入回退日志
6+
7+
8+
## [0.51.6-public] - 2025-01-26
9+
### 修复
10+
- **TypeInfo** 修复了当 `StructTypeInfo` 嵌套在 `ArrayTypeInfo``MapTypeInfo` 内时,`getTypeName(true)` 方法不会对嵌套内字段名进行 quote 的问题。
11+
12+
213
## [0.51.5-public] - 2025-01-14
314
### 修复
415
- **MCQA2** 修复了 MCQA2 作业,可能会使用tunnel取结果时,无法正确抛出异常的问题

0 commit comments

Comments
 (0)