Skip to content

Commit 4e44b6d

Browse files
committed
changes
1 parent 0f1f8af commit 4e44b6d

File tree

4 files changed

+4
-58
lines changed

4 files changed

+4
-58
lines changed

changes/en-us/2.0.0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ The version is updated as follows:
4141
- [[#5355](https://github.com/seata/seata/pull/5355)] fix bug when customizing context-path
4242
- [[#5362](https://github.com/seata/seata/pull/5362)] fix When the rollback logic on the TC side returns RollbackFailed, the custom FailureHandler is not executed
4343
- [[#5372](https://github.com/seata/seata/pull/5372)] fix transaction timeout on client side not execute hook and failureHandler
44+
- [[#4734](https://github.com/seata/seata/pull/4734)] check if table meta cache should be refreshed in AT mode
4445

4546
### optimize:
4647
- [[#5208](https://github.com/seata/seata/pull/5208)] optimize throwable getCause once more

changes/en-us/develop.md

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -11,41 +11,22 @@ Add changes here for all PR submitted to the develop branch.
1111
- [[#5023](https://github.com/seata/seata/pull/5203)] Fix `seata-core` dependency transitive conflict in `seata-dubbo`
1212
- [[#5224](https://github.com/seata/seata/pull/5224)] fix oracle initialize script index_name is duplicate
1313
- [[#5233](https://github.com/seata/seata/pull/5233)] fix the inconsistent configuration item names related to LoadBalance
14-
- [[#5266](https://github.com/seata/seata/pull/5265)] fix server console has queried the released lock
1514
- [[#5245](https://github.com/seata/seata/pull/5245)] fix the incomplete dependency of distribution module
1615
- [[#5239](https://github.com/seata/seata/pull/5239)] fix `getConfig` throw `ClassCastException` when use JDK proxy
17-
- [[#5281](https://github.com/seata/seata/pull/5281)] parallel request handle throw IndexOutOfBoundsException
18-
- [[#5288](https://github.com/seata/seata/pull/5288)] fix auto-increment of pk columns in Oracle in AT mode
19-
- [[#5287](https://github.com/seata/seata/pull/5287)] fix auto-increment of pk columns in PostgreSQL in AT mode
20-
- [[#5299](https://github.com/seata/seata/pull/5299)] fix GlobalSession deletion when retry rollback or retry commit timeout
21-
- [[#5307](https://github.com/seata/seata/pull/5307)] fix that keywords don't add escaped characters
22-
- [[#5311](https://github.com/seata/seata/pull/5311)] remove RollbackRetryTimeout sessions during in file storage recover
23-
- [[#4734](https://github.com/seata/seata/pull/4734)] check if table meta cache should be refreshed in AT mode
24-
- [[#5316](https://github.com/seata/seata/pull/5316)] fix G1 jvm parameter in jdk8
25-
- [[#5321](https://github.com/seata/seata/pull/5321)] fix When the rollback logic on the TC side returns RollbackFailed, the custom FailureHandler is not executed
26-
- [[#5332](https://github.com/seata/seata/pull/5332)] fix bugs found in unit tests
27-
2816

2917
### optimize:
3018
- [[#5208](https://github.com/seata/seata/pull/5208)] optimize throwable getCause once more
3119
- [[#5212](https://github.com/seata/seata/pull/5212)] optimize log message level
3220
- [[#5237](https://github.com/seata/seata/pull/5237)] optimize exception log message print(EnhancedServiceLoader.loadFile#cahtch)
33-
- [[#5089](https://github.com/seata/seata/pull/5089)] optimize the check of the delay value of the TCC fence log clean task
3421
- [[#5243](https://github.com/seata/seata/pull/5243)] optimize kryo 5.4.0 optimize compatibility with jdk17
3522
- [[#5153](https://github.com/seata/seata/pull/5153)] Only AT mode try to get channel with other app
3623
- [[#5177](https://github.com/seata/seata/pull/5177)] If `server.session.enable-branch-async-remove` is true, delete the branch asynchronously and unlock it synchronously.
37-
- [[#5273](https://github.com/seata/seata/pull/5273)] Optimize the compilation configuration of the `protobuf-maven-plugin` plug-in to solve the problem of too long command lines in higher versions.
38-
- [[#5303](https://github.com/seata/seata/pull/5303)] remove startup script the -Xmn configuration
39-
- [[#5325](https://github.com/seata/seata/pull/5325)] add store mode,config type and registry type log info
40-
- [[#5315](https://github.com/seata/seata/pull/5315)] optimize the log of SPI
41-
- [[#5323](https://github.com/seata/seata/pull/5323)] add time info for global transaction timeout log
4224

4325
### security:
4426
- [[#5172](https://github.com/seata/seata/pull/5172)] fix some security vulnerabilities
4527

4628
### test:
47-
- [[#5380](https://github.com/seata/seata/pull/5380)] fix UpdateExecutorTest failed
48-
- [[#5382](https://github.com/seata/seata/pull/5382)] fix multi spring version test failed
29+
- [[#xxx](https://github.com/seata/seata/pull/xxx)] add test for xxx
4930

5031
Thanks to these contributors for their code commits. Please report an unintended omission.
5132

@@ -55,19 +36,11 @@ Thanks to these contributors for their code commits. Please report an unintended
5536
- [albumenj](https://github.com/albumenj)
5637
- [PeppaO](https://github.com/PeppaO)
5738
- [yuruixin](https://github.com/yuruixin)
58-
- [dmego](https://github.com/dmego)
5939
- [CrazyLionLi](https://github.com/JavaLionLi)
6040
- [xingfudeshi](https://github.com/xingfudeshi)
6141
- [Bughue](https://github.com/Bughue)
6242
- [pengten](https://github.com/pengten)
6343
- [wangliang181230](https://github.com/wangliang181230)
64-
- [GoodBoyCoder](https://github.com/GoodBoyCoder)
65-
- [a364176773](https://github.com/a364176773)
66-
- [isharpever](https://github.com/isharpever)
67-
- [ZhangShiYeChina](https://github.com/ZhangShiYeChina)
68-
- [mxsm](https://github.com/mxsm)
69-
- [l81893521](https://github.com/l81893521)
70-
- [liuqiufeng](https://github.com/liuqiufeng)
7144

7245

7346
Also, we receive many valuable issues, questions and advices from our community. Thanks for you all.

changes/zh-cn/2.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Seata 是一款开源的分布式事务解决方案,提供高性能和简单
4040
- [[#5355](https://github.com/seata/seata/pull/5355)] 修复自定义context-path时的问题
4141
- [[#5362](https://github.com/seata/seata/pull/5362)] 修复当TC端回滚返回RollbackFailed时,自定义FailureHandler的方法未执行
4242
- [[#5372](https://github.com/seata/seata/pull/5372)] 修复客户侧事务提交前超时未执行hook和failureHandler的问题
43-
43+
- [[#4734](https://github.com/seata/seata/pull/4734)] 修复AT模式下新增字段产生的字段找不到
4444

4545
### optimize:
4646
- [[#5208](https://github.com/seata/seata/pull/5208)] 优化多次重复获取Throwable#getCause问题

changes/zh-cn/develop.md

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -11,42 +11,22 @@
1111
- [[#5023](https://github.com/seata/seata/pull/5203)] 修复 `seata-core` 模块传递依赖冲突
1212
- [[#5224](https://github.com/seata/seata/pull/5224)] 修复 oracle初始化脚本索引名重复的问题
1313
- [[#5233](https://github.com/seata/seata/pull/5233)] 修复LoadBalance相关配置不一致的问题
14-
- [[#5266](https://github.com/seata/seata/pull/5265)] 修复控制台全局锁查询接口查到了已释放的锁
1514
- [[#5245](https://github.com/seata/seata/pull/5245)] 修复不完整的distribution模块依赖
1615
- [[#5239](https://github.com/seata/seata/pull/5239)] 修复当使用JDK代理时,`getConfig` 方法获取部分配置时抛出 `ClassCastException` 异常的问题
17-
- [[#5281](https://github.com/seata/seata/pull/5281)] 修复并行rm请求处理时数组索引越界问题
18-
- [[#5288](https://github.com/seata/seata/pull/5288)] 修复AT模式下oracle的主键列自增的问题
19-
- [[#5287](https://github.com/seata/seata/pull/5287)] 修复AT模式下pgsql的主键列自增的问题
20-
- [[#5299](https://github.com/seata/seata/pull/5299)] 修复TC端重试回滚或重试提交超时GlobalSession的删除问题
21-
- [[#5307](https://github.com/seata/seata/pull/5307)] 修复生成update前后镜像sql不对关键字转义的bug
22-
- [[#5311](https://github.com/seata/seata/pull/5311)] 移除基于文件存储恢复时的RollbackRetryTimeout事务
23-
- [[#4734](https://github.com/seata/seata/pull/4734)] 修复AT模式下新增字段产生的字段找不到
24-
- [[#5316](https://github.com/seata/seata/pull/5316)] 修复jdk8 中 G1 参数
25-
- [[#5321](https://github.com/seata/seata/pull/5321)] 修复当TC端回滚返回RollbackFailed时,自定义FailureHandler的方法未执行
26-
- [[#5332](https://github.com/seata/seata/pull/5332)] 修复单元测试中发现的bug
27-
2816

2917
### optimize:
3018
- [[#5208](https://github.com/seata/seata/pull/5208)] 优化多次重复获取Throwable#getCause问题
3119
- [[#5212](https://github.com/seata/seata/pull/5212)] 优化不合理的日志信息级别
3220
- [[#5237](https://github.com/seata/seata/pull/5237)] 优化异常日志打印(EnhancedServiceLoader.loadFile#cahtch)
33-
- [[#5089](https://github.com/seata/seata/pull/5089)] 优化 TCC fence log 清理定时任务的 delay 参数值检查
3421
- [[#5243](https://github.com/seata/seata/pull/5243)] 升级 kryo 5.4.0 优化对jdk17的兼容性
3522
- [[#5153](https://github.com/seata/seata/pull/5153)] 只允许AT去尝试跨RM获取channel
3623
- [[#5177](https://github.com/seata/seata/pull/5177)] 如果 `server.session.enable-branch-async-remove` 为真,异步删除分支,同步解锁。
37-
- [[#5273](https://github.com/seata/seata/pull/5273)] 优化`protobuf-maven-plugin`插件的编译配置,解决高版本的命令行过长问题
38-
- [[#5303](https://github.com/seata/seata/pull/5303)] 移除启动脚本的-Xmn参数
39-
- [[#5325](https://github.com/seata/seata/pull/5325)] 添加配置中心、注册中心类型以及存储模式日志信息
40-
- [[#5315](https://github.com/seata/seata/pull/5315)] 优化SPI加载日志
41-
- [[#5323](https://github.com/seata/seata/pull/5323)] 为全局事务超时日志添加时间信息
42-
4324

4425
### security:
4526
- [[#5172](https://github.com/seata/seata/pull/5172)] 修复一些安全漏洞的版本
4627

4728
### test:
48-
- [[#5380](https://github.com/seata/seata/pull/5380)] 修复 UpdateExecutorTest 单测失败问题
49-
- [[#5382](https://github.com/seata/seata/pull/5382)] 修复多Spring版本测试失败
29+
- [[#xxx](https://github.com/seata/seata/pull/xxx)] 增加 xxx 测试
5030

5131
非常感谢以下 contributors 的代码贡献。若有无意遗漏,请报告。
5232

@@ -56,19 +36,11 @@
5636
- [albumenj](https://github.com/albumenj)
5737
- [PeppaO](https://github.com/PeppaO)
5838
- [yuruixin](https://github.com/yuruixin)
59-
- [dmego](https://github.com/dmego)
6039
- [CrazyLionLi](https://github.com/JavaLionLi)
6140
- [xingfudeshi](https://github.com/xingfudeshi)
6241
- [Bughue](https://github.com/Bughue)
6342
- [pengten](https://github.com/pengten)
6443
- [wangliang181230](https://github.com/wangliang181230)
65-
- [GoodBoyCoder](https://github.com/GoodBoyCoder)
66-
- [a364176773](https://github.com/a364176773)
67-
- [isharpever](https://github.com/isharpever)
68-
- [ZhangShiYeChina](https://github.com/ZhangShiYeChina)
69-
- [mxsm](https://github.com/mxsm)
70-
- [l81893521](https://github.com/l81893521)
71-
- [liuqiufeng](https://github.com/liuqiufeng)
7244

7345

7446
同时,我们收到了社区反馈的很多有价值的issue和建议,非常感谢大家。

0 commit comments

Comments
 (0)