Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: dtm-labs/client-csharp

v1.4.0 (Mar. 23th, 2023)

23 Mar 15:02
bb8c0a9
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

New Contributors

Full Changelog:v1.3.0...v1.4.0

Contributors

  • @heavenwing
  • @catcherwong
heavenwing and catcherwong
Assets2
Loading

v1.3.0 (Aug. 30th, 2022)

30 Aug 14:53
7b9deac
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

Full Changelog:v1.2.0...v1.3.0

Contributors

  • @catcherwong
catcherwong
Loading
Memoyu reacted with thumbs up emoji
1 person reacted

v1.2.0 (Jun. 13th, 2022)

13 Jun 15:14
f509be5
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

Full Changelog:dtm-labs/dtmcli-csharp@v1.1.2...v1.2.0

Contributors

  • @catcherwong
catcherwong
Loading

v1.1.2 (May. 26th, 2022)

26 May 15:33
7fc5be1
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

Contributors

  • @catcherwong
catcherwong
Loading

v1.1.1 (May. 14th, 2022)

14 May 04:02
0529c92
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

Contributors

  • @catcherwong
catcherwong
Loading

v1.1.0 (Apr. 9th, 2022)

09 Apr 03:09
f527226
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

Contributors

  • @WeihanLi
  • @catcherwong
WeihanLi and catcherwong
Loading

v1.0.0 (Mar 1st, 2022)

01 Mar 15:04
86808ba
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

  1. Optimize TCC exception log message
  2. Support PassthroughHeaders for trans options
  3. UpgradingDtmCommon to v1.0.0

  1. 优化 TCC 异常日志
  2. 事务选项支持 PassthroughHeaders
  3. 升级DtmCommon 到 v1.0.0
Loading

v0.5.0 (Feb 19th, 2022)

19 Feb 08:27
c6c2127
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

  1. Optimize trans options (dtm-labs/dtmcli-csharp@84492b9)
  2. TransRequestBranch usingIHttpClientFactory to createHttpClient (dtm-labs/dtmcli-csharp@f7ebb5c)
  3. Support QueryPrepared executed before Call for msg in barrier (#25#23 )
  4. SupportIConfiguration forAddDtmcli (#27 )
  5. Support read dbtype and barrier table name from configuration (#28 )
  6. Support request timeout options (#29#21)
  7. Using DtmCommon package to reduce duplicate code (#30dtm-labs/dtmcli-csharp@26579b2 )
  8. Optimize return value fromTask<bool> toTask (#30dtm-labs/dtmcli-csharp@ffaf0f1)

  1. 优化事务选项 (dtm-labs/dtmcli-csharp@84492b9)
  2. TransRequestBranch 使用IHttpClientFactory 来创建HttpClient (dtm-labs/dtmcli-csharp@f7ebb5c)
  3. 子事务屏障添加 MSG的QueryPrepared比 Call 先执行的情况 (#25#23 )
  4. AddDtmcli 支持IConfiguration (#27 )
  5. 子事务屏障的数据库类型和表名支持从配置文件读取 (#28 )
  6. 添加 HTTP 请求的超时配置 (#29#21)
  7. 引用 DtmCommon 包来减少重复代码 (#30dtm-labs/dtmcli-csharp@26579b2 )
  8. 优化返回值,从Task<bool>Task (#30dtm-labs/dtmcli-csharp@ffaf0f1)
Loading

v0.4.0 (Feb 5th, 2022)

05 Feb 05:47
96ba6cd
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

  1. Support a transaction model ofMSG (#15 )
  2. Support create barrier from querystring (#16 )
  3. Support custom barrier table name (#17 )
  4. Support using sqlserver in barrier (#19 )

  1. 支持二阶消息 事务模型 (#15 )
  2. 支持从查询参数创建子事务屏障 (#16 )
  3. 支持自定义子事务屏障的数据表名 (#17 )
  4. 支持在子事物屏障中使用 sqlserver (#19 )
Loading

v0.3.0 (Jan 21th, 2022)

21 Jan 00:37
2cb6266
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

  1. Support a transaction model of SAGA
  2. Support Sub-transaction barriers
  3. Callbranch exception handling for optimizing TCC transaction model

  1. 支持 SAGA 事务模式
  2. 支持子事务屏障
  3. 优化 TCC 事务模式 Callbranch 的异常处理
Loading

[8]ページ先頭

©2009-2025 Movatter.jp