-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Insights: grpc/grpc-go
Overview
Could not load contribution data
Please try again later
3 Releases published by 2 people
-
v1.71.3 Release 1.71.3
published
May 26, 2025 -
v1.72.2 Release 1.72.2
published
May 26, 2025 -
v1.73.0 Release 1.73.0
published
Jun 5, 2025
39 Pull requests merged by 11 people
-
xdsclient: make a function to return the supported resource type implementations
#8405 merged
Jun 24, 2025 -
grpc: revert #8278: Fix cardinality violations in non-server streaming RPCs
#8404 merged
Jun 23, 2025 -
examples/opentelemetry: demonstrate enabling experimental metrics
#8388 merged
Jun 23, 2025 -
outlierdetection: cleanup temporary pickfirst health listener attribute
#8402 merged
Jun 19, 2025 -
stub: Add child balancer in stub.BalancerData
#8393 merged
Jun 19, 2025 -
xdsclient_test: Avoid restarting listener in TestServerFailureMetrics_AfterResponseRecv
#8399 merged
Jun 17, 2025 -
xds: Fix flaky test HandleListenerUpdate_ErrorUpdate
#8397 merged
Jun 16, 2025 -
xds_test: Avoid buffering ack requests in ADS streams
#8395 merged
Jun 16, 2025 -
Rollforward xdsclient migrate internal
#8391 merged
Jun 16, 2025 -
github: Add workflow to replace mergeable
#8401 merged
Jun 16, 2025 -
cherry-pick #8384 into v1.73.x
#8394 merged
Jun 12, 2025 -
roundrobin: Remove unnecessary ExitIdle override
#8390 merged
Jun 11, 2025 -
grpc: Fix cardinality violations in non-server streaming RPCs
#8278 merged
Jun 11, 2025 -
xds: revert #8310: migration of xdsclient to use generic client and dedicated LRS client
#8387 merged
Jun 9, 2025 -
test/kokoro: add config for spiffe test
#8384 merged
Jun 9, 2025 -
xds: migrate internal xdsclient to use generic client and dedicated LRS client
#8310 merged
Jun 6, 2025 -
xds: remove temporary environment variable for least request
#8248 merged
Jun 5, 2025 -
Change version to 1.73.1-dev
#8323 merged
Jun 5, 2025 -
Change version to 1.73.0
#8322 merged
Jun 5, 2025 -
cherry-pick #8343 to 1.73.x
#8382 merged
Jun 5, 2025 -
cmd/protoc-gen-go-grpc: use
Error()
since no formatting is performed#8378 merged
Jun 5, 2025 -
Add flag guarding SPIFFE Bundle provider
#8343 merged
Jun 4, 2025 -
balancer: Make ExitIdle compulsory for Balancers
#8367 merged
Jun 3, 2025 -
deps: update dependencies for all modules
#8372 merged
Jun 3, 2025 -
xds/internal: update generic grpctransport codec name to proto
#8368 merged
Jun 2, 2025 -
transport: Re-use slice buffer reader for a stream
#8360 merged
May 29, 2025 -
grpc: Fix cardinality violations in client streaming and unary RPCs.
#8330 merged
May 28, 2025 -
Cherry-pick #8364 to 1.73.x
#8365 merged
May 28, 2025 -
transport: Optimize allocations
#8361 merged
May 28, 2025 -
balancer/ringhash: Add experimental notice in package comment
#8364 merged
May 28, 2025 -
[interop client] provide a flag to set google-c2p resolver universe domain
#8145 merged
May 28, 2025 -
xdsclient: Fix flakyness in
TestResourceUpdateMetrics
in the case of repeated NACKs#8363 merged
May 28, 2025 -
balacergroup: cleanup exitIdle()
#8347 merged
May 26, 2025 -
Update version to 1.72.3-dev
#8359 merged
May 26, 2025 -
Update version to 1.71.4-dev
#8358 merged
May 26, 2025 -
Change version to v1.72.2
#8357 merged
May 26, 2025 -
Change version to v1.71.3
#8355 merged
May 26, 2025 -
xdsclient: fix unexpectedly large LoadReportInterval in initial load report request
#8348 merged
May 26, 2025
7 Pull requests opened by 6 people
-
xdsclient: delay resource cache deletion to handle immediate re-subscription of same resource
#8369 opened
May 29, 2025 -
grpctest: minor improvements to the test logger implementation
#8370 opened
May 30, 2025 -
grpctest: add test coverages of `ExitIdle`
#8375 opened
May 31, 2025 -
dns: add environment variable to disable TXT lookups in DNS resolver
#8377 opened
Jun 2, 2025 -
grpc: Fix cardinality violations in non-client streaming RPCs.
#8385 opened
Jun 6, 2025 -
xdsclient: do not process updates from closed server channels
#8389 opened
Jun 9, 2025 -
xdsclient: export genericResourceTypeDecoder
#8406 opened
Jun 24, 2025
22 Issues closed by 7 people
-
stats: Update documentation and examples to demonstrate enabling `experimental` metrics
#8311 closed
Jun 23, 2025 -
cleanup: Add child balancer in stub.BalancerData
#8371 closed
Jun 19, 2025 -
infinite ResolveNow() loop on net transients
#8154 closed
Jun 18, 2025 -
Flaky Test: Test/Server_RedundantUpdateSuppression
#8392 closed
Jun 18, 2025 -
Cardinality violations in serverside streaming RPC.
#8362 closed
Jun 17, 2025 -
Implement A61 update to remove special case for LOGICAL_DNS clusters
#8379 closed
Jun 17, 2025 -
Flaky test: Test/ServerFailureMetrics_AfterResponseRecv
#8351 closed
Jun 17, 2025 -
Flaky Test: Test/HandleListenerUpdate_ErrorUpdate
#8305 closed
Jun 16, 2025 -
Flaky test: Test/Server_Basic
#8185 closed
Jun 16, 2025 -
Resolver state is not updating during kubernetes rolling update
#8398 closed
Jun 13, 2025 -
Make gauge metrics thread-safe
#8386 closed
Jun 7, 2025 -
Make least request available by default (remove GRPC_EXPERIMENTAL_ENABLE_LEAST_REQUEST)
#8228 closed
Jun 5, 2025 -
Flaky test Test/ResourceUpdateMetrics (new xDS client)
#8344 closed
Jun 5, 2025 -
Move the watch timer out of `authority` and into `transport`
#6090 closed
Jun 4, 2025 -
xds: support LRS for all cluster types
#7192 closed
Jun 4, 2025 -
Add ExitIdle method in balancer.Balancer interface
#8345 closed
Jun 3, 2025 -
vet/revive: resume version bump
#8337 closed
Jun 3, 2025 -
protoc-gen-go-grpc support split single proto file gen to diffrent package
#8233 closed
May 30, 2025 -
Flaky test: 1/100k: UpdateAddresses_NoopIfCalledWithSameAddresses
#5548 closed
May 28, 2025 -
Refactor `pemfile.Options` as the intermediate struct is not needed
#8222 closed
May 28, 2025
6 Issues opened by 4 people
-
Allow clients to configure how http2 errors are interpreted by making the http2ErrConvTab configurable
#8400 opened
Jun 12, 2025 -
xDS mulitple cluster - gRPC Client stops RPC, when a Cluster has no active endpoint
#8383 opened
Jun 5, 2025 -
xds/balancer: Re-evaluate increasing `loadStoreTimeout` in clusterimpl balancer
#8380 opened
Jun 4, 2025
15 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
stats/opentelemetry: record retry attempts from clientStream
#8342 commented on
Jun 24, 2025 • 76 new comments -
Grpc DNS resolver timing out for simple localhost lookup
#8356 commented on
Jun 2, 2025 • 0 new comments -
NOTICE: Upcoming API changes to experimental Name Resolver (`resolver`) and LB Policy (`balancer`) packages
#6472 commented on
Jun 3, 2025 • 0 new comments -
xdsclient: race around resource subscriptions and unsubscsriptions
#8125 commented on
Jun 3, 2025 • 0 new comments -
Implement compression interop tests
#1357 commented on
Jun 4, 2025 • 0 new comments -
xds: switch generic xds client to use slog instead of grpclog
#8314 commented on
Jun 5, 2025 • 0 new comments -
Flaky Test: extras/features/gracefulstop
#8046 commented on
Jun 5, 2025 • 0 new comments -
Flaky test: 6/10k: Test/CZServerSocketMetricsStreamsAndMessagesCount
#5344 commented on
Jun 10, 2025 • 0 new comments -
Flaky test: Test/WrrLocality/custom_lb_least_request
#6601 commented on
Jun 10, 2025 • 0 new comments -
Behavior change for A61 update: remove special case for LOGICAL_DNS clusters
#8153 commented on
Jun 17, 2025 • 0 new comments -
Cardinality violations should use error code “unimplemented”
#7286 commented on
Jun 17, 2025 • 0 new comments -
Provide a way to adjust the initial window size that does not also disable BDP estimation
#7923 commented on
Jun 17, 2025 • 0 new comments -
TestClientSupportedCompressors fails if other tests register compressors
#7960 commented on
Jun 18, 2025 • 0 new comments -
Flaky test: TestPickerUpdateOnDataCacheSizeDecrease
#7800 commented on
Jun 20, 2025 • 0 new comments -
xdsclient: add an e2e style test for fallback involving more than 2 servers
#7817 commented on
Jun 23, 2025 • 0 new comments