1. 5ccc418 deps: update dependencies for all modules (#8588) by Pranjali-2501 · 8 hours ago master
  2. e63d854 Change version to 1.77.0-dev (#8586) by Pranjali-2501 · 19 hours ago v1.77.0-dev
  3. 0513350 client: minor improvements to log messages (#8564) by Easwar Swaminathan · 25 hours ago v1.76.x
  4. ebaf486 credentials: implement file-based JWT Call Credentials (part 1 for A97) (#8431) by Dimitar Pavlov · 2 days ago
  5. ca78c90 xds/resolver_test: fix flaky test ResolverBadServiceUpdate_NACKedWithoutCache (#8521) by Elric · 3 days ago
  6. 83bead4 internal/buffer: set closed flag when closing channel in the Load method (#8575) by tsukiyoz · 3 days ago
  7. 0f45079 encoding/proto: enable use cached size option (#8569) by Roy Salame · 3 days ago
  8. 8420f3f transport: avoid slice reallocation during header creation (#8547) by Arjan Singh Bal · 7 days ago
  9. b36320e Revert "stats/opentelemetry: record retry attempts from clientStream (#8342)" (#8571) by eshitachandwani · 7 days ago
  10. c122250 stats/opentelemetry: record retry attempts from clientStream (#8342) by vinothkumarr227 · 8 days ago
  11. e60a04b GoogleC2P: remove dependency on metadata server for IPv6 node metadata (#8550) by apolcyn · 9 days ago
  12. 3012391 xds: move env var check for HTTP CONNECT metadata parsing to endpoint and locality parsing functions (#8551) by Easwar Swaminathan · 12 days ago
  13. 85c47b3 priority: use new-style atomic APIs (#8558) by Easwar Swaminathan · 13 days ago
  14. 5780703 client: handle 1xx HTTP status HEADERS (#8518) by vinothkumarr227 · 13 days ago
  15. 6524c7b github,test: fix internal CI build (#8556) by Arjan Singh Bal · 13 days ago
  16. dc80249 transport: allow stream cancellation on the server when blocked on flow control (#8528) by Arjan Singh Bal · 14 days ago
  17. 29ba001 xdsclient: Fix race in SetWatchExpiryTimeoutForTesting (#8526) by eshitachandwani · 3 weeks ago
  18. 30645d5 xds: add metadata registry (#8537) by cjqzhao · 3 weeks ago
  19. fa246ef xds/resolver: change tests to update all resources (#8539) by eshitachandwani · 3 weeks ago
  20. 3074bcd xdsclient: create LRSClient at time of initialisation (#8483) by eshitachandwani · 3 weeks ago
  21. 39400b9 client: Roll-forward PR #8278(with changes): Restore the existing behavior to return io.EOF on repeated RecvMsg() calls for client-streaming RPCs (#8523) by Pranjali-2501 · 3 weeks ago
  22. 3c743c9 CONTRIBUTING.md: minor text tweaks for linters (#8533) by Doug Fawley · 4 weeks ago
  23. b0bc6dc xdsclient: revert #8369: delay resource cache deletion (#8527) by Easwar Swaminathan · 4 weeks ago
  24. 01ae4f4 github: add PR template (#8524) by Doug Fawley · 4 weeks ago
  25. 5ed7cf6 transport: ensure header mutex is held while copying trailers in handler_server (#8519) by Arjan Singh Bal · 4 weeks ago
  26. fa0d658 deps: bump Go version in Dockerfiles (#8522) by Stanley Cheung · 4 weeks ago
  27. 33ec81b xds: move all functionality from `xds/internal` to `internal/xds` (#8515) by eunsang · 4 weeks ago
  28. 9ac0ec8 xds/cdsbalancer: increase buffer size of requested resource channel in test (#8467) by eshitachandwani · 4 weeks ago
  29. 0ebea3e grpctest: add test coverages of `ExitIdle` (#8375) by Elric · 5 weeks ago
  30. e847f29 deps: bump go version to 1.24 (#8509) by Kevin Krakauer · 5 weeks ago
  31. 4375c78 xdsclient: add an e2e style test for fallback involving more than 2 servers #7817 (#8427) by vinothkumarr227 · 5 weeks ago
  32. 8292549 xdsclient: schedule serializer callback from the authority instead of from the xdsChannel (#8498) by Easwar Swaminathan · 5 weeks ago
  33. 18ee309 grpcsync: use context.AfterFunc to close buffer after context canceled in CallbackSerializer (#8489) by Turfa Auliarachman · 5 weeks ago
  34. 19c720f deps: update github.com/prometheus/client_golang (#8502) by Pranjali-2501 · 5 weeks ago
  35. 31dc471 grpclb: simplify stringifying of IPv6 with net.JoinHostPort (#8503) by Oleksandr Redko · 5 weeks ago
  36. 57b69b4 xdsclient: modify how the resource watch state is retrieved for testing (#8499) by Easwar Swaminathan · 6 weeks ago
  37. ab9fb6d deps: update dependencies for all modules (#8497) by Pranjali-2501 · 6 weeks ago
  38. 8729c7d Change version to 1.76.0-dev by Pranjali-2501 · 6 weeks ago
  39. 2bd74b2 credentials: fix behavior of grpc.WithAuthority and credential handshake precedence (#8488) by Doug Fawley · 6 weeks ago v1.76.0-dev
  40. 9fa3267 xds: remove xds client fallback environment variable (#8482) by cjqzhao · 6 weeks ago
  41. 62ec29f grpc: Fix cardinality violations in non-client streaming RPCs. (#8385) by Pranjali-2501 · 6 weeks ago
  42. 85240a5 stats: change non-standard units to annotations (#8481) by Arjan Singh Bal · 7 weeks ago
  43. ac13172 update deps (#8478) by eshitachandwani · 7 weeks ago
  44. 0a895bc examples/opentelemetry: use experimental metrics in example (#8441) by vinothkumarr227 · 7 weeks ago
  45. 8b61e8f xdsclient: do not process updates from closed server channels (#8389) by Easwar Swaminathan · 7 weeks ago
  46. 7238ab1 Allow empty nodeID (#8476) by Sotiris Nanopoulos · 7 weeks ago
  47. 9186ebd cleanup: use slices.Equal to simplify code (#8472) by jishudashu · 8 weeks ago
  48. 55e8b90 protoc-gen-go-grpc: bump golang.org/x/net (#8458) by dependabot[bot] · 8 weeks ago
  49. e1f69d8 xdsclient: delay resource cache deletion to handle immediate re-subscription of same resource (#8369) by Purnesh Dixit · 8 weeks ago
  50. 8adcc94 advancedtls: avoid txt lookups in test and use test logger instead of Printf (#8469) by Arjan Singh Bal · 8 weeks ago
  51. a5e7cd6 stats: add DelayedPickComplete and follow correct semantics (#8465) by Doug Fawley · 8 weeks ago
  52. 89d2281 github: run arm64 tests without emulation (#8463) by Arjan Singh Bal · 8 weeks ago
  53. f69eaf0 testutils/roundrobin: Improve validation of WRR distribution (#8459) by Arjan Singh Bal · 8 weeks ago
  54. 4af0faa transport: add test case for zero second timeout (#8452) by Doug Fawley · 9 weeks ago
  55. cc46259 xdsclient: typed config better nil checks (#8412) by Burkov Egor · 9 weeks ago
  56. c7b188f Retract v1.74.0 and v1.74.1 (#8456) by Doug Fawley · 9 weeks ago
  57. 0a12fb0 Revert "credentials: allow audience to be configured (#8421) (#8442)" (#8450) by eshitachandwani · 9 weeks ago
  58. 52d9f91 transport: release mutex before returning on expired deadlines in server streams (#8451) by Arjan Singh Bal · 9 weeks ago
  59. bed551a xds: add a test for deadlocks in nested xDS channels (#8448) by Arjan Singh Bal · 9 weeks ago
  60. b64eaf8 endpointsharding: shuffle endpoint order before updating children (#8438) by Doug Fawley · 9 weeks ago
  61. 7208cdc credentials: allow audience to be configured (#8421) (#8442) by Chris Staite · 9 weeks ago
  62. af2600d Move erm-g to Emeritus Maintainer (#8418) by Richard Belleville · 10 weeks ago
  63. cf1a861 Remove inactive maintainers (#8416) by Richard Belleville · 10 weeks ago
  64. eb4a783 xds: give up pool lock before closing xdsclient channel (#8445) by Doug Fawley · 10 weeks ago
  65. 3d0cb79 alts: improve alts handshaker error logs (#8444) by Luwei Ge · 10 weeks ago
  66. 12f9d9c server: allow 0s grpc-timeout header values, as java is known to be able to send them (#8439) by Doug Fawley · 2 months ago
  67. a809a46 deps: update dependencies for all modules (#8434) by Arjan Singh Bal · 2 months ago
  68. a21e374 xds/cdsbalancer: correctly remove the unwanted cds watchers (#8428) by eshitachandwani · 2 months ago
  69. 64a6b62 grpctest: minor improvements to the test logger implementation (#8370) by Ashesh Vidyut · 2 months ago
  70. aa57e6a xds: cleanup internal testing functions for env vars that have long been removed (#8413) by Easwar Swaminathan · 3 months ago
  71. f9cf0f6 xdsclient: relay marshalled bytes of complete resource proto to decoders (#8422) by Purnesh Dixit · 3 months ago
  72. 8acde50 dns: add environment variable to disable TXT lookups in DNS resolver (#8377) by Doug Fawley · 3 months ago
  73. de72c21 xds: Avoid error logs when setting fallback bootstrap config (#8419) by Arjan Singh Bal · 3 months ago
  74. bb4b6d5 add grpctester (#8423) by eshitachandwani · 3 months ago
  75. dd718e4 github: delete mergeable configuration (#8415) by Doug Fawley · 3 months ago
  76. bfc1981 github: Restrict repo contents permissions to read-only in pr-validation (#8414) by Doug Fawley · 3 months ago
  77. 6207142 xdsclient: preserve original bytes for decoding when the resource is wrapped (#8411) by Easwar Swaminathan · 3 months ago
  78. a2d6045 Change version to 1.75.0-dev (#8409) by eshitachandwani · 3 months ago v1.75.0-dev
  79. 1787f94 xdsclient: export genericResourceTypeDecoder (#8406) by Easwar Swaminathan · 3 months ago
  80. 15299cc xdsclient: make a function to return the supported resource type implementations (#8405) by Easwar Swaminathan · 3 months ago
  81. 20bd1e7 grpc: revert #8278: Fix cardinality violations in non-server streaming RPCs (#8404) by Arjan Singh Bal · 3 months ago
  82. bdbe6a2 examples/opentelemetry: demonstrate enabling experimental metrics (#8388) by vinothkumarr227 · 3 months ago
  83. 0100d21 outlierdetection: cleanup temporary pickfirst health listener attribute (#8402) by Arjan Singh Bal · 3 months ago
  84. bbaca7a stub: Add child balancer in stub.BalancerData (#8393) by vinothkumarr227 · 3 months ago
  85. e5de1e2 xdsclient_test: Avoid restarting listener in TestServerFailureMetrics_AfterResponseRecv (#8399) by Arjan Singh Bal · 3 months ago
  86. 9c62b1c xds: Fix flaky test HandleListenerUpdate_ErrorUpdate (#8397) by Arjan Singh Bal · 3 months ago
  87. 042139c xds_test: Avoid buffering ack requests in ADS streams (#8395) by Arjan Singh Bal · 3 months ago
  88. 082a927 xds: Roll forward xdsclient migration (#8391) by Purnesh Dixit · 3 months ago
  89. 5f8fe4f github: Add workflow to replace mergeable (#8401) by Arjan Singh Bal · 3 months ago
  90. 57400b4 roundrobin: Remove unnecessary ExitIdle override (#8390) by Arjan Singh Bal · 3 months ago
  91. a64d933 grpc: Fix cardinality violations in non-server streaming RPCs (#8278) by Pranjali-2501 · 3 months ago
  92. d2e8366 xds: revert #8310: migration of xdsclient to use generic client and dedicated LRS client by Arjan Singh Bal · 3 months ago
  93. af0f88e add spiffe config (#8384) by eshitachandwani · 3 months ago
  94. 996aabe xds: migrate internal xdsclient to use generic client and dedicated LRS client (#8310) by Purnesh Dixit · 3 months ago
  95. ec91b2e xds: Remove temporary environment variable for least request (#8248) by Antoine Tollenaere · 3 months ago
  96. 9319d72 cmd/protoc-gen-go-grpc: use `Error()` since no formatting is performed (#8378) by Mikhail Mazurskiy · 3 months ago
  97. f6bf86c Add flag guarding SPIFFE Bundle provider (#8343) by Gregory Cooke · 4 months ago
  98. 6dfe07c balancer: Make ExitIdle compulsory for Balancers (#8367) by Arjan Singh Bal · 4 months ago
  99. 8d1e6e2 deps: update dependencies for all modules and fix revive findings (#8372) by Arjan Singh Bal · 4 months ago
  100. 9b7bd34 grpc: introduce new Dial and Server Options to set static window size (#8283) by vinothkumarr227 · 4 months ago