EasyTransaction Versions Save

A distribute transaction solution(分布式事务) unified the usage of TCC , SAGA ,FMT (seata/fescar AutoCompensation), reliable message, compensate and so on;

1.4.2

4 years ago

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

1.4.0

4 years ago
  • 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

4 years ago
  • 将事务上下文 传递到 异步远程调用当中,以便客户实现传递Token等机制

v1.3.0

5 years ago
  • 增加Dashboard支持
  • 修复由于ClassLoader不同导致的接口proxy创建失败
  • 修复泛型导致的编译问题
  • 兼容Oracle

v1.2.0

5 years ago
  • 增加注解开启Provider的功能
  • 对SpringBoot 2.0.x及Spring Cloud F版进行适配
  • 增加自动补偿功能(整合阿里Fescar的AT功能)

v1.1.3

5 years ago

bugfix:

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

v1.1.2

5 years ago
  • 修复ConsistantGuardian没有初始化的BUG
  • fix consistent guardian not init

v1.1.1

5 years ago
  • 修复由于引入字符串压缩功能后数据库日志实现读取日志错误的BUG
  • fix the bug introduced by string compress that when using RDB log implement will load log error

v1.1.0

5 years ago

中文

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

v1.0.0

5 years ago

Main Features done ,maven repository

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