From 5690fc72de422cea9e65f7e094cdfd9765b228f0 Mon Sep 17 00:00:00 2001 From: laywin Date: Sat, 23 Dec 2023 15:32:57 +0800 Subject: [PATCH] optimize: update the url in change log to apache/incubator-seata (#6195) --- changes/en-us/2.x.md | 67 ++++++++++++++++++++++---------------------- changes/zh-cn/2.x.md | 63 +++++++++++++++++++++-------------------- 2 files changed, 66 insertions(+), 64 deletions(-) diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md index c4d214a6fd8..d9c7ed1ee7b 100644 --- a/changes/en-us/2.x.md +++ b/changes/en-us/2.x.md @@ -3,51 +3,52 @@ Add changes here for all PR submitted to the 2.x branch. ### feature: -- [[#PR_NO](https://github.com/seata/seata/pull/PR_NO)] A brief and accurate description of PR +- [[#PR_NO](https://github.com/apache/incubator-seata/pull/PR_NO)] A brief and accurate description of PR ### bugfix: -- [[#6090](https://github.com/seata/seata/pull/6090)] fix the TCC aspect exception handling process, do not wrapping the internal call exceptions -- [[#6075](https://github.com/seata/seata/pull/6075)] fix missing table alias for on update column of image SQL -- [[#6086](https://github.com/seata/seata/pull/6086)] fix oracle column alias cannot find -- [[#6085](https://github.com/seata/seata/pull/6085)] fix jdk9+ compile error -- [[#6101](https://github.com/seata/seata/pull/6101)] fix the consumer can't generate tcc proxy in dubbo 3.x version -- [[#6077](https://github.com/seata/seata/pull/6077)] fix could not rollback when table with multiple primary -- [[#6121](https://github.com/seata/seata/pull/6121)] fix the branch transaction order error when rolling back -- [[#6182](https://github.com/seata/seata/pull/6182)] fix guava-32.0.0-jre.jar zip file is empty in ci +- [[#6090](https://github.com/apache/incubator-seata/pull/6090)] fix the TCC aspect exception handling process, do not wrapping the internal call exceptions +- [[#6075](https://github.com/apache/incubator-seata/pull/6075)] fix missing table alias for on update column of image SQL +- [[#6086](https://github.com/apache/incubator-seata/pull/6086)] fix oracle column alias cannot find +- [[#6085](https://github.com/apache/incubator-seata/pull/6085)] fix jdk9+ compile error +- [[#6101](https://github.com/apache/incubator-seata/pull/6101)] fix the consumer can't generate tcc proxy in dubbo 3.x version +- [[#6077](https://github.com/apache/incubator-seata/pull/6077)] fix could not rollback when table with multiple primary +- [[#6121](https://github.com/apache/incubator-seata/pull/6121)] fix the branch transaction order error when rolling back +- [[#6182](https://github.com/apache/incubator-seata/pull/6182)] fix guava-32.0.0-jre.jar zip file is empty in ci ### optimize: -- [[#6031](https://github.com/seata/seata/pull/6031)] add a check for the existence of the undolog table -- [[#6089](https://github.com/seata/seata/pull/6089)] modify the semantics of RaftServerFactory and remove unnecessary singleton -- [[#4473](https://github.com/seata/seata/pull/4473)] rm appdata size limit -- [[#6071](https://github.com/seata/seata/pull/6071)] add git infos to jars -- [[#6042](https://github.com/seata/seata/pull/6042)] add secure authentication to interfaces in ClusterController -- [[#6091](https://github.com/seata/seata/pull/6091)] Optimizing the method of obtaining the tc address during raft authentication -- [[#6098](https://github.com/seata/seata/pull/6098)] optimize the retry logic in the acquireMetadata method -- [[#6034](https://github.com/seata/seata/pull/6034)] using namespace from command line when deployment with helm charts -- [[#6116](https://github.com/seata/seata/pull/6034)] remove lgtm.com stuff -- [[#6148](https://github.com/seata/seata/pull/6148)] support Nacos ram role authentication -- [[#6145](https://github.com/seata/seata/pull/6145)] upgrade jettison to 1.5.4 -- [[#6164](https://github.com/seata/seata/pull/6164)] redis registry push empty protection optimize -- [[#6174](https://github.com/seata/seata/pull/6174)] add ASF basic config -- [[#6181](https://github.com/seata/seata/pull/6181)] update contributing doc -- [[#6179](https://github.com/seata/seata/pull/6179)] remove @author info -- [[#6176](https://github.com/seata/seata/pull/6176)] update source header +- [[#6031](https://github.com/apache/incubator-seata/pull/6031)] add a check for the existence of the undolog table +- [[#6089](https://github.com/apache/incubator-seata/pull/6089)] modify the semantics of RaftServerFactory and remove unnecessary singleton +- [[#4473](https://github.com/apache/incubator-seata/pull/4473)] rm appdata size limit +- [[#6071](https://github.com/apache/incubator-seata/pull/6071)] add git infos to jars +- [[#6042](https://github.com/apache/incubator-seata/pull/6042)] add secure authentication to interfaces in ClusterController +- [[#6091](https://github.com/apache/incubator-seata/pull/6091)] Optimizing the method of obtaining the tc address during raft authentication +- [[#6098](https://github.com/apache/incubator-seata/pull/6098)] optimize the retry logic in the acquireMetadata method +- [[#6034](https://github.com/apache/incubator-seata/pull/6034)] using namespace from command line when deployment with helm charts +- [[#6116](https://github.com/apache/incubator-seata/pull/6034)] remove lgtm.com stuff +- [[#6148](https://github.com/apache/incubator-seata/pull/6148)] support Nacos ram role authentication +- [[#6145](https://github.com/apache/incubator-seata/pull/6145)] upgrade jettison to 1.5.4 +- [[#6164](https://github.com/apache/incubator-seata/pull/6164)] redis registry push empty protection optimize +- [[#6174](https://github.com/apache/incubator-seata/pull/6174)] add ASF basic config +- [[#6181](https://github.com/apache/incubator-seata/pull/6181)] update contributing doc +- [[#6179](https://github.com/apache/incubator-seata/pull/6179)] remove @author info +- [[#6176](https://github.com/apache/incubator-seata/pull/6176)] update source header - [[#6178](https://github.com/apache/incubator-seata/pull/6178)] update the header of Apache License - [[#6186](https://github.com/apache/incubator-seata/pull/6186)] update README.md(update mailing list and repository urls) - [[#6184](https://github.com/apache/incubator-seata/pull/6184)] update NOTICE file - [[#6194](https://github.com/apache/incubator-seata/pull/6194)] fix asf.yaml parse error -- [[#6116](https://github.com/seata/seata/pull/6116)] rewrite NettyPoolKey's hashcode and equals to fix duplicate construction of channel object pools +- [[#6116](https://github.com/apache/incubator-seata/pull/6116)] rewrite NettyPoolKey's hashcode and equals to fix duplicate construction of channel object pools +- [[#6195](https://github.com/apache/incubator-seata/pull/6195)] update the url in change log to apache/incubator-seata ### security: -- [[#6069](https://github.com/seata/seata/pull/6069)] Upgrade Guava dependencies to fix security vulnerabilities -- [[#6145](https://github.com/seata/seata/pull/6145)] upgrade jettison to 1.5.4 -- [[#6144](https://github.com/seata/seata/pull/6144)] upgrade nacos client to 1.4.6 -- [[#6147](https://github.com/seata/seata/pull/6147)] upgrade kafka-clients to 3.6.1 +- [[#6069](https://github.com/apache/incubator-seata/pull/6069)] Upgrade Guava dependencies to fix security vulnerabilities +- [[#6145](https://github.com/apache/incubator-seata/pull/6145)] upgrade jettison to 1.5.4 +- [[#6144](https://github.com/apache/incubator-seata/pull/6144)] upgrade nacos client to 1.4.6 +- [[#6147](https://github.com/apache/incubator-seata/pull/6147)] upgrade kafka-clients to 3.6.1 ### test: -- [[#6081](https://github.com/seata/seata/pull/6081)] add `test-os.yml` for testing the OS -- [[#PR_NO](https://github.com/seata/seata/pull/PR_NO)] A brief and accurate description of PR -- [[#6125](https://github.com/seata/seata/pull/6125)] unbind xid in TransactionTemplateTest +- [[#6081](https://github.com/apache/incubator-seata/pull/6081)] add `test-os.yml` for testing the OS +- [[#PR_NO](https://github.com/apache/incubator-seata/pull/PR_NO)] A brief and accurate description of PR +- [[#6125](https://github.com/apache/incubator-seata/pull/6125)] unbind xid in TransactionTemplateTest Thanks to these contributors for their code commits. Please report an unintended omission. diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md index bed30e7b3be..bbb822f919c 100644 --- a/changes/zh-cn/2.x.md +++ b/changes/zh-cn/2.x.md @@ -3,49 +3,50 @@ ### feature: -- [[#PR_NO](https://github.com/seata/seata/pull/PR_NO)] 准确简要的PR描述 +- [[#PR_NO](https://github.com/apache/incubator-seata/pull/PR_NO)] 准确简要的PR描述 ### bugfix: -- [[#6090](https://github.com/seata/seata/pull/6090)] 修复tcc切面异常处理过程,不对内部调用异常做包装处理,直接向外抛出 -- [[#6075](https://github.com/seata/seata/pull/6075)] 修复镜像SQL对于on update列没有添加表别名的问题 -- [[#6086](https://github.com/seata/seata/pull/6086)] 修复oracle alias 解析异常 -- [[#6085](https://github.com/seata/seata/pull/6085)] 修复jdk9+版本编译后,引入后ByteBuffer#flip NoSuchMethodError的问题 -- [[#6101](https://github.com/seata/seata/pull/6101)] 修复在dubbo 3.x的版本中, 消费者端不能生成tcc代理的问题 -- [[#6077](https://github.com/seata/seata/pull/6077)] 修复表存在复合主键索引导致无法回滚问题 -- [[#6121](https://github.com/seata/seata/pull/6121)] 修复回滚分支事务时没有按照时间排序的问题 -- [[#6182](https://github.com/seata/seata/pull/6182)] 修复在ci中guava-32.0.0-jre.jar zip文件为空的问题 +- [[#6090](https://github.com/apache/incubator-seata/pull/6090)] 修复tcc切面异常处理过程,不对内部调用异常做包装处理,直接向外抛出 +- [[#6075](https://github.com/apache/incubator-seata/pull/6075)] 修复镜像SQL对于on update列没有添加表别名的问题 +- [[#6086](https://github.com/apache/incubator-seata/pull/6086)] 修复oracle alias 解析异常 +- [[#6085](https://github.com/apache/incubator-seata/pull/6085)] 修复jdk9+版本编译后,引入后ByteBuffer#flip NoSuchMethodError的问题 +- [[#6101](https://github.com/apache/incubator-seata/pull/6101)] 修复在dubbo 3.x的版本中, 消费者端不能生成tcc代理的问题 +- [[#6077](https://github.com/apache/incubator-seata/pull/6077)] 修复表存在复合主键索引导致无法回滚问题 +- [[#6121](https://github.com/apache/incubator-seata/pull/6121)] 修复回滚分支事务时没有按照时间排序的问题 +- [[#6182](https://github.com/apache/incubator-seata/pull/6182)] 修复在ci中guava-32.0.0-jre.jar zip文件为空的问题 ### optimize: -- [[#6031](https://github.com/seata/seata/pull/6031)] 添加undo_log表的存在性校验 -- [[#6089](https://github.com/seata/seata/pull/6089)] 修改RaftServerFactory语义并删除不必要的单例构建 -- [[#4473](https://github.com/seata/seata/pull/4473)] rm appdata大小限制 -- [[#6071](https://github.com/seata/seata/pull/6071)] 添加git信息到JAR包中 -- [[#6042](https://github.com/seata/seata/pull/6042)] 增加raft模式鉴权机制 -- [[#6091](https://github.com/seata/seata/pull/6091)] 优化raft鉴权时获取tc地址的方式 -- [[#6098](https://github.com/seata/seata/pull/6098)] 优化acquireMetadata方法的重试逻辑 -- [[#6034](https://github.com/seata/seata/pull/6034)] 使用helm图表进行部署时使用命令行中的命名空间 -- [[#6116](https://github.com/seata/seata/pull/6034)] 移除 lgtm.com -- [[#6164](https://github.com/seata/seata/pull/6164)] redis 注册中心推空保护优化 -- [[#6174](https://github.com/seata/seata/pull/6174)] 增加 ASF 基础配置 -- [[#6148](https://github.com/seata/seata/pull/6148)] 支持 Nacos ram role 鉴权方式 -- [[#6181](https://github.com/seata/seata/pull/6181)] 更新贡献指引文档 -- [[#6179](https://github.com/seata/seata/pull/6179)] 移除 @author 信息 -- [[#6176](https://github.com/seata/seata/pull/6176)] 更新源文件header信息 +- [[#6031](https://github.com/apache/incubator-seata/pull/6031)] 添加undo_log表的存在性校验 +- [[#6089](https://github.com/apache/incubator-seata/pull/6089)] 修改RaftServerFactory语义并删除不必要的单例构建 +- [[#4473](https://github.com/apache/incubator-seata/pull/4473)] rm appdata大小限制 +- [[#6071](https://github.com/apache/incubator-seata/pull/6071)] 添加git信息到JAR包中 +- [[#6042](https://github.com/apache/incubator-seata/pull/6042)] 增加raft模式鉴权机制 +- [[#6091](https://github.com/apache/incubator-seata/pull/6091)] 优化raft鉴权时获取tc地址的方式 +- [[#6098](https://github.com/apache/incubator-seata/pull/6098)] 优化acquireMetadata方法的重试逻辑 +- [[#6034](https://github.com/apache/incubator-seata/pull/6034)] 使用helm图表进行部署时使用命令行中的命名空间 +- [[#6116](https://github.com/apache/incubator-seata/pull/6034)] 移除 lgtm.com +- [[#6164](https://github.com/apache/incubator-seata/pull/6164)] redis 注册中心推空保护优化 +- [[#6174](https://github.com/apache/incubator-seata/pull/6174)] 增加 ASF 基础配置 +- [[#6148](https://github.com/apache/incubator-seata/pull/6148)] 支持 Nacos ram role 鉴权方式 +- [[#6181](https://github.com/apache/incubator-seata/pull/6181)] 更新贡献指引文档 +- [[#6179](https://github.com/apache/incubator-seata/pull/6179)] 移除 @author 信息 +- [[#6176](https://github.com/apache/incubator-seata/pull/6176)] 更新源文件header信息 - [[#6178](https://github.com/apache/incubator-seata/pull/6178)] 更新Apache License头信息 - [[#6186](https://github.com/apache/incubator-seata/pull/6186)] 更新README.md(更新邮件列表和一些生态访问链接) - [[#6184](https://github.com/apache/incubator-seata/pull/6184)] 更新NOTICE文件 - [[#6194](https://github.com/apache/incubator-seata/pull/6194)] 修复 asf.yaml 解析错误问题 -- [[#6116](https://github.com/seata/seata/pull/6116)] 重写NettyPoolKey的hashcode和equals,修复了channel对象池重复构建问题 +- [[#6116](https://github.com/apache/incubator-seata/pull/6116)] 重写NettyPoolKey的hashcode和equals,修复了channel对象池重复构建问题 +- [[#6195](https://github.com/apache/incubator-seata/pull/6195)] 更新 change log 中的 seata url 为 apache/incubator-seata ### security: -- [[#6069](https://github.com/seata/seata/pull/6069)] 升级Guava依赖版本,修复安全漏洞 -- [[#6144](https://github.com/seata/seata/pull/6144)] 升级Nacos依赖版本至1.4.6 -- [[#6145](https://github.com/seata/seata/pull/6145)] 升级 jettison依赖版本至1.5.4 -- [[#6147](https://github.com/seata/seata/pull/6147)] 升级 kafka-clients依赖至3.6.1 +- [[#6069](https://github.com/apache/incubator-seata/pull/6069)] 升级Guava依赖版本,修复安全漏洞 +- [[#6144](https://github.com/apache/incubator-seata/pull/6144)] 升级Nacos依赖版本至1.4.6 +- [[#6145](https://github.com/apache/incubator-seata/pull/6145)] 升级 jettison依赖版本至1.5.4 +- [[#6147](https://github.com/apache/incubator-seata/pull/6147)] 升级 kafka-clients依赖至3.6.1 ### test: -- [[#6081](https://github.com/seata/seata/pull/6081)] 添加 `test-os.yml` 用于测试seata在各种操作系统下的运行情况 -- [[#6125](https://github.com/seata/seata/pull/6125)] TransactionTemplateTest单测unbind xid +- [[#6081](https://github.com/apache/incubator-seata/pull/6081)] 添加 `test-os.yml` 用于测试seata在各种操作系统下的运行情况 +- [[#6125](https://github.com/apache/incubator-seata/pull/6125)] TransactionTemplateTest单测unbind xid 非常感谢以下 contributors 的代码贡献。若有无意遗漏,请报告。