1. 30ce1d5 xds: support injecting bootstrap and server config into HTTP filter config parsing (A102) (#9315) by Madhav Bissa · 2 days ago master
  2. 54c743e extproc : wait for async RPC to complete in test (#9311) by eshitachandwani · 2 days ago
  3. 538bb2f endpointsharding: decouple locking, and simplify ChildState API (#9290) by Easwar Swaminathan · 3 days ago
  4. bf9e7cd xds: parse allowed_grpc_services from the bootstrap config (A102) (#9194) by Madhav Bissa · 4 days ago
  5. 1b9cfe8 test: tolerate OutPayload/InTrailer reorder in RetryStats (#9272) by Roshan Singh · 4 days ago
  6. ec03539 server: unify handling of unary and streaming RPCs (#9309) by Easwar Swaminathan · 4 days ago
  7. 44332db extproc: increase timeout for TestStreamTimeoutBodyPhaseAllow and remove incorrect refcount decrement (#9306) by eshitachandwani · 5 days ago
  8. 7b26667 grpcsync: change refcounted utility to use value (#9303) by eshitachandwani · 5 days ago
  9. 0c51461 credentials/sts: do not follow redirects during token exchange (#9299) by Naveed · 6 days ago
  10. 36bd7c9 randomsubsetting: ignore endpoints without addresses (#9259) by Minh Vu · 6 days ago
  11. a2cc858 extproc: implement channel retention as part of A93 (#9285) by eshitachandwani · 6 days ago
  12. 5380ae2 balancer: remove grpc.lb.pick_first.* metrics (#9215) by Deep Golani · 6 days ago
  13. 1f4c6f3 xds/rbac: apply header matcher checks to nested and/or/not rules (#9258) by Naveed · 7 days ago
  14. 39156ac security: Pipe ConnectionState to custom verification (#9293) by Gregory Cooke · 7 days ago
  15. 1ecbd86 security: Allow passing `CurvePreferences` in advancedtls (#9292) by Gregory Cooke · 10 days ago
  16. 58bca5a internal/transport: validate per-RPC credential metadata (#9202) by Leonid Bugaev · 10 days ago
  17. 61b71be extproc: reject invalid header names and values in header mutations (#9286) by Naveed · 10 days ago
  18. 03255a9 extproc: fix TestObservabilityMidStreamFailDeny race (#9295) by eshitachandwani · 11 days ago
  19. 17d5aaf xds: pass correct context metadata in client and server route matching. (#9291) by Pranjali-2501 · 11 days ago
  20. c200c2d extproc: fix usages of testgrpc in test (#9294) by Pranjali-2501 · 12 days ago
  21. fa603ec internal/transport: validate balancer and address metadata (#9203) by Leonid Bugaev · 13 days ago
  22. 8518a52 extproc: Implement client-side normal mode metrics (#9267) by eshitachandwani · 13 days ago
  23. f7eb50c credentials/alts: support max frame size negotiation via env var (#9268) by Thuan Truong · 13 days ago
  24. 3ad1be5 extauthz: parse base and override config for A92. (#9221) by Pranjali-2501 · 13 days ago
  25. a620350 xds: fix certificate provider closure race during concurrent TLS handshakes (#9248) by Easwar Swaminathan · 14 days ago
  26. cc23455 xdsclient: store per-resource error in resource state instead of overall error (#9283) by Easwar Swaminathan · 14 days ago
  27. 268c99a extproc: fix import naming (#9284) by Madhav Bissa · 2 weeks ago
  28. c841c90 xds: suppress the duplicate errors at the client side (#9185) by Marcin Swierczek · 2 weeks ago
  29. d7025c5 transport: surface data when received non-grpc header, end stream without trailers (#9217) by Chengxi Luo · 2 weeks ago
  30. 378072a stats/opentelemetry: add e2e test for baggage propagation (#9160) by ulas · 2 weeks ago
  31. 0e45140 transport: avoid allocation when releasing shared write buffers (#9233) by Zaidoon Abd Al Hadi · 2 weeks ago
  32. 6f508fa xds/extproc: adds ClientInterceptor and ClientStream implementation for observability mode for gRFC A93 (#9180) by eshitachandwani · 3 weeks ago
  33. ff0b87f transport: Fix data race on loopyWriter.estdStreams in AccountCheck tests (#9241) by Easwar Swaminathan · 3 weeks ago
  34. 4fdb83e xds/rbac: avoid nil deref on unset CidrRange prefix_len (#9250) by Naveed · 3 weeks ago
  35. 89d4d61 xds/resolver: ensure OnCommitted is invoked on early stream creation failure to prune unreferenced clusters. (#9140) by Pranjali-2501 · 3 weeks ago
  36. 622a41d xds/clusterimpl: fix uint32 overflow computing EDS drop ratio (#9257) by Naveed · 3 weeks ago
  37. 216640c metadata: re-add MD.String with redaction of sensitive metadata (#9231) by Madhav Bissa · 3 weeks ago
  38. 2cb274b extproc: retrieve correct error status when Send fails with io.EOF (#9270) by eshitachandwani · 3 weeks ago
  39. 29193c5 github: Add a workflow to the govulncheck (#9242) by Easwar Swaminathan · 3 weeks ago
  40. db324f1 outlierdetection: convert pick_first health listener test to e2e (#9252) by Elric · 3 weeks ago
  41. 2cc5573 transport: presize header slice for outgoing metadata (#9243) by Krishna Swaroop K · 3 weeks ago
  42. e57a05f xds: convert rds header exact/prefix/suffix/contains matches to StringMatcher (#9223) by Naveed · 3 weeks ago
  43. 2ac9758 extproc: fix usages of testgrpc in test (#9266) by eshitachandwani · 3 weeks ago
  44. 62a23f6 extproc: fix usages of v3extprocservicegrpc in test (#9265) by eshitachandwani · 3 weeks ago
  45. 9c1cbb1 opentelemetry: initialize attemptInfo with fields set (#9262) by Arjan Singh Bal · 3 weeks ago
  46. 118203e extproc: fix the v3procservicegrpc usage (#9264) by eshitachandwani · 3 weeks ago
  47. 116e945 resolver: log resolver state updates at verbosity 2 (#9261) by Luca Cucchetti · 3 weeks ago
  48. 6656535 xds/extproc: adds ClientInterceptor and ClientStream implementation for normal mode for gRFC A93 (#9174) by eshitachandwani · 4 weeks ago
  49. b6eac42 grpc: fix plan9 build by moving errno matching to a !plan9 file (#9255) by Yusuf İhsan Görgel · 4 weeks ago
  50. 25387aa all: update deps after 1.83 branch cut (#9232) by Easwar Swaminathan · 4 weeks ago
  51. 081051c grpc: move different type RPC handling out of underlying stream implementations (#9226) by eshitachandwani · 4 weeks ago
  52. 506edc4 pickfirstleaf: remove deprecated package (#9254) by Arjan Singh Bal · 4 weeks ago
  53. 75f3c0b client: avoid finishing a stream twice when stream creation fails (#9191) by Utku Özdemir · 4 weeks ago
  54. 7d87045 security/advancedtls: add SkipServerAuthEKU option to bypass server EKU verification (#9222) by Saloni Gupta · 5 weeks ago
  55. a3ce08c transport: delete unused field "wq" in "serverHeaders" (#9237) by Easwar Swaminathan · 5 weeks ago
  56. be1b06d Merge commit from fork by Easwar Swaminathan · 5 weeks ago
  57. f8a85fa xds: reject EDS drop policy with unsupported denominator (#9218) by Naveed · 5 weeks ago
  58. 6032468 internal: adds utility for refcounting and cleanup (#9189) by eshitachandwani · 5 weeks ago
  59. e109b60 internal/buffer: make Unbounded buffer use generic type (#9196) by eshitachandwani · 5 weeks ago
  60. b07d146 Change version to 1.84.0-dev (#9230) by Easwar Swaminathan · 5 weeks ago v1.84.0-dev
  61. 2a112a8 authz: add onPolicyUpdate callback to authz file watcher (#9142) by Keith Collister · 6 weeks ago
  62. 1a80fca vet: adds a check to disallow usage of regex.Compile in xDS code (#9216) by eshitachandwani · 6 weeks ago
  63. 26ffdb3 [tls] Add safety check in custom cert verification that peer cert chain is non-empty (#9214) by Gregory Cooke · 7 weeks ago
  64. 5013974 internal/grpcsync: add ScheduleAndWait to CallbackSerializer (#9162) by ulas · 7 weeks ago
  65. bd58bc0 internal/transport: increase test timeout locally in TestAccountCheckWindowSizeWithLargeWindow (#9182) by Madhav Bissa · 7 weeks ago
  66. 484f150 httpfilter/extproc: add check to ensure that response trailer mode must be SEND if response body mode is GRPC (#9209) by eshitachandwani · 7 weeks ago
  67. 1eb52d9 gcp_authn: remove unnecessary import rename (#9212) by Easwar Swaminathan · 7 weeks ago
  68. d74861e xds/gcp_authn: implement GCP Authentication filter (gRFC A83). (#9119) by Pranjali-2501 · 8 weeks ago
  69. 83728f5 credentials/alts: fix alts record ensures the frame size is bigger than the message type field size (#9197) by Luwei Ge · 8 weeks ago
  70. 11d0baf credentials/google: make a non-blocking and context-aware call to fetch token. (#9184) by Pranjali-2501 · 8 weeks ago
  71. 8d66cfc xds: handle receipt of server-side listener resource on the client, and vice-versa (#9152) by Marcin Swierczek · 8 weeks ago
  72. 5c7f936 xds: refactor xDS Client Interceptor API to support CallOption propagation. (#9168) by Pranjali-2501 · 9 weeks ago
  73. 9a130aa xds: implement xDS-Based HTTP CONNECT support (gRFC A86). (#9151) by Pranjali-2501 · 10 weeks ago
  74. f186495 credentials: add `GcpServiceAccountIdentityCallCredentials` call credentials type (gRFC A83). (#9118) by Pranjali-2501 · 10 weeks ago
  75. c76cc7f xds/googlec2p: enable DirectPath over Interconnect support for on-prem clients (#9133) by Pranjali-2501 · 10 weeks ago
  76. bd197fb deps: update dependencies for all modules (#9173) by Madhav Bissa · 10 weeks ago
  77. faa34bf fix: flaky-interceptor issue (#9149) by Srayansh Avadhesh Gupta · 10 weeks ago
  78. cd25711 test: remove unnecessary Ref() calls (#9165) by Arjan Singh Bal · 2 months ago
  79. 5d29b0c xds: enable GRPC_EXPERIMENTAL_XDS_ORCA_LRS_PROPAGATION to true by default as part of A85 (#9145) by Madhav Bissa · 2 months ago
  80. 859dc45 Change version to 1.83.0-dev (#9172) by Madhav Bissa · 2 months ago v1.83.0-dev
  81. 0f3086d Fix minor issues not covered by PR #9137 (#9147) by Marcin Swierczek · 2 months ago
  82. fef07fb internal: Split v3procservicepb import into pb and grpc for extproc (#9163) by Madhav Bissa · 2 months ago
  83. 91dd64f transport: surface subsequent data when receiving non-gRPC header (#8929) by Chengxi Luo · 2 months ago
  84. adc97de test/kokoro: add config for regional-td test (#9158) by MV Shiva · 3 months ago
  85. 57c9ff1 xds: ensure full-string matching for RBAC Filter rules (#9148) by Pawan Bhardwaj · 3 months ago
  86. b58f32d server: Set a pprof label on new stream goroutines (#9082) by dfinkel · 3 months ago
  87. 6c98be3 refactor(transport): extract shared stream state handling logic in `loopyWriter.processData()` (#9125) by Kausthubh J Rao · 3 months ago
  88. bcaa6f4 rls: only reset backoff on recovery from TRANSIENT_FAILURE (#9137) by Marcin Swierczek · 3 months ago
  89. 429e6e0 balancer: expose endpoint weight and hostname as experimental APIs (#9074) by hpathak01 · 3 months ago
  90. 761e655 grpc: limit decompression size in legacy gzip Decompressor to prevent OOM (#9114) by evilgensec · 3 months ago
  91. 18a8d3d extproc: implement ClientFilter and ClientFilterBuilder interface (#9086) by eshitachandwani · 3 months ago
  92. db35da8 credentials/alts: fix the leaked context and close handshaker properly (#9091) by Luwei Ge · 3 months ago
  93. 6093108 xds/server: Fix memory leak of ServerInterceptor instances during RDS updates (#9138) by Easwar Swaminathan · 3 months ago
  94. 037c6ef extproc: register filter and parse base and override config (#9073) by eshitachandwani · 3 months ago
  95. 4ee6ac4 xds/resolver: support HTTP filters for routes using cluster specifier plugins (#9100) by Pranjali-2501 · 3 months ago
  96. 39f1653 internal/grpcutil: remove FullMatchWithRegex to prevent data race (#9134) by eshitachandwani · 3 months ago
  97. 1c8e095 transport: change serverHandlerTransport to call Close instead of panic from Drain function (#9136) by eshitachandwani · 3 months ago
  98. 1bb9742 encoding: call Close on decompressor reader if it implements io.Closer (#9135) by Pranjali-2501 · 3 months ago
  99. f1360fb balancergroup: merge whitebox tests into blackbox test (#9094) by Elric · 3 months ago
  100. bb023f8 gemini: wrap lines at 80-cols to make linter happy (#9131) by Easwar Swaminathan · 3 months ago