Releases: QNJR-GROUP/EasyTransaction
Releases · QNJR-GROUP/EasyTransaction
V1.4.2 Released
V1.4.0 Released
- upgrade Fescar0.3.1 to Seata 0.8.1
- support ET run without Zookeeper
- implement DB based Master selector
- implement DB based StringCodec
- implement DB based snowflaker
- fix #128
V1.3.1
V1.3.0 Released
- 增加Dashboard支持
- 修复由于ClassLoader不同导致的接口proxy创建失败
- 修复泛型导致的编译问题
- 兼容Oracle
v1.2.0-released
- 增加注解开启Provider的功能
- 对SpringBoot 2.0.x及Spring Cloud F版进行适配
- 增加自动补偿功能(整合阿里Fescar的AT功能)
v1.1.3 released
bugfix:
redis log reader not work as expectd
word mis-spelling
retry delay error
V1.1.2 Released
- 修复ConsistantGuardian没有初始化的BUG
- fix consistent guardian not init
V1.1.1 Released
- 修复由于引入字符串压缩功能后数据库日志实现读取日志错误的BUG
- fix the bug introduced by string compress that when using RDB log implement will load log error
V1.1.0 Released
中文
- 更新Dubbo的版本到2.6.3,支持Dubbo原生的SpringBoot风格外置配置
- 使用框架幂等时,提升了25%以上的CPU性能
- 更正了CallWrapUtil的错误拼写
英文
- update Dubbo version to 2.6.3, and support Dubbo native spring boot style external properties
- improve 25+% CPU performance when using idempotent with replacing the implement of ObjectDigest
- correct miss-spelling of CallWrapUtil
because ObjectDigest implement is replaced, so when there's an unfinished Transaction using system idempotent will report an error. we will have to wait for all the transaction finished and then update from 1.0.0 to 1.1.0
1.0.0 Released
Main Features done ,maven repository
<dependency>
<groupId>com.yiqiniu.easytrans</groupId>
<artifactId>easytrans-starter</artifactId>
<version>1.0.0</version>
</dependency>