Skip to content

Releases: dtm-labs/dtm

v1.4.1

30 Oct 03:34
Compare
Choose a tag to compare

Changelog

saga support concurrent mode and branch order
add system/transaction config of RetryInterval, TimeoutToFail
add result "ONGOING" to use no backoff retry

v1.4.0

29 Oct 23:24
07d4be5
Compare
Choose a tag to compare

Changelog

saga support concurrent mode and branch order
add system/transaction config of RetryInterval, TimeoutToFail
add result "ONGOING" to use no backoff retry

v1.3.1

16 Oct 12:23
Compare
Choose a tag to compare

Changelog

support postgres
grpc sample run fixed

v1.3.0

16 Oct 10:15
Compare
Choose a tag to compare

Changelog

support postgres

v1.2.0

07 Oct 11:44
Compare
Choose a tag to compare

Add benchmark test support
Add performance report to docs
Fix some concurrent access bugs
Refactor some command line code

v1.1.0

26 Sep 07:21
Compare
Choose a tag to compare

Changelog

Add Prometheus support
Support cloud services
Refactor main command line

v1.0.1

04 Sep 00:03
Compare
Choose a tag to compare

Change Log

[feature]: handle duplicate request of commit/rollback for XA transaction
[feature]: add workflow for docker hub
[feature]: add workflow for binary file result
[code]: refactor XA code to share between HTTP and gRPC

v1.0.0

22 Aug 08:15
Compare
Choose a tag to compare

目前核心功能已具备,并且经过多个项目接入,接口已稳定

v0.10.3

21 Aug 03:52
Compare
Choose a tag to compare

调整了barrier的接口,支持gorm、xorm、goqu等orm
调整了grpc各个函数的返回值为BusiReply

v0.10.2

19 Aug 07:15
Compare
Choose a tag to compare

修复命令参数为dtmsvr时,无法启动的问题