1. 387ea9a Merge branch 'main' into develop by Xin.Zh · 35 hours ago main
  2. 7125a09 perf(metadata): pipeline ZooKeeper revision reads (#3602) by xiaobaicai66695 · 35 hours ago
  3. 81abe9d Fix(generic): complete typed result and generic mode handling (#3618) by XiaoFei · 35 hours ago
  4. fc7a3ca docs: improve functional option API comments (#3642) by xiaobaicai66695 · 35 hours ago
  5. 910b389 Refactor/triple comments helpers (#3643) by 翎 · 2 days ago
  6. e373d9d feat(openapi): support oneof fields for protoc-gen-triple-openapi (#3637) by XiaoFei · 2 days ago
  7. e1bd4e8 fix(triple): guard httpSrv/http3Srv access with atomic pointers (#3639) by Li Zining · 2 days ago
  8. 755f48e feature(triple): support bean generic mode and retain protobuf compatibility (#3507) by 翎 · 2 days ago
  9. 39eeb2b fix(protocol, registry, remoting, graceful_shutdown): handle ignored errors across rpc paths (#3574) by Nene7ko_ · 2 days ago
  10. e506f0d fix(config_center/nacos): remove unused context.WithCancel and call CancelListenConfig on last listener removal (#3441) by aias00 · 3 days ago
  11. b6dc235 fix: subscribe provided-by applications initially (#3623) by Lcos · 3 days ago
  12. 4649e85 fix: make lifecycle waits cancellable (#3599) by DadaVinqi · 3 days ago
  13. 8b14fda fix(protocol/triple): return standard errors in SetHeader, SetTrailer, SendHeader (#3633) by Yash Israni · 3 days ago
  14. e50cfc6 feat(openapi): generate descriptions from proto comments (#3630) by XiaoFei · 3 days ago
  15. 2edb07e test(protocol/triple): add unit tests for hessian2Codec and msgpackCodec (#3627) by Yash Israni · 4 days ago
  16. d39c997 fix(protocol/triple): handle ParseDuration error for keepalive config (#3622) by Yash Israni · 5 days ago
  17. ee88f77 feat(metadata): add descriptions for GetMethods(), GetParams() and NewServiceInfoWithURL() (#3619) by Nene7ko_ · 5 days ago
  18. b2ab70e chore(global): global config formatting (#3616) by MaoMeng · 5 days ago
  19. 115af01 fix(openapi): generate enum components and map value schemas (#3609) by XiaoFei · 5 days ago
  20. 0a0ce09 docs(protocol): unify protocol option comments (#3610) by xiaobaicai66695 · 7 days ago
  21. 5f9deab test(openAPI): add golden tests for protoc-gen-triple-openapi (#3606) by XiaoFei · 7 days ago
  22. f2ec52e fix: correct inverted guard in WithRegistryIDs/WithProtocolIDs (#3604) by MaoMeng · 7 days ago
  23. 0d06f3b chore(triple): clean up draft TODOs and unify comment style in the triple link (#3607) by Li Zining · 7 days ago
  24. a350e10 docs(metrics): document RPC error classifier categories (#3603) by aias00 · 7 days ago
  25. 62476d5 fix(filter, protocol, registry, config_center): guard unsafe type assertions (#3563) by Nene7ko_ · 7 days ago
  26. 973a608 chore(doc): Update copyright year in NOTICE file (#3593) by Xuetao Li · 9 days ago
  27. c7452e1 feat(triple): add server http3 quic config helper (#3299) by CAICAII · 9 days ago
  28. 5115498 feat(tools): add benchmark suite for Dubbo-Go, Dubbo-Java and gRPC (#3502) by _衣服修改 · 9 days ago
  29. 4602618 fix(filter, registry): close access log files on error paths (#3561) by Nene7ko_ · 9 days ago
  30. e94fa7e fix(generic): reject unsupported generic modes in filters (#3501) by XiaoFei · 9 days ago
  31. b120666 feat(generic): validate generic mode and clarify config API (#3500) by Yuxuan Lv · 9 days ago
  32. e487ba3 refactor: use GenericException from dubbo-go-hessian2 (#3498) by Modo · 9 days ago
  33. 48d6e69 fix: restore go.sum for generated CLI projects (#3589) by Xin.Zh · 11 days 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
  34. a363434 fix: preserve wrapped error handling (#3580) by nightcityblade · 11 days ago
  35. 484ff8f build: upgrade direct YAML usage to go.yaml.in/yaml/v4 (#3586) by dev_Hakaze · 11 days ago
  36. cdda54b docs: add Dubbo-Go 3.3.2 changelog (#3588) by Xin.Zh · 12 days ago v3.3.2
  37. 144d127 fix: update dubbogo CLI templates for Dubbo-Go 3.3 (#3587) by Xin.Zh · 13 days ago
  38. a62a44a update tools (#3585) by Xuetao Li · 13 days ago
  39. 53d81d1 chore: prepare the release for version 3.3.2 (#3469) by Xuetao Li · 3 weeks ago v3.3.1-20260727
  40. 5e87b06 fix(registry): add lock protection for serviceListeners map access (#3442) by aias00 · 3 weeks ago
  41. 0f71ba0 fix(cluster): eliminate data race on StickyInvoker with atomic.Value (#3439) by aias00 · 3 weeks ago
  42. 110bd65 fix(polaris): reconcile initial subscribe snapshot (#3482) by Mochimia · 3 weeks ago
  43. e2eb0c4 perf(common): optimize IsEquals and ToMap to reduce allocations (#3488) by 超級の新人 · 4 weeks ago
  44. bcd6aa4 fix triple unary response metadata (#3446) by Xuetao Li · 4 weeks ago
  45. 1360af3 style: clean up minor review issues (#3484) by Xin.Zh · 5 weeks ago
  46. c1db7f1 chore(style): modernize the code style (#3471) by Xuetao Li · 5 weeks ago
  47. b87881a fix: generate dependency locks for CLI scaffolds (#3483) by Xin.Zh · 5 weeks ago
  48. ca069ff chore(CI-riscv): Add CI for RISC-V build (#3470) by Xuetao Li · 5 weeks ago
  49. 25d2f0c expose (#3481) by Xuetao Li · 5 weeks ago
  50. 4879a3c fix(remoting): clean up pendingResponses on error paths to prevent map leak (#3440) by aias00 · 5 weeks ago
  51. 5683612 fix: remove stale providers after initial subscribe load (#3479) by AsperforMias · 5 weeks ago
  52. 17c7478 fix(otel): fix metadataSupplier Get/Set type mismatch breaking trace propagation (#3433) by aias00 · 5 weeks ago
  53. 9c5f820 fix(triple): make stream response close non-blocking (#3466) by Mochimia · 5 weeks ago
  54. 6f95e34 build(deps): bump golang.org/x/net from 0.52.0 to 0.55.0 (#3467) by dependabot[bot] · 6 weeks ago
  55. 630393d fix(triple_protocol): replace Buf Technologies license header with ASF header (#3464) by aias00 · 6 weeks ago
  56. 9c955e9 test(triple): add concurrent send/close guards for duplexHTTPCall (#3462) by 超級の新人 · 6 weeks ago
  57. c8add4b feat(metadata): add renew and GC policy for app-level metadata (#3371) by eye-gu · 7 weeks ago
  58. c745999 feat(metadata): add concurrency safety for application-level metadata state (#3353) (#3367) by jieguo · 7 weeks ago
  59. 706090f feat(service-discovery): 稳定应用级服务发现使用的元数据key (#3362) by Xuetao Li · 7 weeks ago
  60. 8b5bbcf [config] Decouple config reader and remove config package (#3449) by Xuetao Li · 7 weeks ago
  61. 01e36da refactor: remove root config compatibility bridge (#3448) by 翎 · 8 weeks ago
  62. e0e291c docs: update filter README (#3447) by Xuetao Li · 8 weeks ago
  63. ccb2f66 refactor: migrate graceful shutdown config to global (#3386) by Oxidaner · 8 weeks ago
  64. 9fcee8d feat(triple): expose unary response metadata via call options (#3443) by ヴァニラシ · 8 weeks ago
  65. 0d97613 fix(triple): skip unsupported compat trailer attachments (#3418) by 吴杨帆 · 8 weeks ago
  66. 43348b4 fix(getty): check error before using buf in server Write (#3434) by aias00 · 8 weeks ago
  67. 04b27a9 fix(loadbalance): fix data race in RoundRobin setWeight and increaseCurrent (#3435) by aias00 · 8 weeks ago
  68. fcbbd09 fix: toKey now uses configured hash.arguments indexes instead of slice positions (#3432) by Stefano Maffeis · 8 weeks ago
  69. 93fe03a fix(loadbalance): prevent panic in consistent hash toKey for non-string args (#3430) by aias00 · 8 weeks ago
  70. e741e0e fix(triple): canonicalize context metadata headers (#3428) by 吴杨帆 · 8 weeks ago
  71. fd4dea4 fix(router): avoid script process panic on invalid config (#3417) by 吴杨帆 · 8 weeks ago
  72. 7165f97 build: update grpc dependencies (#3427) by 吴杨帆 · 8 weeks ago
  73. d4ce453 perf(triple): add fast paths for common content-type canonicalization (#3416) by Harsh Mehta · 9 weeks ago
  74. 54b65bd refactor(extension): use registry for shutdown callbacks (#3388) by 吴杨帆 · 9 weeks ago
  75. 0139a9b perf(loadbalance): reduce temporary selection allocations (#3415) by ヴァニラシ · 9 weeks ago
  76. bd1c9f1 feat(loadbalance): introduce GetWeightAt for consistent weight calculation using Unix timestamp (#3410) by Harsh Mehta · 9 weeks ago
  77. 885bc36 perf(registry): pre-size service-discovery maps and slices on instance changes (#3414) by wm_03 · 9 weeks ago
  78. 56fe55b refactor: remove legacy config handling from variadicrpccheck (#3413) by ヴァニラシ · 9 weeks ago
  79. 4e03074 perf(common): optimize URL key string construction (#3412) by wm_03 · 9 weeks ago
  80. 4d93c11 fix(metadata): harden remote MetadataInfo loading with fallback, nil guards and error chain (#3395) by Nene7ko_ · 9 weeks ago
  81. ad0c578 refactor(getty): remove legacy config dependency from remoting/getty (#3401) by Yuqi Qiao · 9 weeks ago
  82. a7b6ee6 perf(common): optimize URL.String() locking and string building (#3404) by wm_03 · 9 weeks ago
  83. f7f350c perf(common): reduce URL CloneWithFilter and MergeURL params copying (#3403) by ヴァニラシ · 9 weeks ago
  84. 1ce8314 Feat: add benchmarks for common.URL (#3399) by wm_03 · 9 weeks ago
  85. 5774b3d fix(metadata): preserve application tag in metadata info (#3400) by Aether · 9 weeks ago
  86. e1031b7 Feat/revision canonical metadata (#3370) by Yuqi Qiao · 9 weeks ago
  87. c26a24c [doc] update readme farmework pic (#3358) by Xuetao Li · 9 weeks ago
  88. d44bc18 [FEAT] delete synthesizer logic (#3360) by Xuetao Li · 9 weeks ago
  89. ab00bd4 feat(router): add router chain snapshot cache (#3305) by Aether · 9 weeks ago
  90. fc7f14f feat(metadata): Clarify metadata report selection for multi-registry and multi-instance scenarios (#3369) by Nene7ko_ · 9 weeks ago
  91. cdf6f2f feat(metadata): strengthen service-app mapping consistency, retry and… (#3373) by Yuxuan Lv · 9 weeks ago
  92. 60dfab6 test(triple): allow invalid stream send close errors (#3379) by 吴杨帆 · 9 weeks ago
  93. e17b91c [Enhancement] remove legacy config package (#3372) by hurukawa · 9 weeks ago
  94. f23f29b refactor(url): clarify append param API (#3390) by 吴杨帆 · 9 weeks ago
  95. 8e96ea3 test(hessian2): cover pointer long response fields (#3382) by 吴杨帆 · 9 weeks ago
  96. dde23ab docs(generic): explain response attachment access (#3381) by 吴杨帆 · 9 weeks ago
  97. 6c49e65 docs(triple): document header and trailer usage (#3380) by 吴杨帆 · 9 weeks ago
  98. 38520f3 fix(common): omit trailing ? in URL.String() without query params (#3328) by 吴杨帆 · 9 weeks ago
  99. b19d5b4 Update Codecov action to version 7 (#3375) by Xuetao Li · 9 weeks ago
  100. 6dcf835 build(deps): bump github.com/quic-go/quic-go from 0.52.0 to 0.59.1 (#3368) by dependabot[bot] · 2 months ago