1. c20fba0 xds: Exported `buildXDSClientConfig` to use in external packages and update `xds_fake_transport.go`. (#9014) by Pranjali-2501 · 16 hours ago master
  2. 6477252 test: Fix flaky test `TestServerStreaming_ClientCallSendMsgTwice` in `end2end_test.go`. (#9004) by Pranjali-2501 · 16 hours ago
  3. 2eade05 Fix flaky test `TestAggregatedClusterSuccess_SwitchBetweenLeafAndAggregate` in aggregate_cluster_test.go. (#9009) by Pranjali-2501 · 17 hours ago
  4. 89af32f xds: Add SNI related field in handshake info (#8965) by eshitachandwani · 19 hours ago
  5. 45a3304 stats: replace testServer with StubServer in stats_test.go (#8980) by Yuki Ito · 21 hours ago
  6. 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] · 2 days ago
  7. 4b786ff xds: replace net with netip in `xds/xdsclient` and `xds/server` (#8909) by Chengxi Luo · 2 days ago
  8. ccc8d7b priority: implement changes to child policy caching specified in A115 (#8997) by Easwar Swaminathan · 2 days ago
  9. 99d6291 test/xds: wait for server to enter SERVING mode before sending the first RPC (#9003) by Easwar Swaminathan · 2 days ago
  10. 12e91dd xds: add support for HTTP filter state retention, as specified in A83 (#8924) by Easwar Swaminathan · 8 days ago
  11. 58bbf8a grpc: enforce strict path checking for incoming requests on the server (#8985) by Easwar Swaminathan · 8 days ago
  12. d0d7cab github: set testing CI names to be stable (#8982) by Doug Fawley · 8 days ago
  13. 36e13de grpclb: replace net.IP with netip.Addr (#8918) by Varun Chawla · 9 days ago
  14. 7f78342 xdsclient: fix panic on empty resource in ADS response (#8970) by Pranjali-2501 · 9 days ago
  15. e5563c6 change directory name `fakeTransport` to `faketransport`. (#8976) by Pranjali-2501 · 9 days ago
  16. 7daee26 grpc: introduce ErrRetriesExhausted to wrap retry failures (#8894) by Arjan Singh Bal · 10 days ago
  17. f967422 transport: make the client send a RST_STREAM when it receives an END_STREAM from the server (#8832) by Easwar Swaminathan · 11 days ago
  18. 99f36d4 xds/testutils: add fakeTransport for testing. (#8890) by Pranjali-2501 · 13 days ago
  19. 98573cb rls: update rls cache metrics to use async gauge framework (#8808) by Madhav Bissa · 2 weeks ago
  20. fd53961 xds: leaf clusters provide the handshake info instead of top level cluster (#8956) by eshitachandwani · 2 weeks ago
  21. ad2d82e xdsresource: add SNI related fields in security config of CDS update for A101 (#8941) by eshitachandwani · 2 weeks ago
  22. d0ea4f3 cds: use a grpcsync.Event instead of a channel to communicate resource names being requested (#8960) by Easwar Swaminathan · 2 weeks ago
  23. 0e2c0ea deps: update dependencies for all modules (#8969) by Arjan Singh Bal · 2 weeks ago
  24. 81c7924 xds/clusterresolver: improve configbuilder tests by removing globals (#8939) by ulas · 2 weeks ago
  25. 71a4abb xds: regenrate expired SPIFFE certs (#8963) by eshitachandwani · 2 weeks ago
  26. 1acfea8 grpc: Enable shared write buffers by default (#8957) by Arjan Singh Bal · 2 weeks ago
  27. 8360b4c xds/resolver: make service config human readable in the log (#8958) by Easwar Swaminathan · 3 weeks ago
  28. 223662f cds: increase defaultTestTimeout to 10s for e2e tests (#8959) by Easwar Swaminathan · 3 weeks ago
  29. b9f7967 xds/resolver: remove unnecessary error check in test (#8955) by eshitachandwani · 3 weeks ago
  30. 549306a Update gRPC-Go's dependency versions on master (#8953) by Madhav Bissa · 3 weeks ago
  31. 5c4e754 Change version to 1.81.0-dev (#8950) by Madhav Bissa · 3 weeks ago v1.81.0-dev
  32. 7e2686f cdsbalancer: Update comment about usage of BalancerAttributes (#8951) by Arjan Singh Bal · 3 weeks ago
  33. b6597b3 xds/clusterimpl: use xdsConfig for updates and remove redundant fields from LB config (#8945) by eshitachandwani · 3 weeks ago
  34. 1d4fa8a xds: change cdsbalancer to use update from dependency manager (#8907) by eshitachandwani · 3 weeks ago
  35. 8f47d36 attributes: Replace internal map with linked list (#8933) by Arjan Singh Bal · 4 weeks ago
  36. 22e1ee8 xds: add panic recovery in xdsclient resource unmarshalling. (#8895) by Pranjali-2501 · 4 weeks ago
  37. 7136e99 credentials/alts: Pool write buffers (#8919) by Arjan Singh Bal · 4 weeks ago
  38. 46a31de security/advancedtls: fix macOS compatibility in CRL script (#8932) by eshitachandwani · 4 weeks ago
  39. 38eb2de protoc-gen-go-grpc: remove use_generic_streams_experimental flag (defaults to true) (#8936) by eshitachandwani · 4 weeks ago
  40. 7bc5785 xds: fix copy-paste bug in WeightExpirationPeriod config (#8915) by Greg Barasch · 4 weeks ago
  41. d2eab68 balancer/rls: fix goroutine leak in control_channel_test (#8898) by Shivam Kumar · 4 weeks ago
  42. c9d52ee xds/xdsclient: add EDS sum of endpoint weights does not exceed MaxUint32 (#8899) by Debayan · 4 weeks ago
  43. 4a83bf9 ringhash: enable behaviors of A76 by default (#8922) by Antoine Tollenaere · 4 weeks ago
  44. ace972d orca: fix goroutine leak in fakeORCAService.StreamCoreMetrics (#8911) by Bala Nallamilli · 4 weeks ago
  45. 19e4128 xds: decouple A76 and A86 EDS metadata parsing (#8875) by Antoine Tollenaere · 5 weeks ago
  46. b6f89f7 mem: Move buffer pool implementations to internal (#8910) by Arjan Singh Bal · 5 weeks ago
  47. c1a9239 xds/rbac: replace legacy net to netip (#8908) by Elric · 5 weeks ago
  48. 3be7e2d mem: Add faster tiered buffer pool (#8775) by Arjan Singh Bal · 5 weeks ago
  49. 13e2455 correctly check nil stream (#8905) by eshitachandwani · 6 weeks ago
  50. 944f058 client: process RPC stats/tracing only when a handler is configured (#8874) by Madhav Bissa · 6 weeks ago
  51. 2c113ab advancedtls: re-generate test certs and increase expiry (#8900) by Arjan Singh Bal · 6 weeks ago
  52. 779b792 xds: refactor server-side HTTP filter processing (#8878) by Easwar Swaminathan · 6 weeks ago
  53. e08fc36 resolver: Add resolver.EndpointMap.All() to iterate over keys and values (#8867) by Jille Timmermans · 6 weeks ago
  54. d7b3f93 cdsbalancer: Increase timeout for test (#8889) by Arjan Singh Bal · 6 weeks ago
  55. 7860144 mem: ensure `Reader` buffers are reused on early return (#8886) by Mikhail Mazurskiy · 6 weeks ago
  56. 0f69b6e credentials: add end-to-end tests for JWT call credentials behavior (#8818) by Rajiv Singh · 7 weeks ago
  57. 9d8ede9 xds: split service and message codegen import (#8881) by Arjan Singh Bal · 7 weeks ago
  58. 12fc393 xdsdepmgr: add functionality for cluster subscription (#8792) by eshitachandwani · 7 weeks ago
  59. 55bfbbb xds/clusterresolver: implement gRFC A61 changes for LOGICAL_DNS clusters (#8733) by Pranjali-2501 · 7 weeks ago
  60. 830c909 cmd/protoc-gen-go-grpc: bump -version to 1.6.1 for release (#8879) by Arjan Singh Bal · 7 weeks ago cmd/protoc-gen-go-grpc/v1.6.1
  61. b7b1cce examples: Poll for expected server logs in test (#8871) by Arjan Singh Bal · 7 weeks ago
  62. 2abe1f0 github: Add config for Gemini code assist (#8873) by Arjan Singh Bal · 7 weeks ago
  63. 46350a7 channelz: Regenerate proto (#8872) by Arjan Singh Bal · 7 weeks ago
  64. 49e224f xds/googlec2p: Revert PR 8829 that removed `SetFallbackBootstrapConfig` (#8869) by Easwar Swaminathan · 8 weeks ago
  65. 61d569d *: Implementation of weighted random shuffling (A113) (#8864) by Easwar Swaminathan · 8 weeks ago
  66. 7985bb4 rls: Fix flaky test TestPickerUpdateOnDataCacheSizeDecrease (#8856) by Easwar Swaminathan · 8 weeks ago
  67. 3e475d7 xdsclient: add test for custom xDS resource subscription (#8834) by Easwar Swaminathan · 8 weeks ago
  68. 0dc1bcd client/picker: log loop to V(2) (#8863) by Antoine Tollenaere · 8 weeks ago
  69. 69b542a credentials/tls: verify overwritten authority against only leaf certificate (#8831) by eshitachandwani · 8 weeks ago
  70. e6ca417 xds/googlec2p: remove legacy `SetFallbackBootstrapConfig` and fix tests. (#8829) by Pranjali-2501 · 8 weeks ago
  71. 6601041 documentation: improve proxy documentation (#8840) by eshitachandwani · 8 weeks ago
  72. 65b3eeb transport: warn when header list size exceeds 8KB (#8845) by Pranjali-2501 · 8 weeks ago
  73. 19ace67 outlierdetection: move ParseConfig test to a test-only package (#8833) by Easwar Swaminathan · 8 weeks ago
  74. c05cfb3 balancer/rls: Use log *f functions with format args (#8859) by Evan Jones · 8 weeks ago
  75. a8d11ce balancer: introduce env flag for case-sensitive registry (#8837) by Pranjali-2501 · 8 weeks ago
  76. c7ec4d9 test: use testpb alias in stream_test.go for proto messages. (#8854) by Pranjali-2501 · 9 weeks ago
  77. 1c79a7c transport: fix potential race in `TestKeepaliveClientClosesWithActiveStreams`. (#8827) by Pranjali-2501 · 9 weeks ago
  78. 7278983 xds: fix typo in log message (#8843) by yy · 9 weeks ago
  79. c2d81b7 deps: update dependencies for all modules (#8853) by Pranjali-2501 · 9 weeks ago
  80. 3fb101d hierarchy: Use public API for testing (#8846) by Arjan Singh Bal · 9 weeks ago
  81. de16514 Change version to 1.80.0-dev (#8852) by Pranjali-2501 · 9 weeks ago v1.80.0-dev
  82. 0381eb6 xds: Support `:authority` header rewriting for LOGICAL_DNS clusters (#8822) by Yuki Ito · 9 weeks ago
  83. 90f571d xds: remove references to ResolverState.Addresses (#8841) by Arjan Singh Bal · 9 weeks ago
  84. 679565f xds: remove `HashKey` field from `xdsresource.Endpoint` struct (#8844) by eshitachandwani · 9 weeks ago
  85. bb2073d mem: Allow overriding the default buffer pool. (#8806) by Vanja Pejovic · 9 weeks ago
  86. bd4444a Fix flaky `TestServer_RedundantUpdateSuppression`. (#8839) by Pranjali-2501 · 9 weeks ago
  87. 623b3f0 test: add regression test for RecvMsg() error shadowing #7510 (#8820) by Pranjali-2501 · 9 weeks ago
  88. 5862457 encoding: remove unused `DecompressedSize` API (#8830) by Pranjali-2501 · 10 weeks ago
  89. e15b867 dns: set Endpoints in resolver updates (#8812) by Arjan Singh Bal · 10 weeks ago
  90. 95825a3 cdsbalancer: Remove UpdateAddresses handling (#8811) by Arjan Singh Bal · 10 weeks ago
  91. 115d49c wrr: improve log messages (#8824) by Easwar Swaminathan · 10 weeks ago
  92. 572fdca xds: remove workarounds in tests added for https://github.com/envoyproxy/go-control-plane/issues/431 (#8828) by eshitachandwani · 2 months ago
  93. bb2f97f grpc: improve the docstring for StreamServerInterceptor (#8823) by Easwar Swaminathan · 2 months ago
  94. 25dbb81 transport: remove grpchttp2 package (#8826) by eshitachandwani · 2 months ago
  95. 6652b15 encoding: add a test for unsupported server codec (#8819) by Easwar Swaminathan · 2 months ago
  96. 629ef39 xdsdepmgr: Avoid using actual DNS lookups and fix race during test failure (#8805) by eshitachandwani · 2 months ago
  97. ad8bd71 outlierdetection: Remove UpdateAddresses handling (#8810) by Arjan Singh Bal · 3 months ago
  98. d675ef5 mem: Optimize buffer object re-use (#8784) by Arjan Singh Bal · 3 months ago
  99. afd6cc7 wrr: use new-style atomic APIs (#8815) by Easwar Swaminathan · 3 months ago
  100. b3603ab transport: http2 server must validates header list size when early aborting stream (#8769) by Joy Bestourous · 3 months ago