1. 643ffa3 Merge remote-tracking branch 'upstream/develop' by alanxtl · 2 days ago main
  2. d4b4fbf refactor: replace golang mock with uber mock (#3699) by xiaobaicai66695 · 2 days ago
  3. b7086bd feat(triple): performance optimization for Triple unary hot path (#3706) by Li Zining · 3 days ago
  4. 56889b4 refactor(deps): migrate gost stdlib thin wrappers, uber atomic and pkg/errors to stdlib (#3695) by DaWesen · 3 days ago
  5. 130b2a6 fix(getty): fix the getty poll bug described at #3509 (#3592) by Xuetao Li · 3 days ago
  6. 2046d8d Feat: Add ZK config cache (#3612) by wm_03 · 3 days ago
  7. 744af79 fix(generic): honor m tag options (#3709) by Oxidaner · 3 days ago
  8. 4154395 feat(triple): add HTTP/3 receive window config (#3704) by CAICAII · 4 days ago
  9. e3802a8 fix(filter): make access log goroutine shutdown test race-safe (#3713) by Li Zining · 4 days ago
  10. 672933f fix(dubbo): accept bare-ms timeout attachment so failover retries keep the configured timeout (#3714) by eye-gu · 6 days ago
  11. 76de7fe chore: upgrade logging dependencies (logrus, zap, go-isatty) (#3703) by Gerard · 10 days ago
  12. d9557d5 feat(metadata): expose observability for metadata source, storage typ… (#3685) by Modo · 11 days ago
  13. 8e1e721 build(deps): bump github.com/gorilla/websocket from 1.4.2 to 1.5.3 (#3702) by dependabot[bot] · 11 days ago
  14. 422a66a fix(polaris): resolve nil pointer panic on startup and route miss (#3303) (#3697) by hysu · 11 days ago
  15. c6a4a61 refactor: replace vault jsonutil usage (#3696) by xiaobaicai66695 · 11 days ago
  16. 4da5e9e Merge branch 'develop' of https://github.com/apache/dubbo-go into develop by alexstocks · 12 days ago
  17. c150ca4 perf(remoting): share one backend client per ZK/Nacos cluster across registry, config-center and metadata-report (#3573) (#3635) by 超級の新人 · 12 days ago
  18. a9e32b5 deps(zookeeper): migrate from dubbogo/go-zookeeper fork to upstream go-zookeeper/zk (#3459) (#3690) by Yuxuan Lv · 13 days ago
  19. 630e283 fix(triple): stop HTTP/2/HTTP/3 startup from hanging Run (#3645) by Li Zining · 13 days ago
  20. 6647d6a fix: retry failed application-level AddListener with capped backoff (#3624) (#3634) by AsperforMias · 2 weeks ago
  21. 106675b fix: self-heal application-level discovery after transient metadata failure (#3615) (#3625) by AsperforMias · 2 weeks ago
  22. 0f0ee4c docs: complete Triple configuration field comments (#3674) by 班尼牛 · 2 weeks ago
  23. 788f558 Feat: enhance mapping observability (#3605) by Modo · 2 weeks ago
  24. ca39fe2 fix(graceful_shutdown, loadbalance): prevent hard exits and P2C panics (#3591) by Nene7ko_ · 2 weeks ago
  25. 2210462 fix(metadata, protocol, proxy): preserve request context across RPC paths (#3579) by Nene7ko_ · 2 weeks ago
  26. c79f616 fix:cache manager race #3569 (#3601) by xiaobaicai66695 · 2 weeks ago
  27. da58386 fix(triple): filter http.ErrServerClosed in single-protocol server shutdown (#3671) by Li Zining · 2 weeks ago
  28. 598aa49 fix(invocation): guard ActualMethodName type assertion to avoid panic (#3684) by Lcos · 2 weeks ago
  29. 3945883 fix(benchmark): Add support for dubbo-java benchmark (#3689) by Li Zining · 2 weeks ago
  30. 6dea7f5 fix(generic): honor m tags during realization (#3505) by Oxidaner · 2 weeks ago
  31. 9757e77 docs(router): complete script router comments and unit test coverage (#3682) by MaoMeng · 2 weeks ago
  32. a65cdc1 chore: add doc comments and unit tests for metadata customizers (#3678) by DaWesen · 2 weeks ago
  33. fcb2e5d feat(triple): add HTTP/3 transport options (#3681) by CAICAII · 2 weeks ago
  34. c32066f fix(filter/generic): guard $invoke arg type assertions to avoid panic (#3680) by Lcos · 2 weeks ago
  35. 0c194eb fix(tool): drain in-flight requests before canceling ctx in engine.Stop() (#3677) by Li Zining · 2 weeks ago
  36. 6443c82 chore: add doc comments and unit tests for instance customizers (#3676) by DaWesen · 2 weeks ago
  37. 3996cc8 feat(triple): dispatch non-IDL wrapper decoding by SerializeType (#3550) by eye-gu · 3 weeks ago
  38. 08a4387 fix(protocol/triple): SendHeader writes into ResponseHeader instead of RequestHeader (#3668) by Lcos · 3 weeks ago
  39. 9fba1ad fix(config): guard the global dynamicConfiguration with a RWMutex (#3669) by Li Zining · 3 weeks ago
  40. a31acfb docs(metrics): improve comments and test coverage of metrics options and rpc error classifier (#3665) by Yu · 3 weeks ago
  41. e74a8d7 fix(triple): preserve CodeBizError over the Triple unary transport (#3655) by anchor · 3 weeks ago
  42. c2d08ba feat(ospp): task 10 (#3662) by SouthwestAsiaFloat · 3 weeks ago
  43. 27de375 chore(triple): add doc comments and boundary tests for stream APIs (#3663) by Li Zining · 3 weeks ago
  44. 77cef1a docs(metadata): complete metadata option comments and unit test coverage (#3657) by MaoMeng · 3 weeks ago
  45. 5eb9b25 docs(metadata): complete metadatainfo comments and unit test coverage (#3666) by MaoMeng · 3 weeks ago
  46. b3adb33 fix(registry): publish app metadata only once after registering all instances (#3590) by Li Zining · 3 weeks ago
  47. d4733b1 feat(triple): share HTTP/3 QUIC config with client (#3620) by CAICAII · 3 weeks ago
  48. 8409492 chore: simplify issue templates (#3659) by Xuetao Li · 3 weeks ago
  49. 419c84a modernize github ci by alanxtl · 3 weeks ago
  50. a10df2f fix(router): preserve v3.0 condition flags (#3658) by xiaobaicai66695 · 3 weeks ago
  51. 581b831 docs(registry): complete Registry Options comments and unit test cove… (#3653) by 641-git641 · 3 weeks ago
  52. ffbbcc3 docs(triple): complete Triple Header/Error comments and unit test coverage (#3649) by Li Zining · 3 weeks ago
  53. 830dfbb ci: fixes codeql ci fail (#3652) by Xuetao Li · 3 weeks ago
  54. 387ea9a Merge branch 'main' into develop by Xin.Zh · 3 weeks ago
  55. f0ef149 Merge branch 'main' into develop by alexstocks · 3 weeks ago
  56. 7125a09 perf(metadata): pipeline ZooKeeper revision reads (#3602) by xiaobaicai66695 · 3 weeks ago
  57. 81abe9d Fix(generic): complete typed result and generic mode handling (#3618) by XiaoFei · 3 weeks ago
  58. fc7a3ca docs: improve functional option API comments (#3642) by xiaobaicai66695 · 3 weeks ago
  59. 910b389 Refactor/triple comments helpers (#3643) by 翎 · 3 weeks ago
  60. e373d9d feat(openapi): support oneof fields for protoc-gen-triple-openapi (#3637) by XiaoFei · 3 weeks ago
  61. e1bd4e8 fix(triple): guard httpSrv/http3Srv access with atomic pointers (#3639) by Li Zining · 3 weeks ago
  62. 755f48e feature(triple): support bean generic mode and retain protobuf compatibility (#3507) by 翎 · 3 weeks ago
  63. 39eeb2b fix(protocol, registry, remoting, graceful_shutdown): handle ignored errors across rpc paths (#3574) by Nene7ko_ · 3 weeks ago
  64. e506f0d fix(config_center/nacos): remove unused context.WithCancel and call CancelListenConfig on last listener removal (#3441) by aias00 · 4 weeks ago
  65. b6dc235 fix: subscribe provided-by applications initially (#3623) by Lcos · 4 weeks ago
  66. 4649e85 fix: make lifecycle waits cancellable (#3599) by DadaVinqi · 4 weeks ago
  67. 8b14fda fix(protocol/triple): return standard errors in SetHeader, SetTrailer, SendHeader (#3633) by Yash Israni · 4 weeks ago
  68. e50cfc6 feat(openapi): generate descriptions from proto comments (#3630) by XiaoFei · 4 weeks ago
  69. 2edb07e test(protocol/triple): add unit tests for hessian2Codec and msgpackCodec (#3627) by Yash Israni · 4 weeks ago
  70. d39c997 fix(protocol/triple): handle ParseDuration error for keepalive config (#3622) by Yash Israni · 4 weeks ago
  71. ee88f77 feat(metadata): add descriptions for GetMethods(), GetParams() and NewServiceInfoWithURL() (#3619) by Nene7ko_ · 4 weeks ago
  72. b2ab70e chore(global): global config formatting (#3616) by MaoMeng · 4 weeks ago
  73. 115af01 fix(openapi): generate enum components and map value schemas (#3609) by XiaoFei · 4 weeks ago
  74. 0a0ce09 docs(protocol): unify protocol option comments (#3610) by xiaobaicai66695 · 4 weeks ago
  75. 5f9deab test(openAPI): add golden tests for protoc-gen-triple-openapi (#3606) by XiaoFei · 4 weeks ago
  76. f2ec52e fix: correct inverted guard in WithRegistryIDs/WithProtocolIDs (#3604) by MaoMeng · 4 weeks ago
  77. 0d06f3b chore(triple): clean up draft TODOs and unify comment style in the triple link (#3607) by Li Zining · 4 weeks ago
  78. a350e10 docs(metrics): document RPC error classifier categories (#3603) by aias00 · 4 weeks ago
  79. 62476d5 fix(filter, protocol, registry, config_center): guard unsafe type assertions (#3563) by Nene7ko_ · 4 weeks ago
  80. 973a608 chore(doc): Update copyright year in NOTICE file (#3593) by Xuetao Li · 4 weeks ago
  81. c7452e1 feat(triple): add server http3 quic config helper (#3299) by CAICAII · 4 weeks ago
  82. 5115498 feat(tools): add benchmark suite for Dubbo-Go, Dubbo-Java and gRPC (#3502) by _衣服修改 · 4 weeks ago
  83. 4602618 fix(filter, registry): close access log files on error paths (#3561) by Nene7ko_ · 4 weeks ago
  84. e94fa7e fix(generic): reject unsupported generic modes in filters (#3501) by XiaoFei · 4 weeks ago
  85. b120666 feat(generic): validate generic mode and clarify config API (#3500) by Yuxuan Lv · 4 weeks ago
  86. e487ba3 refactor: use GenericException from dubbo-go-hessian2 (#3498) by Modo · 4 weeks ago
  87. 48d6e69 fix: restore go.sum for generated CLI projects (#3589) by Xin.Zh · 5 weeks ago tools/dubbogo-cli/v1.0.1 tools/imports-formatter/v1.0.11 tools/protoc-gen-go-triple/v3.3.2 tools/protoc-gen-triple-openapi/v3.3.2
  88. a363434 fix: preserve wrapped error handling (#3580) by nightcityblade · 5 weeks ago
  89. 484ff8f build: upgrade direct YAML usage to go.yaml.in/yaml/v4 (#3586) by dev_Hakaze · 5 weeks ago
  90. cdda54b docs: add Dubbo-Go 3.3.2 changelog (#3588) by Xin.Zh · 5 weeks ago v3.3.2
  91. 144d127 fix: update dubbogo CLI templates for Dubbo-Go 3.3 (#3587) by Xin.Zh · 5 weeks ago
  92. a62a44a update tools (#3585) by Xuetao Li · 5 weeks ago
  93. 53d81d1 chore: prepare the release for version 3.3.2 (#3469) by Xuetao Li · 6 weeks ago v3.3.1-20260727
  94. 5e87b06 fix(registry): add lock protection for serviceListeners map access (#3442) by aias00 · 6 weeks ago
  95. 0f71ba0 fix(cluster): eliminate data race on StickyInvoker with atomic.Value (#3439) by aias00 · 6 weeks ago
  96. 110bd65 fix(polaris): reconcile initial subscribe snapshot (#3482) by Mochimia · 6 weeks ago
  97. e2eb0c4 perf(common): optimize IsEquals and ToMap to reduce allocations (#3488) by 超級の新人 · 7 weeks ago
  98. bcd6aa4 fix triple unary response metadata (#3446) by Xuetao Li · 8 weeks ago
  99. 1360af3 style: clean up minor review issues (#3484) by Xin.Zh · 8 weeks ago
  100. c1db7f1 chore(style): modernize the code style (#3471) by Xuetao Li · 8 weeks ago