File tree 3 files changed +9
-12
lines changed
3 files changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ Add changes here for all PR submitted to the 2.x branch.
4
4
5
5
### feature:
6
6
7
- - [[ #6876 ] ( https://github.com/apache/incubator-seata/pull/6876 )] support kingbase
8
- - [[ #6881 ] ( https://github.com/apache/incubator-seata/pull/6881 )] support grpc
9
- - [[ #6864 ] ( https://github.com/apache/incubator-seata/pull/6864 )] support shentong database
7
+ - [[ #6876 ] ( https://github.com/apache/incubator-seata/pull/6876 )] support kingbase
8
+ - [[ #6881 ] ( https://github.com/apache/incubator-seata/pull/6881 )] support grpc
9
+ - [[ #6864 ] ( https://github.com/apache/incubator-seata/pull/6864 )] support shentong database
10
10
11
11
### bugfix:
12
12
- [[ #6899 ] ( https://github.com/apache/incubator-seata/pull/6899 )] fix file.conf read failed after package
@@ -23,9 +23,11 @@ Add changes here for all PR submitted to the 2.x branch.
23
23
- [[ #6898 ] ( https://github.com/apache/incubator-seata/pull/6898 )] upgrade npmjs version in saga module
24
24
- [[ #6879 ] ( https://github.com/apache/incubator-seata/pull/6879 )] fix log argument mismatch issue
25
25
- [[ #6902 ] ( https://github.com/apache/incubator-seata/pull/6900 )] optimize readme docs
26
+ - [[ #6905 ] ( https://github.com/apache/incubator-seata/pull/6905 )] remove incompatible licenses at build time
26
27
- [[ #6906 ] ( https://github.com/apache/incubator-seata/pull/6906 )] h2 dependency adds test scope
27
28
28
29
30
+
29
31
### refactor:
30
32
31
33
### security:
Original file line number Diff line number Diff line change 3
3
<!-- 请根据PR的类型添加 `变更记录` 到以下对应位置(feature/bugfix/optimize/test) 下 -->
4
4
5
5
### feature:
6
- - [[ #6876 ] ( https://github.com/apache/incubator-seata/pull/6876 )] 支持人大金仓数据库(kingbase)
7
- - [[ #6881 ] ( https://github.com/apache/incubator-seata/pull/6881 )] 全链路支持grpc
8
- - [[ #6864 ] ( https://github.com/apache/incubator-seata/pull/6864 )] 支持神通数据库(oscar)
6
+ - [[ #6876 ] ( https://github.com/apache/incubator-seata/pull/6876 )] 支持人大金仓数据库(kingbase)
7
+ - [[ #6881 ] ( https://github.com/apache/incubator-seata/pull/6881 )] client和server支持grpc协议
8
+ - [[ #6864 ] ( https://github.com/apache/incubator-seata/pull/6864 )] 支持神通数据库(oscar)
9
9
10
10
11
11
### bugfix:
25
25
- [[ #6879 ] ( https://github.com/apache/incubator-seata/pull/6879 )] 修复日志参数不匹配问题
26
26
- [[ #6898 ] ( https://github.com/apache/incubator-seata/pull/6898 )] 升级 saga 模块 npmjs 版本
27
27
- [[ #6902 ] ( https://github.com/apache/incubator-seata/pull/6900 )] 优化 readme 文档
28
+ - [[ #6905 ] ( https://github.com/apache/incubator-seata/pull/6905 )] 移除构建期不兼容的 license
28
29
- [[ #6906 ] ( https://github.com/apache/incubator-seata/pull/6906 )] h2依赖添加test scope
29
30
30
31
Original file line number Diff line number Diff line change @@ -490,12 +490,6 @@ BSD-3-Clause licenses
490
490
org.antlr:antlr4-runtime 4.8 BSD-3-Clause
491
491
org.abego.treelayout:org.abego.treelayout.core 1.0.3 BSD-3-Clause
492
492
493
- ========================================================================
494
- CC-BY-4.0 licenses
495
- ========================================================================
496
-
497
- caniuse-lite 1.0.30001589 CC-BY-4.0
498
-
499
493
========================================================================
500
494
CDDL-1.0 licenses
501
495
========================================================================
You can’t perform that action at this time.
0 commit comments