Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
- [常见问题回答(FAQ)](/FAQ2022.md)
- 发版说明
<!-- 发版说明开始 -->
- [v3.197.1](/release_notes/v3.197.1.md)
- [v3.196.3](/release_notes/v3.196.3.md)
- [v3.196.2](/release_notes/v3.196.2.md)
- [v3.196.1](/release_notes/v3.196.1.md)
Expand Down
46 changes: 46 additions & 0 deletions release_notes/v3.197.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# 版本更新说明 v3.197.1

| 版本号<br/> | 更新日期<br/> | 备注<br/> |
| ------------- | --------------- | ----------------- |
| v3.197.1<br/> | 2026-02-24<br/> | 迭代版本更新<br/> |

## 功能优化

- EE-20032 数据源配置修改后增加重新同步提醒。
- EE-20058 使用新的成员页代替代码评审和事务交付表现看板,并优化跳转逻辑
- EE-20089 git 代码库导入 - 增加代码库验证阶段的批量报错信息的展示
- EE-20110 优化成员页看板排版,并调整看板说明区块的高度与内容
- EE-20122 增加“登录历史”和“操作历史”按照操作账号的邮箱筛选
- EE-20131 分析引擎复用报告功能,增加对 source ID 的校验

## 新增功能

- EE-19258 同一个作者的连续的 commit 合并计算当量
- EE-20031 为数据源实体增加数据状态看板,支持快速查看数据同步情况。

## OpenAPI DIFF

修改接口 `/repo/commit/list` 查询 commit 列表接口

```
修改返回值

新增字段 `squashType: string` Squash 类型
```

修改接口 `/repo/commit/list-by-hash` 根据 hash 查询 commit 列表接口

```
修改返回值

新增字段 `squashType: string` Squash 类型
```

修改接口 `/project/commit/list` 查询项目 commit 列表

```
修改返回值

新增字段 `squash_type: string` Squash 类型
```