-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Insights: grpc/grpc-go
Overview
Could not load contribution data
Please try again later
1 Release published by 1 person
-
v1.68.0 Release 1.68.0
published
Nov 7, 2024
15 Pull requests merged by 6 people
-
clusterimpl: update picker synchronously on config update
#7652 merged
Nov 8, 2024 -
grpc: Remove health check func dial option used for testing
#7820 merged
Nov 8, 2024 -
xdsclient: fix flaky test TestServeAndCloseDoNotRace
#7814 merged
Nov 7, 2024 -
Change version to 1.68.1-dev
#7745 merged
Nov 7, 2024 -
Change version to 1.68.0
#7743 merged
Nov 7, 2024 -
xdsclient: support fallback within an authority
#7701 merged
Nov 6, 2024 -
Cherry-pick #7754 into v1.68.x
#7813 merged
Nov 6, 2024 -
pickfirst: Interleave IPv6 and IPv4 addresses for happy eyeballs
#7742 merged
Nov 6, 2024 -
cleanup: replace grpc.Dial with grpc.NewClient in grpclb test
#7789 merged
Nov 5, 2024 -
xdsclient/ads: reset the pending bit of ADS stream flow control at the end of the onDone method
#7806 merged
Nov 5, 2024 -
balancer: Enforce embedding the SubConn interface in implementations
#7758 merged
Nov 5, 2024 -
xds/resolver: fix flaky test TestResolverRemovedWithRPCs with a workaround
#7804 merged
Nov 5, 2024 -
transport: refactor to split ClientStream from ServerStream from common Stream functionality
#7802 merged
Nov 4, 2024 -
transport: remove useless trampoline function
#7801 merged
Nov 1, 2024 -
xdsclient: start using the newly added transport and channel functionalities
#7773 merged
Nov 1, 2024
4 Pull requests opened by 3 people
-
server: add embedding requirement to ServerTransportStream
#7798 opened
Nov 1, 2024 -
transport: add send operations to ClientStream and ServerStream
#7808 opened
Nov 4, 2024 -
xds: Plumb EDS endpoints through xDS Balancer Tree
#7816 opened
Nov 6, 2024 -
xdsclient: don't change any global state in NewForTesting
#7822 opened
Nov 7, 2024
9 Issues closed by 4 people
-
parseServiceConfig should fail when unknown fields are present
#7818 closed
Nov 8, 2024 -
Flaky test: TestServeAndCloseDoNotRace
#7627 closed
Nov 7, 2024 -
xdsclient: reduce the number of ADS requests
#7473 closed
Nov 6, 2024 -
xdsclient: support fallback within each xDS server authority [A71]
#6902 closed
Nov 6, 2024 -
Flaky test: ADSFlowControl_ResourceDoesNotExist
#7805 closed
Nov 5, 2024 -
What is an "activity" for gRPC keepalive?
#7795 closed
Nov 5, 2024 -
Flaky test: TestResolverRemovedWithRPCs
#7799 closed
Nov 5, 2024 -
Please reconsider removal of `GRPC_ENFORCE_ALPN_ENABLED` in version 1.68.0 and beyond.
#7769 closed
Nov 4, 2024 -
Buffer leak tests are not enabled
#7676 closed
Nov 4, 2024
7 Issues opened by 4 people
-
xdsclient: make `xdsclient.NewForTesting` more hermetic
#7821 opened
Nov 7, 2024 -
xdsclient: propagate previously received errors to new watchers
#7819 opened
Nov 6, 2024 -
xdsclient: add an e2e style test for fallback involving more than 2 servers
#7817 opened
Nov 6, 2024 -
Flaky Test: Test/ServerSideXDS_Fallback
#7812 opened
Nov 6, 2024 -
xds: revert workarounds in tests when go-control-plane issue is fixed
#7807 opened
Nov 4, 2024 -
Flaky test: Test/RingHash_IdleToReady
#7803 opened
Nov 4, 2024 -
Flaky test: TestPickerUpdateOnDataCacheSizeDecrease
#7800 opened
Nov 1, 2024
24 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/internal: OpenTelemetry tracing GRPCTraceBinPropagator
#7677 commented on
Nov 7, 2024 • 31 new comments -
balancer: Add a SubConn.RegisterHealthListener API
#7780 commented on
Nov 8, 2024 • 22 new comments -
grpc: fix getting empty response when compress enabled and maxReceiveMessageSize be maxInt64
#7753 commented on
Nov 8, 2024 • 21 new comments -
xds: switching to stubserver in tests instead of testservice implementation
#7726 commented on
Nov 8, 2024 • 17 new comments -
test: Add unit test for channel state waiting for first resolver update
#7768 commented on
Nov 6, 2024 • 15 new comments -
pickfirst: Implement Happy Eyeballs
#7725 commented on
Nov 8, 2024 • 12 new comments -
docs: update documentation for `ClientStream.SendMsg()` returning `nil` unconditionally when `ClientStreams=false`
#7790 commented on
Nov 8, 2024 • 4 new comments -
balancer/weightedroundrobin: Switch Weighted Round Robin to use pick first instead of SubConns
#7797 commented on
Nov 6, 2024 • 3 new comments -
orca: switching to stubserver in tests instead of testservice implementation
#7727 commented on
Nov 8, 2024 • 2 new comments -
In picker logic(picker_wrapper.go), add possibility of wrapping returned error
#7770 commented on
Nov 7, 2024 • 0 new comments -
`StatsHandler` Order Guarantees
#7787 commented on
Nov 7, 2024 • 0 new comments -
grpclog: change logger to avoid Printf when the logger is io.Discard
#7471 commented on
Nov 4, 2024 • 0 new comments -
mem: implement `ReadAll()` for more efficient `io.Reader` consumption
#7653 commented on
Nov 6, 2024 • 0 new comments -
Flaky Test: AllMetricsOneFunction
#7423 commented on
Nov 6, 2024 • 0 new comments -
NewClient functions behaviour is incompatible with secure forward-proxies
#7556 commented on
Nov 6, 2024 • 0 new comments -
protoc-gen-go-grpc: confusion between --go-grpc_out and --go-grpc_opt in README
#5651 commented on
Nov 5, 2024 • 0 new comments -
Feature Request: Add Support for Generating Full Method Names List for Service-Level gRPC Interceptors
#7591 commented on
Nov 4, 2024 • 0 new comments -
Access to Raw Serialized Data (Raw Data) in Latest gRPC Version Without Marshaling - Previous Workaround No Longer Available
#7794 commented on
Nov 4, 2024 • 0 new comments -
proposal: add cause to canceled context when Client sending a RST_STREAM due to an error on their end
#7778 commented on
Nov 5, 2024 • 0 new comments -
Add cancel cause when client sends RST_STREAM frame
#7541 commented on
Nov 4, 2024 • 0 new comments -
Optimize recvAndDecompress when receiving compressed payload
#7786 commented on
Nov 8, 2024 • 0 new comments -
No healthy EDS addresses should result in picker errors
#7749 commented on
Nov 1, 2024 • 0 new comments -
Made MethodHandler type exportable #7794
#7796 commented on
Nov 7, 2024 • 0 new comments -
Flaky Test: 1/10k: TestLoadReporting
#6310 commented on
Nov 1, 2024 • 0 new comments