Skip to content

Releases: QNJR-GROUP/EasyTransaction

V1.4.2 Released

28 Nov 11:24
Compare
Choose a tag to compare

修复可靠消息、最大努力交付消息不能手工设置ReconsumeLater的BUG

V1.4.0 Released

07 Oct 10:54
f13a082
Compare
Choose a tag to compare
  • 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

19 May 09:10
Compare
Choose a tag to compare
  • 将事务上下文 传递到 异步远程调用当中,以便客户实现传递Token等机制

V1.3.0 Released

05 Apr 04:16
4ebdce8
Compare
Choose a tag to compare
  • 增加Dashboard支持
  • 修复由于ClassLoader不同导致的接口proxy创建失败
  • 修复泛型导致的编译问题
  • 兼容Oracle

v1.2.0-released

17 Feb 15:13
6d83235
Compare
Choose a tag to compare
  • 增加注解开启Provider的功能
  • 对SpringBoot 2.0.x及Spring Cloud F版进行适配
  • 增加自动补偿功能(整合阿里Fescar的AT功能)

v1.1.3 released

24 Dec 01:02
a045205
Compare
Choose a tag to compare

bugfix:

redis log reader not work as expectd
word mis-spelling
retry delay error

V1.1.2 Released

22 Nov 15:40
84d951c
Compare
Choose a tag to compare
  • 修复ConsistantGuardian没有初始化的BUG
  • fix consistent guardian not init

V1.1.1 Released

27 Sep 17:02
758432f
Compare
Choose a tag to compare
  • 修复由于引入字符串压缩功能后数据库日志实现读取日志错误的BUG
  • fix the bug introduced by string compress that when using RDB log implement will load log error

V1.1.0 Released

16 Sep 06:31
d14853e
Compare
Choose a tag to compare

中文

  • 更新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

09 Sep 04:56
90f34e0
Compare
Choose a tag to compare

Main Features done ,maven repository

		<dependency>
			<groupId>com.yiqiniu.easytrans</groupId>
			<artifactId>easytrans-starter</artifactId>
			<version>1.0.0</version>
		</dependency>