1. 8d66cfc xds: handle receipt of server-side listener resource on the client, and vice-versa (#9152) by Marcin Swierczek · 10 hours ago master
  2. 5c7f936 xds: refactor xDS Client Interceptor API to support CallOption propagation. (#9168) by Pranjali-2501 · 10 days ago
  3. 9a130aa xds: implement xDS-Based HTTP CONNECT support (gRFC A86). (#9151) by Pranjali-2501 · 11 days ago
  4. f186495 credentials: add `GcpServiceAccountIdentityCallCredentials` call credentials type (gRFC A83). (#9118) by Pranjali-2501 · 13 days ago
  5. c76cc7f xds/googlec2p: enable DirectPath over Interconnect support for on-prem clients (#9133) by Pranjali-2501 · 13 days ago
  6. bd197fb deps: update dependencies for all modules (#9173) by Madhav Bissa · 13 days ago
  7. faa34bf fix: flaky-interceptor issue (#9149) by Srayansh Avadhesh Gupta · 14 days ago
  8. cd25711 test: remove unnecessary Ref() calls (#9165) by Arjan Singh Bal · 2 weeks ago
  9. 5d29b0c xds: enable GRPC_EXPERIMENTAL_XDS_ORCA_LRS_PROPAGATION to true by default as part of A85 (#9145) by Madhav Bissa · 2 weeks ago
  10. 859dc45 Change version to 1.83.0-dev (#9172) by Madhav Bissa · 2 weeks ago v1.83.0-dev
  11. 0f3086d Fix minor issues not covered by PR #9137 (#9147) by Marcin Swierczek · 2 weeks ago v1.82.x
  12. fef07fb internal: Split v3procservicepb import into pb and grpc for extproc (#9163) by Madhav Bissa · 3 weeks ago
  13. 91dd64f transport: surface subsequent data when receiving non-gRPC header (#8929) by Chengxi Luo · 3 weeks ago
  14. adc97de test/kokoro: add config for regional-td test (#9158) by MV Shiva · 3 weeks ago
  15. 57c9ff1 xds: ensure full-string matching for RBAC Filter rules (#9148) by Pawan Bhardwaj · 3 weeks ago
  16. b58f32d server: Set a pprof label on new stream goroutines (#9082) by dfinkel · 4 weeks ago
  17. 6c98be3 refactor(transport): extract shared stream state handling logic in `loopyWriter.processData()` (#9125) by Kausthubh J Rao · 4 weeks ago
  18. bcaa6f4 rls: only reset backoff on recovery from TRANSIENT_FAILURE (#9137) by Marcin Swierczek · 4 weeks ago
  19. 429e6e0 balancer: expose endpoint weight and hostname as experimental APIs (#9074) by hpathak01 · 4 weeks ago
  20. 761e655 grpc: limit decompression size in legacy gzip Decompressor to prevent OOM (#9114) by evilgensec · 4 weeks ago
  21. 18a8d3d extproc: implement ClientFilter and ClientFilterBuilder interface (#9086) by eshitachandwani · 4 weeks ago
  22. db35da8 credentials/alts: fix the leaked context and close handshaker properly (#9091) by Luwei Ge · 4 weeks ago
  23. 6093108 xds/server: Fix memory leak of ServerInterceptor instances during RDS updates (#9138) by Easwar Swaminathan · 4 weeks ago
  24. 037c6ef extproc: register filter and parse base and override config (#9073) by eshitachandwani · 5 weeks ago
  25. 4ee6ac4 xds/resolver: support HTTP filters for routes using cluster specifier plugins (#9100) by Pranjali-2501 · 5 weeks ago
  26. 39f1653 internal/grpcutil: remove FullMatchWithRegex to prevent data race (#9134) by eshitachandwani · 5 weeks ago
  27. 1c8e095 transport: change serverHandlerTransport to call Close instead of panic from Drain function (#9136) by eshitachandwani · 5 weeks ago
  28. 1bb9742 encoding: call Close on decompressor reader if it implements io.Closer (#9135) by Pranjali-2501 · 5 weeks ago
  29. f1360fb balancergroup: merge whitebox tests into blackbox test (#9094) by Elric · 5 weeks ago
  30. bb023f8 gemini: wrap lines at 80-cols to make linter happy (#9131) by Easwar Swaminathan · 5 weeks ago
  31. 6602080 experimental/stats: Expose Telemetry Label Callback (#8877) by Seth Epps · 5 weeks ago
  32. fd8a106 github: Add styleguide for Gemini Code Assist (#9124) by Arjan Singh Bal · 6 weeks ago
  33. 7c47d2a test: incoming RPC that contains a path with double leading slashes (#9120) by Easwar Swaminathan · 6 weeks ago
  34. 1c63fa5 grpc: remove support for env var GRPC_GO_EXPERIMENTAL_DISABLE_STRICT_PATH_CHECKING (#9112) by Easwar Swaminathan · 7 weeks ago cmd/protoc-gen-go-grpc/v1.6.2
  35. 959af53 transport: set current timestamp in channelz socket metrics (#9109) by Easwar Swaminathan · 7 weeks ago
  36. 94b9449 xds/rbac: enforce strict presence-based short-circuit in authenticatedMatcher (#9111) by Alan Ortega Alamo · 7 weeks ago
  37. 89fe783 grpc: Document interactions between static flow control window options (#9096) by Arjan Singh Bal · 7 weeks ago
  38. 3d0dd1e cmd/protoc-gen-go-grpc: Update to latest version of grpc-go (#9110) by Easwar Swaminathan · 7 weeks ago
  39. 811290b stats/opentelemetry: restore the changes from #8342 and fix the flaky test. (#8923) by Pranjali-2501 · 7 weeks ago
  40. 679ae4c stats: use correct import for services (#9107) by Easwar Swaminathan · 7 weeks ago
  41. 850cc54 grpc: Remove ErrRetriesExhausted type in favor of error string (#9105) by Arjan Singh Bal · 8 weeks ago
  42. 3d82ab3 otel: Segregate client and server RPCInfo used for metrics and traces (#9081) by Madhav Bissa · 8 weeks ago
  43. a481b8f cleanup: removing TODO to improve timeouts encoding. (#9101) by Pranjali-2501 · 8 weeks ago
  44. eafb29a Revert "xds/rbac: handle errors returned from matcher evaluation (#9092)". (#9099) by Pranjali-2501 · 8 weeks ago
  45. bdf4571 interop/orcalb: Delegate SubConn management to pick_first (#8914) by Niraj Nepal · 8 weeks ago
  46. fa4c702 xds/rbac: handle errors returned from matcher evaluation (#9092) by Pranjali-2501 · 8 weeks ago
  47. 4ac8a45 grpc: use enum instead of integer in return statements in compress() (#9089) by Easwar Swaminathan · 8 weeks ago
  48. d9d87bd xds/resolver: change int32 to atomic.int32 (#9080) by eshitachandwani · 9 weeks ago
  49. ac4aa01 cleanup: replace net.IP with netip.Addr in tests (#9075) by Bala Nallamilli · 9 weeks ago
  50. 29665f4 transport: Pool read buffers used by the HTTP/2 framer (#9032) by Arjan Singh Bal · 9 weeks ago
  51. f6304e9 internal/transport: defer calls to mu.Unlock in the stream inbound flow control implementation (#9077) by Easwar Swaminathan · 9 weeks ago
  52. ab7a2aa clusterimpl: fix test logic waiting for calls to ResolveNow (#9071) by Easwar Swaminathan · 9 weeks ago
  53. 22adc9e clustermanager: fix test logic waiting for picker during graceful switch (#9072) by Easwar Swaminathan · 9 weeks ago
  54. 06fc26a xds: support disabling HTTP filters (#9054) by eshitachandwani · 9 weeks ago
  55. c01f4f1 grpc: deprecate WithSharedWriteBuffer and SharedWriteBuffer (#9060) by Ali Asghar · 10 weeks ago
  56. 6cd0d0c grpc: add link to CVE in log messages (#9069) by Easwar Swaminathan · 10 weeks ago
  57. b3f2df4 internal/resolver: improve the docstring of ClientInterceptor.NewStream (#9070) by Easwar Swaminathan · 10 weeks ago
  58. bac4588 readyreader: add buffered reader (#9055) by Arjan Singh Bal · 10 weeks ago
  59. 39a15f6 xds: implement cluster metadata parsing for GCP Authentication filter (gRFC A83) (#9044) by Pranjali-2501 · 10 weeks ago
  60. e80524d transport: set default header list size to 8KB and guard behind an env variable. (#9019) by Pranjali-2501 · 10 weeks ago
  61. 6b32840 deps: update dependencies for all modules (#9068) by Pranjali-2501 · 10 weeks ago
  62. c5b160e balancer: enable `GRPC_GO_EXPERIMENTAL_CASE_SENSITIVE_BALANCER_REGISTRIES` by default (#9017) by Pranjali-2501 · 10 weeks ago
  63. 412cfbd Change version to 1.82.0-dev (#9064) by Pranjali-2501 · 10 weeks ago v1.82.0-dev
  64. cdc60df transport: optimize heap allocations in ready reader and update syscall connection handling (#9035) by Arjan Singh Bal · 10 weeks ago
  65. 208d053 xds/resolver: pass complete XDSConfig in RPC context for HTTP filters (gRFC A83) (#9046) by Pranjali-2501 · 10 weeks ago
  66. 50fe1cc test: Fix flaky test `TestServerStreaming_ClientCallRecvMsgTwice` in `end2end_test.go`. (#9058) by Pranjali-2501 · 2 months ago
  67. d574bad build(deps): bump go.opentelemetry.io/otel/sdk from 1.42.0 to 1.43.0 (#9050) by dependabot[bot] · 2 months ago
  68. b8bf4d0 build(deps): bump go.opentelemetry.io/otel/sdk from 1.42.0 to 1.43.0 in /interop/xds (#9051) by dependabot[bot] · 2 months ago
  69. 19d23bf build(deps): bump go.opentelemetry.io/otel/sdk from 1.42.0 to 1.43.0 in /examples (#9052) by dependabot[bot] · 2 months ago
  70. 74b3acd xds: remove TODO to replace Endpoint with resolver.Endpoint struct (#9049) by Easwar Swaminathan · 2 months ago
  71. 1c132b9 tests: avoid relying on socket reads/writes for synchronization (#9033) by Arjan Singh Bal · 3 months ago
  72. 280b81b build(deps): bump github.com/go-jose/go-jose/v4 from 4.1.3 to 4.1.4 (#9042) by dependabot[bot] · 3 months ago
  73. ce2bdef transport: fixes non-linux environment failures (#9048) by eshitachandwani · 3 months ago
  74. 71849e8 xds: change clusterimpl to add SNI to handshake info (#9016) by eshitachandwani · 3 months ago
  75. 5fdb6d0 mem: add `Buffer.Slice()` (#8977) by Mikhail Mazurskiy · 3 months ago
  76. aa4d281 xds/internal/client: Add async gauge metrics for Connected and Resources (A78) (#8807) by Madhav Bissa · 3 months ago
  77. a21508e transport: move readyreader to its own package (#9037) by Arjan Singh Bal · 3 months ago
  78. 99312fe stats: Use service import for gRPC code (#9034) by Arjan Singh Bal · 3 months ago
  79. 2143802 xds: LRS custom metrics changes (a85) (#9005) by Madhav Bissa · 3 months ago
  80. 2b8b708 interop: regenerate proto (#9028) by Easwar Swaminathan · 3 months ago
  81. c754bf9 transport: Fix handling of closed connections in ReadyReader (#9031) by Arjan Singh Bal · 3 months ago
  82. c33aa45 alts: Release read buffer when blocked on socket read (#8964) by Arjan Singh Bal · 3 months ago
  83. 34da8d0 transport: Add values to the grpc.disconnect_error label for grpc.subchannel.disconnections metric (A94) (#8973) by Madhav Bissa · 3 months ago
  84. 2de5b1c grpclb: replace testServer with StubServer in grpclb_test.go (#8979) by Yuki Ito · 3 months ago
  85. 0fe467a binarylog: replace testServer with StubServer in binarylog_end2end_test.go (#8978) by Yuki Ito · 3 months ago
  86. 8de729c xds: fix typo in `xdsresource.Metadata` (#9026) by Chengxi Luo · 3 months ago
  87. b71c262 grpc/stats: Add support for custom labels in per call metrics (A108) (#9008) by Madhav Bissa · 3 months ago
  88. f1d1ce5 xds/rbac: add additional handling for addresses with ports (#8990) by Madhav Bissa · 3 months ago
  89. c20fba0 xds: Exported `buildXDSClientConfig` to use in external packages and update `xds_fake_transport.go`. (#9014) by Pranjali-2501 · 3 months ago
  90. 6477252 test: Fix flaky test `TestServerStreaming_ClientCallSendMsgTwice` in `end2end_test.go`. (#9004) by Pranjali-2501 · 3 months ago
  91. 2eade05 Fix flaky test `TestAggregatedClusterSuccess_SwitchBetweenLeafAndAggregate` in aggregate_cluster_test.go. (#9009) by Pranjali-2501 · 3 months ago
  92. 89af32f xds: Add SNI related field in handshake info (#8965) by eshitachandwani · 3 months ago
  93. 45a3304 stats: replace testServer with StubServer in stats_test.go (#8980) by Yuki Ito · 3 months ago
  94. 52bf4d9 build(deps): bump google.golang.org/grpc from 1.70.0 to 1.79.3 in /cmd/protoc-gen-go-grpc (#8988) by dependabot[bot] · 3 months ago
  95. 4b786ff xds: replace net with netip in `xds/xdsclient` and `xds/server` (#8909) by Chengxi Luo · 3 months ago
  96. ccc8d7b priority: implement changes to child policy caching specified in A115 (#8997) by Easwar Swaminathan · 3 months ago
  97. 99d6291 test/xds: wait for server to enter SERVING mode before sending the first RPC (#9003) by Easwar Swaminathan · 3 months ago
  98. 12e91dd xds: add support for HTTP filter state retention, as specified in A83 (#8924) by Easwar Swaminathan · 3 months ago
  99. 58bbf8a grpc: enforce strict path checking for incoming requests on the server (#8985) by Easwar Swaminathan · 3 months ago
  100. d0d7cab github: set testing CI names to be stable (#8982) by Doug Fawley · 3 months ago