- 84c991f Feat:support postgres in xa mode (#1117) by ssshr-66 · 13 days ago master
- baabdf7 feature: add RocketMQ TCC integration (#1054) by CAICAII · 13 days ago
- c218fbe fix: intercept REPLACE INTO statement in AT mode (#1121) (#1123) by tachibana22 · 14 days ago
- b61d1dd Feat: support raft (#1107) by ssshr-66 · 2 weeks ago
- bf4f3f7 Feat:support postgres in at mode (#1118) by ssshr-66 · 3 weeks ago
- a416e7c Feat: support namingserver (#1106) by ssshr-66 · 4 weeks ago
- ed9ab47 fix: issue robot error (#1112) by ThunGuo · 4 weeks ago
- 8d8b6f4 refactor: Eliminate global state in remoting config and improve architecture clarity (#1031) by paddi · 8 weeks ago
- 55e99b4 fix: before hooks error handling (#1096) by Oxidaner · 8 weeks ago
- 976e7b9 fix: implement XA mode commitOnXA() and LockQuery() (#1061) by CAICAII · 8 weeks ago
- 39063bb docs: add bilingual quick start guides (#1105) by Cheyne Chen · 9 weeks ago
- 4a684d6 fix: drain cached fence logs for cleanup task (#1085) by waterbucket · 10 weeks ago
- 9a11740 refactor: abstract multi-database XA resource layer with registry pattern (#1090) by ThunGuo · 10 weeks ago
- b2bc7a2 fix: rollback auto-created AT tx on query and exec errors (#1083) by Zhifan C · 2 months ago
- d70e3cb fix: issue translate robot (#1102) by ThunGuo · 2 months ago
- 185b109 Fix: integrate test workflow (#1101) by ThunGuo · 2 months ago
- e085c9b fix: align TCC resource manager fallback behavior (#1091) by Zhifan C · 3 months ago
- 1a031ae fix: synchronize consistent hash refresh (#1081) by Zhifan C · 3 months ago
- f081d6e fix: preserve distinct TCC fence log identities (#1079) by CAICAII · 3 months ago
- 423a4dc fix: preserve head map keys when value is empty (#1070) by Zhifan C · 3 months ago
- 1b526c3 fix: resolve undo_log duplicate PK when column names have escape characters (#1065) by ThunGuo · 3 months ago
- a93f0ae ci: add workflow to block WIP pull requests (#1064) by Zhifan C · 3 months ago
- 2cce81b feat: add QueryContext for AT mode (#1039) by simple-xair · 3 months ago
- 987b9c4 fix: background goroutines cannot exit gracefully (#996) by WyRainBow · 3 months ago
- 66e7777 fix: modified version to v2 (#1041) by Oxidaner · 4 months ago v2.1.0
- 3ba877c fix intergrate test error (#1048) by FengZhang · 4 months ago
- f5d4da7 push v2.1.0 changes logs (#1047) by lxfeng1997 · 4 months ago
- b18bcb0 test: add unit test for pkg/rm/init (#1004) by simple-xair · 6 months ago
- e2e1856 test: add unit test for pkg/util/flagext/register (#1005) by simple-xair · 6 months ago
- 4ea3470 test: add unit test for pkg/rm/config (#1006) by simple-xair · 6 months ago
- f73b668 test: add unit test for pkg/rm/tcc/config (#1007) by simple-xair · 6 months ago
- efdd88a optimize: add contribution intention check box to issue template (#1025) by lokidundun · 6 months ago
- 623c02e bugfix: fix connection leaks and potential nil pointer panic(#991) (#997) by 花国栋 · 6 months ago
- b90d3ae optimize: enhance RoundRobinLoadBalance performance (#995) by EVERFID · 6 months ago
- 4bdc7ff feat: Support snappy compression type (#1027) by xuzifu666 · 6 months ago
- c39fcc6 Feature/saga (#1030) by FengZhang · 6 months ago
- 774046b optimize: optimize parsePkValues to reduce nested loops (#1018) by EVERFID · 6 months ago
- b818a65 Fix: Unable to return the correct type for Zip compression (#1013) by xuzifu666 · 7 months ago
- 6437e52 Connections leaks in resource manager (#1011) by xuzifu666 · 7 months ago
- afb8650 test: Improve test coverage for pkg/datasource/sql/exec (#999) by flypiggy · 7 months ago
- 8632371 fix: Data Race in ConsistentHash LoadBalance (#998) by xuzifu666 · 7 months ago
- 174d2f8 test: improve test coverage for pkg/datasource/sql/undo (#971) by 深几许 · 7 months ago
- 34dfa82 test: Improve test coverage (#983) by Eric Wang · 7 months ago
- 72f847e test: add unit tests for pkg/constant, pkg/client, and pkg/tm (#988) by 深几许 · 7 months ago
- b15d9d3 bugfix: close *sql.Rows returned by QueryContext to prevent resource leak (#989) by Eric Wang · 7 months ago
- d76ac39 test: Improve test coverage for pkg/datasource/sql/datasource/mysql (#965) by flypiggy · 7 months ago
- c0a7ab0 bugfix: error image when use null value as image query condition in insert on duplicate #704 (#725) (#884) by lxfeng1997 · 7 months ago
- be1ad86 test: improve test coverage for pkg/integration/dubbo (#968) by EVERFID · 7 months ago
- 85417fd test: improve test coverage for pkg/remoting/mock (#980) by EVERFID · 7 months ago
- 4d2e765 optimize: fix git status issue (#894) by jimin · 7 months ago
- faa32f0 test: add some test (#979) by Eric Wang · 7 months ago
- 5109492 test: improve test coverage for discovery/mock and integration (#985) by Eric Wang · 7 months ago
- 4dd7de6 test: improve test coverage for pkg/datasource (#973) by EVERFID · 7 months ago
- eaf4b27 test: improve test coverage for pkg/datasource/sql/util (#974) by EVERFID · 7 months ago
- b74a0be test: improve test coverage for pkg/remoting/config (#981) by EVERFID · 7 months ago
- 9ca5bd8 test: improve test coverage for pkg/protocol/branch (#982) by EVERFID · 7 months ago
- 7f181b6 test: improve test coverage for pkg/discovery/mock (#984) by EVERFID · 7 months ago
- 0747d09 test: improve test coverage for pkg/util/log (#964) by EVERFID · 8 months ago
- 1de80ee test: improve test coverage for pkg/util/errors (#962) by EVERFID · 8 months ago
- 205f8d9 test: improve test coverage for pkg/util/convert (#963) by EVERFID · 8 months ago
- e56d368 test: Improve test coverage for pkg/datasource/sql/exec/config (#966) by flypiggy · 8 months ago
- da8fbf5 Improve test coverage for pkg/datasource/sql/undo/base (#967) by flypiggy · 8 months ago
- c26ad1c test: improve test coverage for pkg/integration/gin (#969) by EVERFID · 8 months ago
- 4420143 test: Improve test coverage for pkg/datasource/sql/undo/factor (#972) by flypiggy · 8 months ago
- 075cb83 test: improve test coverage for pkg/integration/grpc (#970) by EVERFID · 8 months ago
- ad92ad8 test: improve test coverage for pkg/datasource/sql/hook (#978) by EVERFID · 8 months ago
- df6a5a9 test: improve test coverage for pkg/datasource/sql/types (#975) by 深几许 · 8 months ago
- cc5edf7 test: improve test coverage for pkg/datasource/sql/mock (#976) by 深几许 · 8 months ago
- 190b3b9 optimize: correct time format (#902) by ian · 8 months ago
- 7d32bd3 optimize: add missing VERSION file and version support (#895) by WyRainBow · 8 months ago
- 19c5e30 update go version (#880) (#931) by FengZhang · 9 months ago
- a1c3764 refactor(gin): improve log message (#901) by ian · 9 months ago
- a1816a9 optimize: fix go vet issue (#892) by jimin · 9 months ago
- f6da25c optimize: fix license header format (#893) by jimin · 9 months ago
- a481553 fix:fix bugs detected by doubao (#883) by heliang · 9 months ago
- d50ec63 fix: undefined changes node in license checker (#882) by FinnTew · 9 months ago
- f25b22c Fix active xa rollback failure and added error message judgment (#875) by Wiggins · 9 months ago
- 05db834 Update release notes (#870) by FengZhang · 10 months ago
- 32ce488 fix: Fix GetScanSlice not handling all column types in AT mode (#874) by ShenzhenGopher · 10 months ago
- 22f5f7c fix:The WithGlobalTx method returns the exception caught by recover (#849) by tanzegen · 10 months ago
- b89343b fix: The context issue of nested transactions (#848) by tanzegen · 10 months ago
- 33fa891 handle Unexpected transaction rollback (#828) by 1kasa · 10 months ago
- 755f1de fix: re-enabled integration test action (#835) by Zonglei Dong · 10 months ago
- c4c82f7 optimize issue template (#872) by KamTo Hung · 10 months ago
- c91a8f5 Fix : del metadatacache uppertablenamekey and increase tablemeta field uppertablename (#857) by Wiggins · 11 months ago v2.0.0 v2.0.0-rc01
- 7139e4e fix issue 859: update project icon in readme (#861) by Xin.Zh · 11 months ago
- 3c002d7 Fix multi knadh (#834) by Wiggins · 11 months ago
- d30ffd6 docs: eEnrich the project ReadMe (#844) by 深几许 · 12 months ago
- 8afac06 fix action errors (#839) by FengZhang · 12 months ago
- 8a24302 bugfix failed parsing table of delete sql (#850) by lxfeng1997 · 12 months ago
- dc565d0 Support Update join (#761) by lxfeng1997 · 12 months ago
- 3b1ebc9 Optimize/at build lock key performance (#837) by Wiggins · 1 year ago
- 6ce61a6 refactor: update SHA256 checksum command in makefile for cross-platfo… (#824) by lixingjia · 1 year, 1 month ago
- 28824d9 bugfix: Remove issue translation workflow as usthe/issues-translate-a… (#823) by 深几许 · 1 year, 1 month ago
- e11a3af Fix: HTTP/2 CONTINUATION flood vulnerability (GO-2024-2687) (#820) by Wiggins · 1 year, 1 month ago
- 936af39 fix: when using queryContext, it will cause the transaction to fail (#810) by FengZhang · 1 year, 1 month ago
- ff0f0a7 optimize: add some licenser header (#813) by jimin · 1 year, 1 month ago
- 8550da0 optimize: optimize transaction timeout judgment (#777) by Road2Melon · 1 year, 1 month ago
- a0d485f support ipv6 (#786) by lxfeng1997 · 1 year, 1 month ago
- 7e1a2bf feat: support get db version in conn (#802) by lxfeng1997 · 1 year, 2 months ago