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