Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 3.57 KB

CHANGELOG.md

File metadata and controls

39 lines (31 loc) · 3.57 KB

ChangeLog

v0.1.0

Bug Fixes

  • add terminationDrainDuration config (#4) (6604ce8)
  • should use db connection rather than tx connection exec sql request (#8) (7e2b42d)
  • when receive ComQuit request, should return connection (#51) (627adc2)
  • close statement after read result from conn (#71) (f924e10)
  • ping should put resource back to the pool (#74) (07de56e)
  • process global session after timeout should refresh global session status (#86) (3046e17)
  • release tx when undologs doesn't exists (#93) (7aeaa4e)

Features

  • distributed transaction support etcd watch (#11) (ce10990)
  • support tcc branch commit & rollback (#12) (c0bfdf9)
  • support GlobalLock hint (#14) (8369f8f)
  • support leader election, only leader can commit and rollback (#19) (b89c672)
  • add prometheus metric (#25) (627adc2)
  • add readiness and liveness probe (#52) (fd889cc)

Changes

  • update branch session process logic (#17) (c6a6626)

New Contributors

  • @rocymp made their first contribution in CECTC#3
  • @gorexlv made their first contribution in CECTC#5
  • @zackzhangkai made their first contribution in CECTC#10
  • @yx9o made their first contribution in CECTC#32
  • @bohehe made their first contribution in CECTC#41
  • @fatelei made their first contribution in CECTC#48
  • @zhu733756 made their first contribution in CECTC#58
  • @wybrobin made their first contribution in CECTC#72
  • @tanryberdi made their first contribution in CECTC#75
  • @JuwanXu made their first contribution in CECTC#81
  • @hzliangbin made their first contribution in CECTC#83