Skip to content

Releases: dtm-labs/dtm

v0.10.1

19 Aug 03:32
Compare
Choose a tag to compare

对子事务屏障进行了简化更新

v0.10.0

12 Aug 01:32
Compare
Choose a tag to compare

支持grpc

v0.9.1

05 Aug 09:22
Compare
Choose a tag to compare
  • 添加环境变量支持、部署支持,文档添加部署支持
  • dtmcli与gin、logrus完全解耦,并且支持拆分到单独的仓库
  • 添加事务等待结果模式
  • 添加默认DB_DRIVER为mysql

v0.9

05 Aug 08:47
Compare
Choose a tag to compare
  • 添加环境变量支持、部署支持,文档添加部署支持
  • dtmcli与gin、logrus完全解耦,并且支持拆分到单独的仓库
  • 添加事务等待结果模式

v0.8

01 Aug 09:39
Compare
Choose a tag to compare
  1. new xa interface, can adapt to other web framework

  2. introduce IsFailure, simplify xa,tcc error handling

  3. simplify xa,tcc examples, remove their gorm dependency

  4. XA的新接口可以接入其他web框架

  5. 引入IsFailure,简化XA和TCC的错误判断

  6. 简化了XA、TCC的例子,不再依赖gorm,只使用database/sql

v0.7.1

29 Jul 11:34
Compare
Choose a tag to compare

fix CronTransOnce bug
fix saga compensating bug

v0.7

23 Jul 08:11
Compare
Choose a tag to compare
  • define 3 state: SUCCESS FAILURE UNKNOWN for dtm called apis
  • refactor sub-trans barrier, return accurate result for SUCCESS FAILURE UNKNOWN
  • refactor test cases, higher test coverage
  • fix some bug
  • more docs

v0.6

16 Jul 10:44
Compare
Choose a tag to compare

修复若干bug,增加了更多的测试用例,完善了readme中的各种badge

v0.5

04 Jul 01:57
Compare
Choose a tag to compare

TCC提供新接口,子事务屏障支持

v0.1

04 Jun 12:00
Compare
Choose a tag to compare

支持saga、tcc、xa三种分布式事务模式
support saga, tcc, xa distributed transaction