1. 9f80274 xds: lowercase RDS route header matcher names before matching (#9353) by Madan kumar · 23 hours ago master
  2. 91f43d6 xds/resolver: drop field references on Close to prevent retention across ClientConn recycle (#9301) by Sushan Bhattarai · 35 hours ago
  3. 6d697e4 extproc : implement flow control for A93 (#9343) by eshitachandwani · 6 days ago
  4. d3c47cc xds: Implement GrpcService parsing and shared side channels (gRFC A102) (#9319) by Madhav Bissa · 6 days ago
  5. 664e87d stream: group bool fields at tail of csAttempt to reduce allocator size class 240B→224B (#9359) by Gido ten Cate · 6 days ago
  6. 31ccdcc stream: group bool fields at tail of serverStream to eliminate false sharing with mu (#9361) by Gido ten Cate · 6 days ago
  7. eff9d6f stream: group bool fields at tail of addrConnStream to reduce allocator size class 256B→240B (#9360) by Gido ten Cate · 6 days ago
  8. 93e31b4 transport: reject requests missing :authority and host headers (#9365) by eshitachandwani · 8 days ago
  9. 9d1988d stream: group bool fields at tail of clientStream to reduce allocator size class 288B→256B (#9281) by Gido ten Cate · 9 days ago
  10. cecd55a stats: expose client authority in OutHeader (#9296) by Aryan Singh K. · 9 days ago
  11. abf0c53 xds: add internal ResourceNameFunc server option (#9288) by Ran · 9 days ago
  12. 4793ad0 credentials/alts: preserve boundAccessToken in altsTC.Clone (#9345) by Nilesh Patil · 11 days ago
  13. 3284af7 grpc: change existing dial/server options that set initial window size to not disable BDP estimation (#9078) by Easwar Swaminathan · 11 days ago
  14. 75d9091 xds: allow wildcard listener port on server (#9341) by Ran · 11 days ago
  15. ef79129 stats/opentelemetry: dynamically calculate compressed message size in tests (#9346) by eshitachandwani · 12 days ago
  16. 965a6bf CONTRIBUTING.md: add generative AI policy section (#9339) by Doug Fawley · 13 days ago
  17. 955851b metadata: Add ValueFromOutgoingContext (#9282) by Yuyang Guo · 13 days ago
  18. ce9c112 autosharding: add config parsing functionality (#9323) by Easwar Swaminathan · 13 days ago
  19. db94828 xds/rbac: lowercase header matcher names before matching (#9332) by Easwar Swaminathan · 14 days ago
  20. 7354d9c transport: restrict memory overhead of buffering small data frames (#9331) by Arjan Singh Bal · 14 days ago
  21. c92e985 server: remove code to suppress duplicate writing of status (#9322) by Easwar Swaminathan · 2 weeks ago
  22. 0ef3b0c client: don't reuse a pick's authority override on a later attempt (#9277) by Naveed · 2 weeks ago
  23. b6f4ff6 deps: update dependencies for all modules (#9327) by eshitachandwani · 2 weeks ago
  24. b6685c5 Change version to 1.85.0-dev (#9326) by eshitachandwani · 2 weeks ago v1.85.0-dev
  25. 30ce1d5 xds: support injecting bootstrap and server config into HTTP filter config parsing (A102) (#9315) by Madhav Bissa · 3 weeks ago
  26. 54c743e extproc : wait for async RPC to complete in test (#9311) by eshitachandwani · 3 weeks ago
  27. 538bb2f endpointsharding: decouple locking, and simplify ChildState API (#9290) by Easwar Swaminathan · 3 weeks ago
  28. bf9e7cd xds: parse allowed_grpc_services from the bootstrap config (A102) (#9194) by Madhav Bissa · 3 weeks ago
  29. 1b9cfe8 test: tolerate OutPayload/InTrailer reorder in RetryStats (#9272) by Roshan Singh · 3 weeks ago
  30. ec03539 server: unify handling of unary and streaming RPCs (#9309) by Easwar Swaminathan · 3 weeks ago
  31. 44332db extproc: increase timeout for TestStreamTimeoutBodyPhaseAllow and remove incorrect refcount decrement (#9306) by eshitachandwani · 3 weeks ago
  32. 7b26667 grpcsync: change refcounted utility to use value (#9303) by eshitachandwani · 3 weeks ago
  33. 0c51461 credentials/sts: do not follow redirects during token exchange (#9299) by Naveed · 3 weeks ago
  34. 36bd7c9 randomsubsetting: ignore endpoints without addresses (#9259) by Minh Vu · 3 weeks ago
  35. a2cc858 extproc: implement channel retention as part of A93 (#9285) by eshitachandwani · 3 weeks ago
  36. 5380ae2 balancer: remove grpc.lb.pick_first.* metrics (#9215) by Deep Golani · 3 weeks ago
  37. 1f4c6f3 xds/rbac: apply header matcher checks to nested and/or/not rules (#9258) by Naveed · 3 weeks ago
  38. 39156ac security: Pipe ConnectionState to custom verification (#9293) by Gregory Cooke · 3 weeks ago
  39. 1ecbd86 security: Allow passing `CurvePreferences` in advancedtls (#9292) by Gregory Cooke · 4 weeks ago
  40. 58bca5a internal/transport: validate per-RPC credential metadata (#9202) by Leonid Bugaev · 4 weeks ago
  41. 61b71be extproc: reject invalid header names and values in header mutations (#9286) by Naveed · 4 weeks ago
  42. 03255a9 extproc: fix TestObservabilityMidStreamFailDeny race (#9295) by eshitachandwani · 4 weeks ago
  43. 17d5aaf xds: pass correct context metadata in client and server route matching. (#9291) by Pranjali-2501 · 4 weeks ago
  44. c200c2d extproc: fix usages of testgrpc in test (#9294) by Pranjali-2501 · 4 weeks ago
  45. fa603ec internal/transport: validate balancer and address metadata (#9203) by Leonid Bugaev · 4 weeks ago
  46. 8518a52 extproc: Implement client-side normal mode metrics (#9267) by eshitachandwani · 4 weeks ago
  47. f7eb50c credentials/alts: support max frame size negotiation via env var (#9268) by Thuan Truong · 4 weeks ago
  48. 3ad1be5 extauthz: parse base and override config for A92. (#9221) by Pranjali-2501 · 4 weeks ago
  49. a620350 xds: fix certificate provider closure race during concurrent TLS handshakes (#9248) by Easwar Swaminathan · 4 weeks ago
  50. cc23455 xdsclient: store per-resource error in resource state instead of overall error (#9283) by Easwar Swaminathan · 4 weeks ago
  51. 268c99a extproc: fix import naming (#9284) by Madhav Bissa · 5 weeks ago
  52. c841c90 xds: suppress the duplicate errors at the client side (#9185) by Marcin Swierczek · 5 weeks ago
  53. d7025c5 transport: surface data when received non-grpc header, end stream without trailers (#9217) by Chengxi Luo · 5 weeks ago
  54. 378072a stats/opentelemetry: add e2e test for baggage propagation (#9160) by ulas · 5 weeks ago
  55. 0e45140 transport: avoid allocation when releasing shared write buffers (#9233) by Zaidoon Abd Al Hadi · 5 weeks ago
  56. 6f508fa xds/extproc: adds ClientInterceptor and ClientStream implementation for observability mode for gRFC A93 (#9180) by eshitachandwani · 5 weeks ago
  57. ff0b87f transport: Fix data race on loopyWriter.estdStreams in AccountCheck tests (#9241) by Easwar Swaminathan · 5 weeks ago
  58. 4fdb83e xds/rbac: avoid nil deref on unset CidrRange prefix_len (#9250) by Naveed · 5 weeks ago
  59. 89d4d61 xds/resolver: ensure OnCommitted is invoked on early stream creation failure to prune unreferenced clusters. (#9140) by Pranjali-2501 · 5 weeks ago
  60. 622a41d xds/clusterimpl: fix uint32 overflow computing EDS drop ratio (#9257) by Naveed · 5 weeks ago
  61. 216640c metadata: re-add MD.String with redaction of sensitive metadata (#9231) by Madhav Bissa · 6 weeks ago
  62. 2cb274b extproc: retrieve correct error status when Send fails with io.EOF (#9270) by eshitachandwani · 6 weeks ago
  63. 29193c5 github: Add a workflow to the govulncheck (#9242) by Easwar Swaminathan · 6 weeks ago
  64. db324f1 outlierdetection: convert pick_first health listener test to e2e (#9252) by Elric · 6 weeks ago
  65. 2cc5573 transport: presize header slice for outgoing metadata (#9243) by Krishna Swaroop K · 6 weeks ago
  66. e57a05f xds: convert rds header exact/prefix/suffix/contains matches to StringMatcher (#9223) by Naveed · 6 weeks ago
  67. 2ac9758 extproc: fix usages of testgrpc in test (#9266) by eshitachandwani · 6 weeks ago
  68. 62a23f6 extproc: fix usages of v3extprocservicegrpc in test (#9265) by eshitachandwani · 6 weeks ago
  69. 9c1cbb1 opentelemetry: initialize attemptInfo with fields set (#9262) by Arjan Singh Bal · 6 weeks ago
  70. 118203e extproc: fix the v3procservicegrpc usage (#9264) by eshitachandwani · 6 weeks ago
  71. 116e945 resolver: log resolver state updates at verbosity 2 (#9261) by Luca Cucchetti · 6 weeks ago
  72. 6656535 xds/extproc: adds ClientInterceptor and ClientStream implementation for normal mode for gRFC A93 (#9174) by eshitachandwani · 6 weeks ago
  73. b6eac42 grpc: fix plan9 build by moving errno matching to a !plan9 file (#9255) by Yusuf İhsan Görgel · 6 weeks ago
  74. 25387aa all: update deps after 1.83 branch cut (#9232) by Easwar Swaminathan · 6 weeks ago
  75. 081051c grpc: move different type RPC handling out of underlying stream implementations (#9226) by eshitachandwani · 6 weeks ago
  76. 506edc4 pickfirstleaf: remove deprecated package (#9254) by Arjan Singh Bal · 6 weeks ago
  77. 75f3c0b client: avoid finishing a stream twice when stream creation fails (#9191) by Utku Özdemir · 7 weeks ago
  78. 7d87045 security/advancedtls: add SkipServerAuthEKU option to bypass server EKU verification (#9222) by Saloni Gupta · 7 weeks ago
  79. a3ce08c transport: delete unused field "wq" in "serverHeaders" (#9237) by Easwar Swaminathan · 7 weeks ago
  80. be1b06d Merge commit from fork by Easwar Swaminathan · 7 weeks ago
  81. f8a85fa xds: reject EDS drop policy with unsupported denominator (#9218) by Naveed · 7 weeks ago
  82. 6032468 internal: adds utility for refcounting and cleanup (#9189) by eshitachandwani · 7 weeks ago
  83. e109b60 internal/buffer: make Unbounded buffer use generic type (#9196) by eshitachandwani · 7 weeks ago
  84. b07d146 Change version to 1.84.0-dev (#9230) by Easwar Swaminathan · 7 weeks ago v1.84.0-dev
  85. 2a112a8 authz: add onPolicyUpdate callback to authz file watcher (#9142) by Keith Collister · 8 weeks ago
  86. 1a80fca vet: adds a check to disallow usage of regex.Compile in xDS code (#9216) by eshitachandwani · 9 weeks ago
  87. 26ffdb3 [tls] Add safety check in custom cert verification that peer cert chain is non-empty (#9214) by Gregory Cooke · 9 weeks ago
  88. 5013974 internal/grpcsync: add ScheduleAndWait to CallbackSerializer (#9162) by ulas · 9 weeks ago
  89. bd58bc0 internal/transport: increase test timeout locally in TestAccountCheckWindowSizeWithLargeWindow (#9182) by Madhav Bissa · 9 weeks ago
  90. 484f150 httpfilter/extproc: add check to ensure that response trailer mode must be SEND if response body mode is GRPC (#9209) by eshitachandwani · 9 weeks ago
  91. 1eb52d9 gcp_authn: remove unnecessary import rename (#9212) by Easwar Swaminathan · 9 weeks ago
  92. d74861e xds/gcp_authn: implement GCP Authentication filter (gRFC A83). (#9119) by Pranjali-2501 · 10 weeks ago
  93. 83728f5 credentials/alts: fix alts record ensures the frame size is bigger than the message type field size (#9197) by Luwei Ge · 10 weeks ago
  94. 11d0baf credentials/google: make a non-blocking and context-aware call to fetch token. (#9184) by Pranjali-2501 · 10 weeks ago
  95. 8d66cfc xds: handle receipt of server-side listener resource on the client, and vice-versa (#9152) by Marcin Swierczek · 2 months ago
  96. 5c7f936 xds: refactor xDS Client Interceptor API to support CallOption propagation. (#9168) by Pranjali-2501 · 3 months ago
  97. 9a130aa xds: implement xDS-Based HTTP CONNECT support (gRFC A86). (#9151) by Pranjali-2501 · 3 months ago
  98. f186495 credentials: add `GcpServiceAccountIdentityCallCredentials` call credentials type (gRFC A83). (#9118) by Pranjali-2501 · 3 months ago
  99. c76cc7f xds/googlec2p: enable DirectPath over Interconnect support for on-prem clients (#9133) by Pranjali-2501 · 3 months ago
  100. bd197fb deps: update dependencies for all modules (#9173) by Madhav Bissa · 3 months ago