Dtm Versions Save

A distributed transaction framework, supports workflow, saga, tcc, xa, 2-phase message, outbox patterns, supports many languages.

v1.13.1

2 years ago

Changelog

  • c076b3a SuccessDataExpire => FinishedDataExpire

v1.12.2

2 years ago

Changelog

  • Support hybrid use of grpc and http
  • Support TimeoutToFail to be less than RetryInterval

v1.12.1

2 years ago

Changelog

  • 09da7ba Merge pull request #209 from dtm-labs/alpha

v1.12.0

2 years ago

Changelog

  • Add Mongo support

v1.11.1

2 years ago

Changelog

  • Fix grpc msg DoAndSubmit extra queryPrepared
  • Opt barrier error check

v1.11.0

2 years ago

Changelog

  • Support flash-sales api and bench
  • Msg add DoAndSubmit

Break change

  • msg.PrepareAndSubmit => msg.DoAndSubmitDB

v1.10.2

2 years ago

Changelog

  • Support multiple log output
  • Fix Saga concurrent rollback bug
  • Add barrier support for RedisCheckAdjustAmount
  • update gin from 1.6.3 to 1.7.0

v1.10.1

2 years ago

Changelog

  • SAGA rollback branches in correct order
  • Add branch call timeout.

v1.10.0

2 years ago

Changelog

  • Change failure to http code 409
  • Change ongoing to http code 425
  • Change ongoing to grpc status FailedPrecondition

v1.9.1

2 years ago

Changelog

  • gRPC add msg.PrepareAndSubmit support