1. 5e5979b doc: update 2.x.md for 2.6.0 release notes (#7921) by funkye · 27 hours ago 2.x
  2. 6160c7d test: add comprehensive unit tests for RaftRegistryServiceImpl (#7779) by Eric Wang · 5 days ago
  3. 5923c62 bugfix: handle timestamp with time zone in postgresql primary key (#7908) by lokidundun · 5 days ago
  4. 2897be9 optimize: remove @author info (#7913) by lokidundun · 6 days ago
  5. 72363f4 test: add Antlr tests to improve test coverage. (#7912) by maple · 7 days ago
  6. dcc7bce optimize: global transaction support non-private methods (#7867) by jsbxyyx · 8 days ago
  7. 3e93fa0 optimize: add comments to the namingserver address configuration (#7909) by 徐博 洪 · 10 days ago
  8. 183ae95 test: add unit tests for core module (LockStatus, MessageType, ProtocolConstants) (#7901) by NiMv1 · 10 days ago
  9. 1a94907 test: add unit tests for ConnectionContext class (#7900) by NiMv1 · 10 days ago
  10. b1db26b test: add unit tests for DBType and RedisKeyConstants in core module (#7874) by NiMv1 · 11 days ago
  11. 7fd5e59 refactor: Unify HTTP client utility to OkHttp3 (#7904) by xiaoyu · 11 days ago
  12. ac9c80f optimize: format content by Eric Wang · 12 days ago
  13. 253575f test: fix brittle RPC status test (#7819) by Steven Kusuman · 12 days ago
  14. 4435b8f feature: add global and branch session and lock management MCP tools (#7893) by 徐博 洪 · 12 days ago
  15. df0d72b test: fixes CI errors caused by timing issues in ZkConfigurationTest (#7907) by maple · 12 days ago
  16. b1e5538 optimize: refactor method and class names in the saga module (#7894) by MaoMaoandSnail · 12 days ago
  17. d73c687 test: add test for Fury/Fory (#7906) by jimin · 12 days ago
  18. 4b28148 optimize: replace fury with fory (#7885) by jimin · 13 days ago
  19. 340aa3c optimize: add the request and response objects in HTTP thread context (#7822) by lokidundun · 2 weeks ago
  20. ece45ac feature: add MCP custom configuration and authentication code (#7876) by 徐博 洪 · 2 weeks ago
  21. 4593c46 bugfix: raft split-brain causes incorrect cluster information (#7891) by funkye · 3 weeks ago
  22. 5219ca3 feature: console supports creation and modification of transaction groups for Raft clusters (#7878) by funkye · 3 weeks ago
  23. ec7be6b bugfix: the vgroup_table in the SQL files of all databases should use a three-column unique constraint. (#7881) by maple · 3 weeks ago
  24. 97abcd2 optimize: bump org.apache.tomcat.embed:tomcat-embed-core in /console (#7889) by dependabot[bot] · 3 weeks ago
  25. a3b2528 optimize: bump org.apache.tomcat.embed:tomcat-embed-core (#7888) by dependabot[bot] · 3 weeks ago
  26. d22e883 optimize: upgrade tomcat-embed-core version to 11.0.10 (#7884) by maple · 3 weeks ago
  27. ba2c224 feature: support fory serializer and fory undolog parser (#7503) by diguage · 3 weeks ago
  28. 2deed887 bugfix: correct server port and naming server port (#7879) by lokidundun · 3 weeks ago
  29. 8629d18 optimize: upgrade jacoco version (#7873) by 徐博 洪 · 3 weeks ago
  30. c13207c feature: upgrade the namingserver and console modules to JDK 25 and SpringBoot 3.5, and add the spring-ai dependency to the console module. (#7870) by 徐博 洪 · 3 weeks ago
  31. a72d265 feature: Automatically calculate the values for JVM parameters (#7872) by legendpei · 3 weeks ago
  32. b27e6be bugfix: fix index type misjudgment in Dm/KingbaseTableMetaCache (#7843) by lokidundun · 3 weeks ago
  33. 54462fd test: fix flaky testIsRaftMode and testToString in MetadataTest (#7859) by Xiaoyang Cai · 3 weeks ago
  34. 4124261 feature: support displaying cluster information in the console (#7857) by funkye · 3 weeks ago
  35. eea9b9d optimize: change build_arm64-binary CI to JDK25 Version and runs on ubuntu-24.04-arm (#7868) by 徐博 洪 · 3 weeks ago
  36. 906ecb2 feature: add support for managing transaction groups (#7851) by funkye · 3 weeks ago
  37. adfbef5 feature: Support HTTP/2 response handling for the Watch API in Server Raft mode (#7826) by xiaoyu · 3 weeks ago
  38. 26c3637 test: Fix flaky convertParamOfJsonStringTest in HttpTest (#7858) by Xiaoyang Cai · 3 weeks ago
  39. 93d9247 optimize: disallow messages with delay time levels in Seata transactions and add a corresponding test. (#7860) by aias00 · 3 weeks ago
  40. 2bfaf1e optimize: automatically skip console/namingserver on JDK<25 via (#7864) by 徐博 洪 · 3 weeks ago
  41. 1d70004 feature: Exclude namingserver and console module builds from build workflows with JDK versions less than 25 (#7863) by 徐博 洪 · 4 weeks ago
  42. 1b2a486 bugfix: fix comma missing (#7856) by lokidundun · 4 weeks ago
  43. 2aa4b57 optimize:upgrade min-document to version 2.19.1 or later (#7849) by Jiangke Wu · 4 weeks ago
  44. ec12edc optimize: upgrade js-yaml to version 3.14.2, 4.1.1 or later (#7847) by Jiangke Wu · 4 weeks ago
  45. 3ddb97a optimize: upgrade node-forge to version 1.3.2 or later (#7845) by Jiangke Wu · 4 weeks ago
  46. b94ee1d optimize: optimize README.md (#7809) by jimin · 4 weeks ago
  47. c41ff62 bugfix: resolve TransactionAutoConfiguration compatibility with Spring Boot 4.x (#7839) by contrueCT · 4 weeks ago
  48. 891ca5d test: fix combine test to avoid failure due to ordering (#7815) by Steven Kusuman · 5 weeks ago
  49. 32119ea optimize: support mariadb 3.x (#7807) by lokidundun · 5 weeks ago
  50. 55c5164 optimize:optimize lz4 compressor (#7829) by Jiangke Wu · 5 weeks ago
  51. 7eb5522 test: Fix flaky testGetPrimaryKeyOnlyName in TableMetaTest (#7827) by Xiaoyang Cai · 5 weeks ago
  52. 78c275e refactor: run the HTTP filter as a chain of responsibility (#7818) by funkye · 6 weeks ago
  53. cab5d50 optimize: add decode buffer limit (#7813) by jimin · 6 weeks ago
  54. 19e5013 test: fix non-deteriministic in JsonParserWrapTest#testToJSONString due to key order (#7801) by Xiaoyang Cai · 6 weeks ago
  55. ca86742 test: Deflake PK value comparison in multiple Insert Executor tests (#7808) by Xiaoyang Cai · 6 weeks ago
  56. 196bd34 test: Fix flaky testToStringAndCycleDependency in StringUtilsTest (#7800) by Xiaoyang Cai · 6 weeks ago
  57. 02f053b test: Fix three flaky tests in ConnectionContextProxyTest due to lock key order (#7802) by Xiaoyang Cai · 6 weeks ago
  58. 30de170 optimize: highlight pmd-check log (#7781) by lokidundun · 7 weeks ago
  59. 2495548 test: fix flaky DataCompareUtilsTest caused by nondeterministic Map key iteration order (#7803) by Xiaoyang Cai · 7 weeks ago
  60. 0ce2f9b test: add UT for seata-saga-statelang module (#7777) by lokidundun · 7 weeks ago
  61. 6cee250 test: fix testXARollbackWithResourceLock() to ensure ci runs normally (#7804) by maple · 7 weeks ago
  62. df3448f test: add UT for XA module (#7776) by maple · 7 weeks ago
  63. 21e5d68 refactor: rename GROUP_UPDATE_TIME to GROUP_UPDATE_TERM in ClusterWatcherManager (#7789) by xiaoyu · 7 weeks ago
  64. 4959cfb bugfix: Use xaActive to determine whether xaResource needs to execute the end method (#7708) by shukai · 7 weeks ago
  65. 1b63dd0 test: fix the NPE on ConsulConfigurationTest method (#7796) by lokidundun · 7 weeks ago
  66. 9998778 test: improve test coverage for rm-datasource (#7788) by Eric Wang · 7 weeks ago
  67. 8536df5 test: fix `ClusterWatcherManagerTest` (#7785) by lokidundun · 8 weeks ago
  68. 5a89e80 bugfix: shentongdata xa mode should be hold the same connection (#7771) by hanshaohua · 8 weeks ago
  69. 1f69f34 optimize: optimize common module (#7721) by jimin · 8 weeks ago
  70. ca68871 refactor: refactor test module (#7698) by jimin · 8 weeks ago
  71. 5bd43f3 reactor: reactor extensions module (#7688) by jimin · 8 weeks ago
  72. 43c5818 test: add some UT for server/coordinator module (#7764) by Eric Wang · 8 weeks ago
  73. 5c25776 test: add unit tests for server cluster module (#7767) by Eric Wang · 8 weeks ago
  74. 2e8983a test: improve test coverage for server/console (#7774) by Eric Wang · 8 weeks ago
  75. fb05a3b optimize docker image building process (#7768) by Jiangke Wu · 9 weeks ago
  76. dbcd5af optimize: fix some spell errors in code and comments (#7710) by jimin · 9 weeks ago
  77. 0fb5e8f test: add UT for RegistryNamingServerProperties and RegistryMetadataProperties (#7763) by lokidundun · 10 weeks ago feature_mcp_server
  78. 50879a4 bugfix: fix Byte[] type to ensure the correct primary key value. (#7761) by maple · 10 weeks ago
  79. 6f1e37d test: add UT for undo module (#7757) by maple · 10 weeks ago
  80. f9345e0 test: fix JUnit test method access modifiers and annotations (#7635) by contrueCT · 10 weeks ago
  81. 8722d51 test: add some UT for server module (#7750) by Eric Wang · 10 weeks ago
  82. 61e375f bugfix: undo log table name dynamic derivation (#7747) by maple · 10 weeks ago
  83. 94a44ef bugfix: fix error parsing application/x-www-form-urlencoded requests in Http2HttpHandler (#7749) by xiaoyu · 10 weeks ago
  84. 8682358 optimize: remove unused dependency (#7751) by Eric Wang · 2 months ago
  85. 5a80340 test: add tests for DefaultResourceManager and ClusterWatcherManager (#7737) by lokidundun · 2 months ago
  86. bc69f5f optimize: upgrade Apache Tomcat dependency from 9.0.109 to 9.0.110 (#7744) by maple · 2 months ago
  87. 7e28b3d optimize:enhance HttpClient to support h2c (#7740) by xiaoyu · 2 months ago
  88. 4db8996 optimize: upgrade Apache Tomcat dependency from 9.0.108 to 9.0.109 (#7743) by maple · 2 months ago
  89. c7e0ea7 test: add some UT for core module (#7733) by Eric Wang · 2 months ago
  90. a2e0b97 optimize:supports publishing image based on JDK 25 (#7741) by Jiangke Wu · 2 months ago
  91. 6bc3261 optimize: optimize docker image building process (#7739) by Jiangke Wu · 2 months ago
  92. df7172d test: add some UT test (#7728) by Eric Wang · 2 months ago
  93. 6a417a7 test: add UT for rm.fence (#7731) by maple · 2 months ago
  94. dc9bf00 test: add UT test for compressor module (#7725) by Eric Wang · 3 months ago
  95. ff480e7 test: add UT test for config module (#7718) by Eric Wang · 3 months ago
  96. 1053cdd test: add UT for fastjson2 for PostgreSQL Array type (#7723) by maple · 3 months ago
  97. 5b58b33 test: add test for compatible module (#7727) by Eric Wang · 3 months ago
  98. 9087cbc optimize: serializer type meaning (#7722) by jsbxyyx · 3 months ago
  99. 0cd141c refactor: replace synchronization logic in AbstractNettyRemotingClient (#7719) by lokidundun · 3 months ago
  100. da686b1 optimize: fix frontend security vulnerabilities (#7704) by jimin · 3 months ago