Skip to content

Releases: dtm-labs/dtmgrpc-csharp

v1.2.0 (Jun. 13th, 2022)

13 Jun 14:55
dba9d48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.2...v1.2.0

v1.1.2 (May. 26th, 2022)

26 May 15:17
aeec2f8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

v1.1.1 (May. 14th, 2022)

14 May 02:52
8dfc0c2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0 (Apr. 9th, 2022)

09 Apr 02:44
Compare
Choose a tag to compare
  1. remove useless code
  2. upgrade dependency

Full Changelog: v1.0.0...v1.1.0


  1. 移除无用代码
  2. 升级依赖

v1.0.0 (Mar 1st, 2022)

01 Mar 14:12
aef4a2e
Compare
Choose a tag to compare
  1. Support redis barrier
  2. Support PassthroughHeaders for trans options
  3. Delete the grpcServer parameter of IDtmgRPCClient.GenGid
  4. Delete the dtm parameter of TccGlobalTransaction.Excecute

  1. 支持 redis 子事务屏障
  2. 事务选项支持 PassthroughHeaders
  3. 移除 IDtmgRPCClient.GenGid 方法的 grpcServer 参数
  4. 移除 TccGlobalTransaction.Excecute 方法的 dtm 参数

v0.5.0 (Feb 19th, 2022)

19 Feb 07:22
25934e2
Compare
Choose a tag to compare
  1. Support using gRPC to communicate with DTM server
  2. Support TCC, SAGA, MSG
  3. Support Barrier
  4. Support timeout configuration for sending request DTM server and trans branch
  5. Add DTM common package for both Dtmcli and Dtmgrpc

  1. 支持使用 gRPC 和 DTM 服务端交互
  2. 支持 TCC, SAGA, MSG 事务模型
  3. 支持子事务屏障
  4. 支持请求超时配置( 向 DTM 和 分支事务 请求 )
  5. 抽离 DtmCommon 包,服务于 Dtmcli and Dtmgrpc