Releases: dtm-labs/dtmgrpc-csharp
Releases · dtm-labs/dtmgrpc-csharp
v1.2.0 (Jun. 13th, 2022)
What's Changed
- Handle exceptions in Call method by @gdlcf88 in #9
- fix barrier data-insert error by @StandHeo in #10
- fix: mongocall ex issue by @catcherwong in #11
- feat: add props for csproj by @catcherwong in #12
- add new call method to support transaction scope by @StandHeo in #14
- support netstandard2.0 @catcherwong in #15
New Contributors
Full Changelog: v1.1.2...v1.2.0
v1.1.2 (May. 26th, 2022)
What's Changed
- fix: origin insert barrier error should not call busi by @catcherwong in #6
- test: add more tests by @catcherwong in #7
Full Changelog: v1.1.1...v1.1.2
v1.1.1 (May. 14th, 2022)
v1.1.0 (Apr. 9th, 2022)
v1.0.0 (Mar 1st, 2022)
- Support redis barrier
- Support PassthroughHeaders for trans options
- Delete the grpcServer parameter of IDtmgRPCClient.GenGid
- Delete the dtm parameter of TccGlobalTransaction.Excecute
- 支持 redis 子事务屏障
- 事务选项支持 PassthroughHeaders
- 移除 IDtmgRPCClient.GenGid 方法的 grpcServer 参数
- 移除 TccGlobalTransaction.Excecute 方法的 dtm 参数
v0.5.0 (Feb 19th, 2022)
- Support using gRPC to communicate with DTM server
- Support TCC, SAGA, MSG
- Support Barrier
- Support timeout configuration for sending request DTM server and trans branch
- Add DTM common package for both Dtmcli and Dtmgrpc
- 支持使用 gRPC 和 DTM 服务端交互
- 支持 TCC, SAGA, MSG 事务模型
- 支持子事务屏障
- 支持请求超时配置( 向 DTM 和 分支事务 请求 )
- 抽离
DtmCommon
包,服务于 Dtmcli and Dtmgrpc