Skip to content

Releases: CECTC/dbpack

v0.1.0 Released distributed transaction solution, previewed read write splitting

24 May 07:11
41285c3
Compare
Choose a tag to compare

dbpack support any languages, there are gojavaphppython samples.

Bug Fixes

  • add terminationDrainDuration config (#4) (5c607d4)
  • should use db connection rather than tx connection exec sql request (#8) (52d78ca)
  • when receive ComQuit request, should return connection (#51) (e8f0708)
  • close statement after read result from conn (#71) (4c9a292)
  • ping should put resource back to the pool (#74) (c1c7771)
  • process global session after timeout should refresh global session status (#86) (6bf4090)
  • release tx when undologs doesn't exists (#93) (99df036)

Features

  • distributed transaction support etcd watch (#11) (e991050)
  • support tcc branch commit & rollback (#12) (feab7ae)
  • support GlobalLock hint (#14) (5c7c967)
  • support leader election, only leader can commit and rollback (#19) (d7ab60b)
  • add prometheus metric (#25) (627adc2)
  • add readiness and liveness probe (#52) (f43ab5f)

Changes

  • update branch session process logic (#17) (06d6245)

New Contributors