From 6d40cbe55897f622c9c1da5f8f8264dd61b64fb6 Mon Sep 17 00:00:00 2001 From: chengliefeng Date: Mon, 19 Aug 2024 23:03:10 +0800 Subject: [PATCH] optimize: report the tcc fence transaction isolation level (#6679) --- changes/en-us/2.x.md | 1 + changes/zh-cn/2.x.md | 1 + 2 files changed, 2 insertions(+) diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md index 081e0757d81..bbc5cb504a7 100644 --- a/changes/en-us/2.x.md +++ b/changes/en-us/2.x.md @@ -59,6 +59,7 @@ Add changes here for all PR submitted to the 2.x branch. - [[#6755](https://github.com/apache/incubator-seata/pull/6755)] optimize namingserver code logic - [[#6763](https://github.com/apache/incubator-seata/pull/6763)] optimize NacosConfiguration singleton reload - [[#6761](https://github.com/apache/incubator-seata/pull/6761)] optimize the namingserver code to improve readability +- [[#6768](https://github.com/apache/incubator-seata/pull/6768)] report the tcc fence transaction isolation level ### refactor: diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md index 0d7436294d3..0b98b0fd8a4 100644 --- a/changes/zh-cn/2.x.md +++ b/changes/zh-cn/2.x.md @@ -60,6 +60,7 @@ - [[#6755](https://github.com/apache/incubator-seata/pull/6755)] 优化namingserver代码逻辑 - [[#6763](https://github.com/apache/incubator-seata/pull/6763)] 优化 NacosConfiguration 单例加载 - [[#6761](https://github.com/apache/incubator-seata/pull/6761)] 提升namingserver manager代码可读性 +- [[#6768](https://github.com/apache/incubator-seata/pull/6768)] 上报tcc fence事务隔离级别 ### refactor: