chore(project): 添加项目配置文件和忽略规则
- 添加 Babel 配置文件支持 ES6+ 语法转换 - 添加 ESLint 忽略规则和配置文件 - 添加 Git 忽略规则文件 - 添加 Travis CI 配置文件 - 添加 1.4.2 版本变更日志文件 - 添加 Helm 图表辅助模板文件 - 添加 Helm 忽略规则文件
This commit is contained in:
176
changes/1.4.2.md
Normal file
176
changes/1.4.2.md
Normal file
@@ -0,0 +1,176 @@
|
||||
### 1.4.2
|
||||
|
||||
[source](https://github.com/seata/seata/archive/v1.4.2.zip) |
|
||||
[binary](https://github.com/seata/seata/releases/download/v1.4.2/seata-server-1.4.2.zip)
|
||||
|
||||
<details>
|
||||
<summary><mark>Release notes</mark></summary>
|
||||
|
||||
|
||||
### Seata 1.4.2
|
||||
|
||||
Seata 1.4.2 发布。
|
||||
|
||||
Seata 是一款开源的分布式事务解决方案,提供高性能和简单易用的分布式事务服务。
|
||||
|
||||
此版本更新如下:
|
||||
|
||||
### feature:
|
||||
|
||||
- [[#3172](https://github.com/seata/seata/pull/3172)] 支持 AT 模式 undo_log 压缩模式
|
||||
- [[#3372](https://github.com/seata/seata/pull/3372)] 支持saga模式下用户自定义是否更新最后一次重试日志
|
||||
- [[#3411](https://github.com/seata/seata/pull/3411)] 支持seata-server 线程池参数可配置
|
||||
- [[#3348](https://github.com/seata/seata/pull/3348)] 支持 TC 存储模式使用 redis-sentinel
|
||||
- [[#2667](https://github.com/seata/seata/pull/2667)] 支持使用db和redis存储模式时密码的加解密
|
||||
- [[#3427](https://github.com/seata/seata/pull/3427)] 支持分布式锁接口
|
||||
- [[#3443](https://github.com/seata/seata/pull/3443)] 支持将seata-server的日志发送到logstash或kafka中
|
||||
- [[#3486](https://github.com/seata/seata/pull/3486)] 支持Metrics增加事务分组属性
|
||||
- [[#3317](https://github.com/seata/seata/pull/3317)] 支持当zookeeper作为配置中心时从单node获取全部配置
|
||||
- [[#2933](https://github.com/seata/seata/pull/2933)] 支持mysql antlr sqlparser
|
||||
- [[#3228](https://github.com/seata/seata/pull/3228)] 支持自定义序列化插件
|
||||
- [[#3516](https://github.com/seata/seata/pull/3516)] 支持 consul 作为注册中心和配置中心时的 acl-token
|
||||
- [[#3116](https://github.com/seata/seata/pull/3116)] 支持配置 apollo 配置中心配置 configService 和 cluster
|
||||
- [[#3468](https://github.com/seata/seata/pull/3468)] 支持saga模式下任务循环执行
|
||||
- [[#3447](https://github.com/seata/seata/pull/3447)] 支持日志框架中事务上下文的打印
|
||||
|
||||
|
||||
### bugfix:
|
||||
|
||||
- [[#3258](https://github.com/seata/seata/pull/3258)] 修复AsyncWorker潜在的OOM问题
|
||||
- [[#3293](https://github.com/seata/seata/pull/3293)] 修复配置缓存获取值类型不匹配的问题
|
||||
- [[#3241](https://github.com/seata/seata/pull/3241)] 禁止在多SQL的情况下使用 limit 和 order by 语法
|
||||
- [[#3406](https://github.com/seata/seata/pull/3406)] 修复当config.txt中包含特殊字符时无法推送至 nacos 的问题
|
||||
- [[#3367](https://github.com/seata/seata/pull/3367)] 修复最后一个XA分支二阶段时偶发无法回滚的异常
|
||||
- [[#3418](https://github.com/seata/seata/pull/3418)] 修复 getGeneratedKeys 可能会取到历史的主键的问题
|
||||
- [[#3448](https://github.com/seata/seata/pull/3448)] 修复多个锁竞争失败时,仅删除单个锁,并优化锁竞争逻辑提升处理性能
|
||||
- [[#3408](https://github.com/seata/seata/pull/3408)] 修复jar运行模式第三方依赖分离打包时的NPE问题
|
||||
- [[#3431](https://github.com/seata/seata/pull/3431)] 修复在读取配置时Property Bean可能未初始化的问题
|
||||
- [[#3413](https://github.com/seata/seata/pull/3413)] 修复回滚到savepoint以及releaseSavepoint的逻辑
|
||||
- [[#3451](https://github.com/seata/seata/pull/3451)] 修复autoCommit=true,全局锁竞争失败时的脏写问题
|
||||
- [[#3481](https://github.com/seata/seata/pull/3481)] 修复当 consul client 抛出异常时导致刷新任务中断的问题
|
||||
- [[#3491](https://github.com/seata/seata/pull/3491)] 修复README.md文件中的拼写错误
|
||||
- [[#3531](https://github.com/seata/seata/pull/3531)] 修复RedisTransactionStoreManager 获取 brachTransaction 可能的 NPE 问题
|
||||
- [[#3500](https://github.com/seata/seata/pull/3500)] 修复 oracle 和 postgreSql 无法获取 column info 的问题
|
||||
- [[#3560](https://github.com/seata/seata/pull/3560)] 修复 Committing 状态的事务异步任务没有时间阈值和无法进行事务恢复的问题
|
||||
- [[#3555](https://github.com/seata/seata/pull/3555)] 通过setBytes代替setBlob,避免高版本jdbc驱动工作异常
|
||||
- [[#3540](https://github.com/seata/seata/pull/3540)] 修复server发布打包时缺失文件的问题
|
||||
- [[#3597](https://github.com/seata/seata/pull/3597)] 修复可能的 NPE问题
|
||||
- [[#3568](https://github.com/seata/seata/pull/3568)] 修复自动数据源代理因 ConcurrentHashMap.computeIfAbsent 导致的死锁问题
|
||||
- [[#3402](https://github.com/seata/seata/pull/3402)] 修复更新SQL中字段名含有库名无法解析更新列的问题
|
||||
- [[#3464](https://github.com/seata/seata/pull/3464)] 修复测试用例空指针异常和StackTraceLogger中错误的日志格式.
|
||||
- [[#3522](https://github.com/seata/seata/pull/3522)] 修复当 DML 影响行数为0时注册分支和插入undo_log的问题
|
||||
- [[#3635](https://github.com/seata/seata/pull/3635)] 修复zookeeper 配置变更无法推送通知的问题
|
||||
- [[#3133](https://github.com/seata/seata/pull/3133)] 修复某些场景下无法重试全局锁的问题
|
||||
- [[#3156](https://github.com/seata/seata/pull/3156)] 修复嵌套代理类无法 获取target的问题
|
||||
|
||||
|
||||
### optimize:
|
||||
|
||||
- [[#3341](https://github.com/seata/seata/pull/3341)] 优化获取指定配置文件的路径格式问题
|
||||
- [[#3385](https://github.com/seata/seata/pull/3385)] 优化 GitHub Actions 配置,修复单测失败问题
|
||||
- [[#3175](https://github.com/seata/seata/pull/3175)] 支持雪花算法时钟回拨
|
||||
- [[#3291](https://github.com/seata/seata/pull/3291)] 优化mysql连接参数
|
||||
- [[#3336](https://github.com/seata/seata/pull/3336)] 支持使用System.getProperty获取Netty配置参数
|
||||
- [[#3369](https://github.com/seata/seata/pull/3369)] 添加github action的dockerHub秘钥
|
||||
- [[#3343](https://github.com/seata/seata/pull/3343)] 将CI程序从Travis CI迁移到Github Actions
|
||||
- [[#3397](https://github.com/seata/seata/pull/3397)] 增加代码变更记录
|
||||
- [[#3303](https://github.com/seata/seata/pull/3303)] 支持从nacos单一dataId中读取所有配置
|
||||
- [[#3380](https://github.com/seata/seata/pull/3380)] 优化 globalTransactionScanner 中的 DISABLE_GLOBAL_TRANSACTION listener
|
||||
- [[#3123](https://github.com/seata/seata/pull/3123)] 优化 seata-server 打包策略
|
||||
- [[#3415](https://github.com/seata/seata/pull/3415)] 优化 maven 打包时清除 distribution 目录
|
||||
- [[#3316](https://github.com/seata/seata/pull/3316)] 优化读取配置值时属性bean未初始化的问题
|
||||
- [[#3420](https://github.com/seata/seata/pull/3420)] 优化枚举类的使用并添加单元测试
|
||||
- [[#3533](https://github.com/seata/seata/pull/3533)] 支持获取当前事务角色
|
||||
- [[#3436](https://github.com/seata/seata/pull/3436)] 优化SQLType类中的错别字
|
||||
- [[#3439](https://github.com/seata/seata/pull/3439)] 调整springApplicationContextProvider order以使其可以在xml bean之前被调用
|
||||
- [[#3248](https://github.com/seata/seata/pull/3248)] 优化负载均衡配置迁移到client节点下
|
||||
- [[#3441](https://github.com/seata/seata/pull/3441)] 优化starter的自动配置处理
|
||||
- [[#3466](https://github.com/seata/seata/pull/3466)] 优化使用equalsIgnoreCase() 进行字符串比较
|
||||
- [[#3476](https://github.com/seata/seata/pull/3476)] 支持 server 参数传入hostname时自动将其转换为 ip
|
||||
- [[#3236](https://github.com/seata/seata/pull/3236)] 优化执行解锁操作的条件,减少不必要的 unlock 操作
|
||||
- [[#3485](https://github.com/seata/seata/pull/3485)] 删除 ConfigurationFactory 中无用的代码
|
||||
- [[#3505](https://github.com/seata/seata/pull/3505)] 删除 GlobalTransactionScanner 中无用的 if 判断
|
||||
- [[#3544](https://github.com/seata/seata/pull/3544)] 优化无法通过Statement#getGeneratedKeys时,只能获取到批量插入的第一个主键的问题
|
||||
- [[#3549](https://github.com/seata/seata/pull/3549)] 统一DB存储模式下不同表中的xid字段的长度
|
||||
- [[#3551](https://github.com/seata/seata/pull/3551)] 调大RETRY_DEAD_THRESHOLD的值以及设置成可配置
|
||||
- [[#3589](https://github.com/seata/seata/pull/3589)] 使用JUnit API做异常检查
|
||||
- [[#3601](https://github.com/seata/seata/pull/3601)] 使`LoadBalanceProperties`与`spring-boot:2.x`及以上版本兼容
|
||||
- [[#3513](https://github.com/seata/seata/pull/3513)] Saga SpringBeanService调用器支持切换 json 解析器
|
||||
- [[#3318](https://github.com/seata/seata/pull/3318)] 支持 CLIENT_TABLE_META_CHECKER_INTERVAL 可配置化
|
||||
- [[#3371](https://github.com/seata/seata/pull/3371)] 支持 metric 按 applicationId 分组
|
||||
- [[#3459](https://github.com/seata/seata/pull/3459)] 删除重复的ValidadAddress代码
|
||||
- [[#3215](https://github.com/seata/seata/pull/3215)] 优化seata-server 在file模式下启动时的reload逻辑
|
||||
- [[#3631](https://github.com/seata/seata/pull/3631)] 优化 nacos-config.py 脚本的入参问题
|
||||
- [[#3638](https://github.com/seata/seata/pull/3638)] 优化 update 和 delete 的 SQL 不支持 join 的错误提示
|
||||
- [[#3523](https://github.com/seata/seata/pull/3523)] 优化当使用oracle时调用releaseSavepoint()方法报异常的问题
|
||||
- [[#3458](https://github.com/seata/seata/pull/3458)] 还原已删除的md
|
||||
- [[#3574](https://github.com/seata/seata/pull/3574)] 修复EventBus.java文件中注释拼写错误
|
||||
- [[#3573](https://github.com/seata/seata/pull/3573)] 修复 README.md 文件中设计器路径错误
|
||||
- [[#3662](https://github.com/seata/seata/pull/3662)] 更新gpg密钥对
|
||||
- [[#3664](https://github.com/seata/seata/pull/3664)] 优化 javadoc
|
||||
- [[#3637](https://github.com/seata/seata/pull/3637)] 登记使用seata的公司和1.4.2版本包含的新增pr信息
|
||||
|
||||
### test
|
||||
|
||||
- [[#3381](https://github.com/seata/seata/pull/3381)] 添加 TmClient 的测试用例
|
||||
- [[#3607](https://github.com/seata/seata/pull/3607)] 修复 EventBus 的单元测试问题
|
||||
- [[#3579](https://github.com/seata/seata/pull/3579)] 添加 StringFormatUtils 测试用例
|
||||
- [[#3365](https://github.com/seata/seata/pull/3365)] 修复ParameterParserTest测试用例
|
||||
- [[#3359](https://github.com/seata/seata/pull/3359)] 删除未使用的测试用例
|
||||
- [[#3383](https://github.com/seata/seata/pull/3383)] 优化StatementProxyTest单元测试
|
||||
- [[#3578](https://github.com/seata/seata/pull/3578)] 修复单元测试case里的UnfinishedStubbing异常
|
||||
|
||||
|
||||
非常感谢以下 contributors 的代码贡献。若有无意遗漏,请报告。
|
||||
|
||||
- [slievrly](https://github.com/slievrly)
|
||||
- [caohdgege](https://github.com/caohdgege)
|
||||
- [a364176773](https://github.com/a364176773)
|
||||
- [wangliang181230](https://github.com/wangliang181230)
|
||||
- [xingfudeshi](https://github.com/xingfudeshi)
|
||||
- [jsbxyyx](https://github.com/jsbxyyx)
|
||||
- [selfishlover](https://github.com/selfishlover)
|
||||
- [l8189352](https://github.com/l81893521)
|
||||
- [Rubbernecker](https://github.com/Rubbernecker)
|
||||
- [lj2018110133](https://github.com/lj2018110133)
|
||||
- [github-ganyu](https://github.com/github-ganyu)
|
||||
- [dmego](https://github.com/dmego)
|
||||
- [spilledyear](https://github.com/spilledyear)
|
||||
- [hoverruan](https://github.com/hoverruan )
|
||||
- [anselleeyy](https://github.com/anselleeyy)
|
||||
- [Ifdevil](https://github.com/Ifdevil)
|
||||
- [lvxianzheng](https://github.com/lvxianzheng)
|
||||
- [MentosL](https://github.com/MentosL)
|
||||
- [lian88jian](https://github.com/lian88jian)
|
||||
- [litianyu1992](https://github.com/litianyu1992)
|
||||
- [xyz327](https://github.com/xyz327)
|
||||
- [13414850431](https://github.com/13414850431)
|
||||
- [xuande](https://github.com/xuande)
|
||||
- [tanggen](https://github.com/tanggen)
|
||||
- [eas5](https://github.com/eas5)
|
||||
- [nature80](https://github.com/nature80)
|
||||
- [ls9527](https://github.com/ls9527)
|
||||
- [drgnchan](https://github.com/drgnchan)
|
||||
- [imyangyong](https://github.com/imyangyong)
|
||||
- [sunlggggg](https://github.com/sunlggggg)
|
||||
- [long187](https://github.com/long187)
|
||||
- [h-zhi](https://github.com/h-zhi)
|
||||
- [StellaiYang](https://github.com/StellaiYang)
|
||||
- [slinpq](https://github.com/slinpq)
|
||||
- [sustly](https://github.com/sustly)
|
||||
- [cznc](https://github.com/cznc)
|
||||
- [squallliu](https://github.com/squallliu)
|
||||
- [81519434](https://github.com/81519434)
|
||||
- [luoxn28](https://github.com/luoxn28)
|
||||
|
||||
|
||||
同时,我们收到了社区反馈的很多有价值的issue和建议,非常感谢大家。
|
||||
|
||||
#### Link
|
||||
|
||||
- **Seata:** https://github.com/seata/seata
|
||||
- **Seata-Samples:** https://github.com/seata/seata-samples
|
||||
- **Release:** https://github.com/seata/seata/releases
|
||||
- **WebSite:** https://seata.io
|
||||
|
||||
</details>
|
||||
177
changes/en-us/1.4.2.md
Normal file
177
changes/en-us/1.4.2.md
Normal file
@@ -0,0 +1,177 @@
|
||||
### 1.4.2
|
||||
|
||||
[source](https://github.com/seata/seata/archive/v1.4.2.zip) |
|
||||
[binary](https://github.com/seata/seata/releases/download/v1.4.2/seata-server-1.4.2.zip)
|
||||
|
||||
<details>
|
||||
<summary><mark>Release notes</mark></summary>
|
||||
|
||||
|
||||
### Seata 1.4.2
|
||||
|
||||
Seata 1.4.2 Released.
|
||||
|
||||
Seata is an easy-to-use, high-performance, open source distributed transaction solution.
|
||||
|
||||
The version is updated as follows:
|
||||
|
||||
### feature:
|
||||
|
||||
- [[#3172](https://github.com/seata/seata/pull/3172)] support undo_loge compression mode in AT
|
||||
- [[#3372](https://github.com/seata/seata/pull/3372)] Saga support customize whether update last retry log
|
||||
- [[#3411](https://github.com/seata/seata/pull/3411)] support seata server thread pool parameters configuration
|
||||
- [[#3348](https://github.com/seata/seata/pull/3348)] support redis sentinel storage mode in TC
|
||||
- [[#2667](https://github.com/seata/seata/pull/2667)] support password decryption when using db and redis storage mode
|
||||
- [[#3427](https://github.com/seata/seata/pull/3427)] add distributed lock interface
|
||||
- [[#3443](https://github.com/seata/seata/pull/3443)] send the `seata-server` log to `logstash` or `kafka`
|
||||
- [[#3486](https://github.com/seata/seata/pull/3486)] add transaction service group for metric
|
||||
- [[#3317](https://github.com/seata/seata/pull/3317)] support to obtain multiple configurations through a single node when using zookeeper as configuration center
|
||||
- [[#2933](https://github.com/seata/seata/pull/2933)] add antlr for mysql sqlparser
|
||||
- [[#3228](https://github.com/seata/seata/pull/3228)] support custom serialization plugin
|
||||
- [[#3516](https://github.com/seata/seata/pull/3516)] support acl-token when consul is used registry and configuration center
|
||||
- [[#3116](https://github.com/seata/seata/pull/3116)] support configuring apolloService and apolloCluster
|
||||
- [[#3468](https://github.com/seata/seata/pull/3468)] saga support loop execution on state
|
||||
- [[#3447](https://github.com/seata/seata/pull/3447)] support Transaction context printing in logging framework
|
||||
|
||||
|
||||
### bugfix:
|
||||
|
||||
- [[#3258](https://github.com/seata/seata/pull/3258)] fix AsyncWorker potential OOM problem
|
||||
- [[#3293](https://github.com/seata/seata/pull/3293)] fix configuration cache get value type mismatch exception
|
||||
- [[#3241](https://github.com/seata/seata/pull/3241)] forbidden use order by or limit in multi sql
|
||||
- [[#3406](https://github.com/seata/seata/pull/3406)] fix the value can not be push to nacos when special charset in config.txt
|
||||
- [[#3418](https://github.com/seata/seata/pull/3418)] fix getGeneratedKeys may get history pk
|
||||
- [[#3408](https://github.com/seata/seata/pull/3408)] fix the NPE problem of jar running mode when the third-dependency on separate packaging
|
||||
- [[#3431](https://github.com/seata/seata/pull/3431)] fix property bean may not be initialized when reading configuration
|
||||
- [[#3413](https://github.com/seata/seata/pull/3413)] fix the logic of rollback to savepoint and release to savepoint
|
||||
- [[#3367](https://github.com/seata/seata/pull/3367)] when the xa branch is rollback, it cannot be executed due to idle state
|
||||
- [[#3448](https://github.com/seata/seata/pull/3448)] reduce unnecessary competition and remove missing locks
|
||||
- [[#3451](https://github.com/seata/seata/pull/3451)] fix set auto-commit to true when local transactions are not being used. Failure to compete for a lock causes the global transaction to exit, invaliding the global row lock and dirty writing of the data.
|
||||
- [[#3481](https://github.com/seata/seata/pull/3481)] fix seata node refresh failure because of consul client throws exceptions
|
||||
- [[#3491](https://github.com/seata/seata/pull/3491)] fix typo in README.md
|
||||
- [[#3531](https://github.com/seata/seata/pull/3531)] fix the NPE of RedisTransactionStoreManager when get branch transactions
|
||||
- [[#3500](https://github.com/seata/seata/pull/3500)] fix oracle and postgreSQL can't query column info
|
||||
- [[#3560](https://github.com/seata/seata/pull/3560)] fix the problem that the asynchronous task of the transactions in the committing state has no time threshold and cannot recover the transaction
|
||||
- [[#3555](https://github.com/seata/seata/pull/3555)] do not call setBlob to invalid the jdbc exception
|
||||
- [[#3540](https://github.com/seata/seata/pull/3540)] fix server distribution missing files
|
||||
- [[#3597](https://github.com/seata/seata/pull/3597)] fix the possible NPE
|
||||
- [[#3568](https://github.com/seata/seata/pull/3568)] fix automatic datasource agent caused by ConcurrentHashMap.computeIfAbsent Deadlock problem
|
||||
- [[#3402](https://github.com/seata/seata/pull/3402)] fix the problem that the updated column cannot be resolved because the field name in the updated SQL contains the database name
|
||||
- [[#3464](https://github.com/seata/seata/pull/3464)] fix test case NPE and StackTraceLogger's log.
|
||||
- [[#3522](https://github.com/seata/seata/pull/3522)] fix register branch and store undolog when AT branch does not need compete lock
|
||||
- [[#3635](https://github.com/seata/seata/pull/3635)] fix pushing notification failed when the configuration changed in zookeeper
|
||||
- [[#3133](https://github.com/seata/seata/pull/3133)] fix the case that could not retry acquire global lock
|
||||
- [[#3156](https://github.com/seata/seata/pull/3156)] optimize the logic of SpringProxyUtils.findTargetClass
|
||||
|
||||
|
||||
### optimize:
|
||||
|
||||
- [[#3341](https://github.com/seata/seata/pull/3341)] optimize the format of the path to the specified configuration file
|
||||
- [[#3385](https://github.com/seata/seata/pull/3385)] optimize github action and fix unit test failure
|
||||
- [[#3175](https://github.com/seata/seata/pull/3175)] improve UUIDGenerator using "history time" version of snowflake algorithm
|
||||
- [[#3291](https://github.com/seata/seata/pull/3291)] mysql jdbc connect param
|
||||
- [[#3336](https://github.com/seata/seata/pull/3336)] support using System.getProperty to get netty config property
|
||||
- [[#3369](https://github.com/seata/seata/pull/3369)] add github action secrets env for dockerHub
|
||||
- [[#3343](https://github.com/seata/seata/pull/3343)] Migrate CI provider from Travis CI to Github Actions
|
||||
- [[#3397](https://github.com/seata/seata/pull/3397)] add the change records folder
|
||||
- [[#3303](https://github.com/seata/seata/pull/3303)] supports reading all configurations from a single Nacos dataId
|
||||
- [[#3380](https://github.com/seata/seata/pull/3380)] globalTransactionScanner listener optimize
|
||||
- [[#3123](https://github.com/seata/seata/pull/3123)] optimize the packing strategy of seata-server
|
||||
- [[#3415](https://github.com/seata/seata/pull/3415)] optimize maven clean plugin to clear the distribution directory
|
||||
- [[#3316](https://github.com/seata/seata/pull/3316)] optimize the property bean may not be initialized while reading config value
|
||||
- [[#3420](https://github.com/seata/seata/pull/3420)] optimize enumerated classes and add unit tests
|
||||
- [[#3533](https://github.com/seata/seata/pull/3533)] added interface to get current transaction role
|
||||
- [[#3436](https://github.com/seata/seata/pull/3436)] optimize typo in SQLType class
|
||||
- [[#3439](https://github.com/seata/seata/pull/3439)] adjust the order of springApplicationContextProvider so that it can be called before the XML bean
|
||||
- [[#3248](https://github.com/seata/seata/pull/3248)] optimize the config of load-balance migration to belong the client node
|
||||
- [[#3441](https://github.com/seata/seata/pull/3441)] optimize the auto-configuration processing of starter
|
||||
- [[#3466](https://github.com/seata/seata/pull/3466)] String comparison uses equalsIgnoreCase()
|
||||
- [[#3476](https://github.com/seata/seata/pull/3476)] support when the server parameter passed is hostname, it will be automatically converted to IP
|
||||
- [[#3236](https://github.com/seata/seata/pull/3236)] optimize the conditions for executing unlocking
|
||||
- [[#3485](https://github.com/seata/seata/pull/3485)] optimize useless codes in ConfigurationFactory
|
||||
- [[#3505](https://github.com/seata/seata/pull/3505)] optimize useless if judgments in the GlobalTransactionScanner class
|
||||
- [[#3544](https://github.com/seata/seata/pull/3544)] optimize the get pks by auto when auto generated keys is false
|
||||
- [[#3549](https://github.com/seata/seata/pull/3549)] unified the length of xid in different tables when using DB storage mode
|
||||
- [[#3551](https://github.com/seata/seata/pull/3551)] make RETRY_DEAD_THRESHOLD bigger and configurable
|
||||
- [[#3589](https://github.com/seata/seata/pull/3589)] Changed exception check by JUnit API usage
|
||||
- [[#3601](https://github.com/seata/seata/pull/3601)] make `LoadBalanceProperties` compatible with `spring-boot:2.x` and above
|
||||
- [[#3513](https://github.com/seata/seata/pull/3513)] Saga SpringBeanService invoker support switch json parser
|
||||
- [[#3318](https://github.com/seata/seata/pull/3318)] make CLIENT_TABLE_META_CHECKER_INTERVAL configurable
|
||||
- [[#3371](https://github.com/seata/seata/pull/3371)] add applicationId for metric
|
||||
- [[#3459](https://github.com/seata/seata/pull/3459)] remove duplicate validAddress code
|
||||
- [[#3215](https://github.com/seata/seata/pull/3215)] opt the reload during startup in file mode
|
||||
- [[#3631](https://github.com/seata/seata/pull/3631)] optimize nacos-config.py parameter
|
||||
- [[#3638](https://github.com/seata/seata/pull/3638)] optimize the error when use update or delete with join in sql
|
||||
- [[#3523](https://github.com/seata/seata/pull/3523)] optimize release savepoint when use oracle
|
||||
- [[#3458](https://github.com/seata/seata/pull/3458)] reversion the deleted md
|
||||
- [[#3574](https://github.com/seata/seata/pull/3574)] repair Spelling errors in comments in EventBus.java files
|
||||
- [[#3573](https://github.com/seata/seata/pull/3573)] fix designer directory path in README.md
|
||||
- [[#3662](https://github.com/seata/seata/pull/3662)] update gpg key
|
||||
- [[#3664](https://github.com/seata/seata/pull/3664)] optimize some javadocs
|
||||
- [[#3637](https://github.com/seata/seata/pull/3637)] register the participating companies and pull request information
|
||||
|
||||
### test
|
||||
|
||||
- [[#3381](https://github.com/seata/seata/pull/3381)] test case for tmClient
|
||||
- [[#3607](https://github.com/seata/seata/pull/3607)] fixed bugs in EventBus unit tests
|
||||
- [[#3579](https://github.com/seata/seata/pull/3579)] add test case for StringFormatUtils
|
||||
- [[#3365](https://github.com/seata/seata/pull/3365)] optimize ParameterParserTest test case failed
|
||||
- [[#3359](https://github.com/seata/seata/pull/3359)] remove unused test case
|
||||
- [[#3578](https://github.com/seata/seata/pull/3578)] fix UnfinishedStubbing Exception in unit test case
|
||||
- [[#3383](https://github.com/seata/seata/pull/3383)] optimize StatementProxyTest unit test
|
||||
|
||||
|
||||
|
||||
Thanks to these contributors for their code commits. Please report an unintended omission.
|
||||
|
||||
- [slievrly](https://github.com/slievrly)
|
||||
- [caohdgege](https://github.com/caohdgege)
|
||||
- [a364176773](https://github.com/a364176773)
|
||||
- [wangliang181230](https://github.com/wangliang181230)
|
||||
- [xingfudeshi](https://github.com/xingfudeshi)
|
||||
- [jsbxyyx](https://github.com/jsbxyyx)
|
||||
- [selfishlover](https://github.com/selfishlover)
|
||||
- [l8189352](https://github.com/l81893521)
|
||||
- [Rubbernecker](https://github.com/Rubbernecker)
|
||||
- [lj2018110133](https://github.com/lj2018110133)
|
||||
- [github-ganyu](https://github.com/github-ganyu)
|
||||
- [dmego](https://github.com/dmego)
|
||||
- [spilledyear](https://github.com/spilledyear)
|
||||
- [hoverruan](https://github.com/hoverruan )
|
||||
- [anselleeyy](https://github.com/anselleeyy)
|
||||
- [Ifdevil](https://github.com/Ifdevil)
|
||||
- [lvxianzheng](https://github.com/lvxianzheng)
|
||||
- [MentosL](https://github.com/MentosL)
|
||||
- [lian88jian](https://github.com/lian88jian)
|
||||
- [litianyu1992](https://github.com/litianyu1992)
|
||||
- [xyz327](https://github.com/xyz327)
|
||||
- [13414850431](https://github.com/13414850431)
|
||||
- [xuande](https://github.com/xuande)
|
||||
- [tanggen](https://github.com/tanggen)
|
||||
- [eas5](https://github.com/eas5)
|
||||
- [nature80](https://github.com/nature80)
|
||||
- [ls9527](https://github.com/ls9527)
|
||||
- [drgnchan](https://github.com/drgnchan)
|
||||
- [imyangyong](https://github.com/imyangyong)
|
||||
- [sunlggggg](https://github.com/sunlggggg)
|
||||
- [long187](https://github.com/long187)
|
||||
- [h-zhi](https://github.com/h-zhi)
|
||||
- [StellaiYang](https://github.com/StellaiYang)
|
||||
- [slinpq](https://github.com/slinpq)
|
||||
- [sustly](https://github.com/sustly)
|
||||
- [cznc](https://github.com/cznc)
|
||||
- [squallliu](https://github.com/squallliu)
|
||||
- [81519434](https://github.com/81519434)
|
||||
- [luoxn28](https://github.com/luoxn28)
|
||||
|
||||
Also, we receive many valuable issues, questions and advices from our community. Thanks for you all.
|
||||
|
||||
#### Link
|
||||
|
||||
- **Seata:** https://github.com/seata/seata
|
||||
- **Seata-Samples:** https://github.com/seata/seata-samples
|
||||
- **Release:** https://github.com/seata/seata/releases
|
||||
- **WebSite:** https://seata.io
|
||||
|
||||
|
||||
</details>
|
||||
Reference in New Issue
Block a user