Skip to content

Releases: CECTC/hptx

Version 1.0.5, support XA protocol to coordinate distributed transactions

24 Aug 12:48
Compare
Choose a tag to compare

v1.0.4

29 Jul 03:52
Compare
Choose a tag to compare
refactor: reuse some dbpack code

v1.0.3 Support gin middleware and grpc interceptor

27 Jul 08:48
Compare
Choose a tag to compare

In this version, we developed gin middleware and grpc interceptor, The logic of beginning global transactions, committing and rolling back global transactions is implemented in middleware and interceptor, not through reflection proxy as before.

gin middleware sample:
https://github.com/CECTC/hptx-samples/tree/main/http_gin_middleware

grpc interceptor sample:
https://github.com/CECTC/hptx-samples/tree/main/grpc

v1.0.2 Support manipulating the same data in different transaction branches

13 Jul 13:49
5a9ccec
Compare
Choose a tag to compare

Feature

Support manipulating the same data in different transaction branches of a global transaction.

v1.0.1 fix a bug

13 Jun 07:56
c758636
Compare
Choose a tag to compare

fix: when register branch session, global session can not change

v1.0.0 A high-performance distributed transaction solution without a centralized TC server

09 Jun 02:30
5024e2f
Compare
Choose a tag to compare

Features

  • Support AT mode
  • Support check global lock in local transaction
  • Support TCC mode
  • Only need to integrate hptx sdk, no need to deploy additional TC server