Hptx Versions Save

high-performance non-intrusive distributed transaction solution, inspired by kubernetes, only for golang language.

v1.0.5

1 year ago

v1.0.4

1 year ago

v1.0.3

1 year ago

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

1 year ago

Feature

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

v1.0.1

1 year ago

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

v1.0.0

1 year ago

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