-
Notifications
You must be signed in to change notification settings - Fork 223
fix(deps): update grpc version #367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/grpc-major-upgrade
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
Author
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: gwy/templates/go.mod.tmpl |
7044b9c to
ea7c399
Compare
525d574 to
8d9787c
Compare
idodod
approved these changes
Feb 16, 2023
697f82d to
2bbca79
Compare
2bbca79 to
1300e70
Compare
2622ae2 to
f74e24d
Compare
969ad02 to
1cd7637
Compare
1cd7637 to
679483b
Compare
d539cfe to
63acc69
Compare
1fec07a to
b3dc3f5
Compare
b3dc3f5 to
0f54012
Compare
0f54012 to
5c6d43a
Compare
50612a4 to
bf05eed
Compare
bf05eed to
8768410
Compare
8768410 to
b46ec5e
Compare
c2e5ec9 to
921f53f
Compare
921f53f to
0d47754
Compare
0d47754 to
e3f9c1a
Compare
e3f9c1a to
40fa992
Compare
618c5df to
89fc9e6
Compare
89fc9e6 to
b9e9854
Compare
a41785b to
2c8fd98
Compare
2c8fd98 to
df7517a
Compare
df7517a to
0335f47
Compare
bcce5aa to
181b300
Compare
181b300 to
edb47c7
Compare
8317e0f to
5ae5b01
Compare
7cc4d8d to
9b63890
Compare
18f6a6a to
4f82189
Compare
24d0a93 to
6e3c850
Compare
0ec4bee to
2a8a12f
Compare
2a8a12f to
49d467b
Compare
49d467b to
14202fe
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.51.0->v1.76.01.51->1.751.51->1.76Release Notes
grpc/grpc-go (google.golang.org/grpc)
v1.76.0: Release 1.76.0Compare Source
Dependencies
Bug Fixes
INTERNALwhen a server sends zero response messages for a unary or client-streaming RPC. (#8523)INTERNALinstead ofUNKNOWNupon receiving http headers with status 1xx andEND_STREAMflag set. (#8518)IDLEstate on backend address change. (#8615)New Features
credentials/jwtpackage providing file-based JWT PerRPCCredentials (A97). (#8431)Performance Improvements
v1.75.1: Release 1.75.1Compare Source
Bug Fixes
v1.75.0: Release 1.75.0Compare Source
Behavior Changes
DelayedPickCompleteevent, a type alias ofPickerUpdated. (#8465)PickerUpdatedsymbol.grpc.WithAuthorityas the highest-priority option for setting authority, above the setting in the credentials themselves. (#8488)WithAuthorityis available, the credentials should not be used to override the authority.New Features
GRPC_ENABLE_TXT_SERVICE_CONFIG) to provide a way to disable TXT lookups in the DNS resolver (by setting it tofalse). By default, TXT lookups are enabled, as they were previously. (#8377)Bug Fixes
callandendpointin curly braces to comply with UCUM and gRPC OpenTelemetry guidelines. (#8481)grpc.NewClient(":<port-number-or-name>")). (#8488)v1.74.3: Release 1.74.3Compare Source
Bug Fixes
v1.74.2: Release 1.74.2Compare Source
New Features
DialOptionsandServerOptions(WithStaticStreamWindowSize,WithStaticConnWindowSize,StaticStreamWindowSize,StaticConnWindowSize) that force fixed window sizes for all HTTP/2 connections. By default, gRPC uses dynamic sizing of these windows based upon a BDP estimation algorithm. The existing options (WithInitialWindowSize, etc) also disable BDP estimation, but this behavior will be changed in a following release. (#8283)API Changes
ExitIdlemethod toBalancerinterface. Earlier, implementing this method was optional. (#8367)Behavior Changes
GRPC_EXPERIMENTAL_ENABLE_LEAST_REQUESTenvironment variable that allows disabling the least request balancer with xDS. Least request was made available by default with xDS in v1.72.0. (#8248)Bug Fixes
Attempt to set a bootstrap configuration...when creating multiple directpath channels. (#8419)Performance Improvements
mem.Readerobjects. (#8360)Documentation
v1.74.1: Release 1.74.1Compare Source
Version 1.74.1 retracts release v1.74.0 and itself. Release 1.74.0 was accidentally tagged on the wrong commit and should not be used. Version 1.73.0 should be used until 1.74.2 is released.
v1.74.0: Release 1.74.0Compare Source
Release 1.74.0 was accidentally tagged on the wrong commit and should not be used. Version 1.73.0 should be used until 1.74.1 is released.
v1.73.1: Release 1.73.1Compare Source
Bug Fixes
v1.73.0: Release 1.73.0Compare Source
New Features
GRPC_EXPERIMENTAL_ENABLE_LEAST_REQUEST=falsein your environment. (#8253)CallAuthorityCall Option that can be used to overwrite the http:authorityheader on per-RPC basis. (#8068)Listmethod to gRPC Health service. (#8155)GRPC_EXPERIMENTAL_XDS_MTLS_SPIFFE=true. (#8167, #8180, #8229, #8343)Bug Fixes
grpc-timeoutheader is created. (#8312)grpc-timeoutheader values are now rejected. This is consistent with the gRPC protocol spec. (#8290)Performance Improvements
Documentation
v1.72.3: Release 1.72.3Compare Source
Bug Fixes
v1.72.2: Release 1.72.2Compare Source
Bug Fixes
NO_PROXYenvironment variable when connecting to locally-resolved addresses (case 2 from gRFC A1). (#8329)v1.72.1: Release 1.72.1Compare Source
Bug Fixes
v1.72.0: Release 1.72.0Compare Source
Dependencies
API Changes
AddressMapV2with generics to ultimately replaceAddressMap. DeprecateAddressMapfor deletion (#8187)New Features
grpc.xds_client.server_failurecounter metric on xDS client to record connectivity errors (#8203)maxAgeto exceed 5 minutes ifstaleAgeis set in the LB policy configuration (#8137)GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRSTtofalse(case insensitive).Bug Fixes
Behavior Changes
Documentation
v1.71.3: Release 1.71.3Compare Source
Bug Fixes
NO_PROXYenvironment variable when connecting to locally-resolved addresses (case 2 from gRFC A1). (#8329)v1.71.2: Release 1.71.2Compare Source
Bug Fixes
v1.71.1: Release 1.71.1Compare Source
Bug Fixes
TextMapPropagatorandTracerProviderfromTraceOptionsinstead of OpenTelemetry globals (#8166)NewAddressAPI (#8149)v1.71.0: Release 1.71.0Compare Source
API Changes
MetricsRecordermethod onBalancer.ClientConninstead of the removedBalancer.BuildOptions.MetricsRecorderfield to obtain a metrics recorder. (#8027)balancer.ClientConnimplementations must now embed a delegate implementation. This allows grpc-go to add new methods to the interface and remain backward compatible. (#8026)New Features
GRPC_EXPERIMENTAL_XDS_DUALSTACK_ENDPOINTS=false. (#8134)DisableAutoReconnectoption will not attempt to callExitIdleautomatically on their children when the children report idle. (#8052)Bug Fixes
grpc.NewClientso the target is resolved by the proxy as expected. (#7881)WithLocalDNSResolution()dial option to explicitly force target resolution on the client instead. (#7881)UNAVAILABLEwhen the EDS resource is missing or contains no endpoints (#8070)maxReceiveMessageSizeisMaxInt(#7918)Documentation
grpc.NewClientandClientConn.CanonicalTargetby providing examples. (#8078)v1.70.0: Release 1.70.0Compare Source
Behavior Changes
New Features
GRPC_EXPERIMENTAL_XDS_FALLBACKtofalse. (#7949)Bug Fixes
Performance
Documentation
v1.69.4: Release 1.69.4Compare Source
Bug Fixes
Documentation
v1.69.2: Release 1.69.2Compare Source
Bug Fixes
Metrics/etc) that were moved to the stats package (#7929).v1.69.0: Release 1.69.0Compare Source
Known Issues
grpc.NewClientfunction is incompatible with forward proxies, because it resolves the target hostname on the client instead of passing the hostname to the proxy. A fix is expected to be a part of grpc-go v1.70. (#7556)New Features
pickfirstLB policy (disabled by default) supports Happy Eyeballs, interleaving IPv4 and IPv6 address as described in RFC-8305 section 4, to attempt connections to multiple backends concurrently. The experimentalpickfirstpolicy can be enabled by setting the environment variableGRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRSTtotrue. (#7725, #7742)pick_firstload balancing policy (#7839)MethodHandler, which is the type of an already-exported field inMethodDesc(#7796)Bug Fixes
Behavior Changes
pick_firstLB policy to manage connections (#7826)API Changes
balancer.SubConninterface to force implementors to embed a delegate implementation. This requirement is present in the interface documentation, but wasn't enforced earlier. (#7840)Performance Improvements
ReadAll()method for more efficientio.Readerconsumption (#7653)Documentation
v1.68.2: Release 1.68.2Compare Source
Dependencies
stats/opentelemetrymodule and instead add the experimental packages it contains directly into the maingoogle.golang.org/grpcmodule (#7936)v1.68.1: Release 1.68.1Compare Source
Bug Fixes
Dependencies
go1.22.7togo1.22. (#7831)v1.68.0: Release 1.68.0Compare Source
Known Issues
grpc.NewClientfunction is incompatible with forward proxies, because it resolves the target hostname on the client instead of passing the hostname to the proxy. This bug has been present since the introduction ofNewClient. A fix is expected to be a part of grpc-go v1.70. (#7556)Behavior Changes
ClientConn.Close()now closes transports simultaneously and waits for transports to be closed before returning. (#7666)NewTLSthat usetls.Config.GetConfigForClientwill now have CipherSuites, supported TLS versions and ALPN configured automatically. These were previously only set for configs not using theGetConfigForClientoption. (#7709)Bug Fixes
Dependencies
go1.22.7. (#7624)v1.67.3: Release 1.67.3Compare Source
Dependencies
stats/opentelemetrymodule and instead add the experimental packages it contains directly into the maingoogle.golang.org/grpcmodule (#7935)v1.67.2: Release 1.67.2Compare Source
Bug Fixes
v1.67.1: Release 1.67.1Compare Source
Bug Fixes
v1.67.0: Release 1.67.0Compare Source
Bug Fixes
Behavior Changes
GRPC_ENFORCE_ALPN_ENABLEDtofalse(case insensitive). Please file a bug if you encounter any issues with this behavior. The environment variable to revert this behavior will be removed in an upcoming release. (#7535)v1.66.3: Release 1.66.3Compare Source
Bug Fixes
v1.66.2: Release 1.66.2Compare Source
Dependencies
testingpackage (#7579)flatepackage (#7595)Bug Fixes
v1.66.1Compare Source
v1.66.0: Release 1.66.0Compare Source
New Features
ValueFromIncomingContext(#7368)WaitForStateChangeandGetStatemethods, which were previously experimental. (#7425)total_issued_requestsfield. (#7544)Bug Fixes
conn.Writereturns errors (#7394)Performance Improvements
Codecwhich uses buffer recycling for encoded message (#7356)mempackage to facilitate buffer reuse (#7432)v1.65.1: Release 1.65.1Compare Source
Bug Fixes
v1.65.0: Release 1.65.0Compare Source
Dependencies
Behavior Changes
GRPC_ENFORCE_ALPN_ENABLEDis set to "true" (case insensitive). (#7184)New Features
WithMaxCallAttemptsto configure gRPC's retry behavior per-channel. (#7229)Bug Fixes
v1.64.1: Release 1.64.1Compare Source
Dependencies
v1.64.0: Release 1.64.0Compare Source
API Changes
InPayload.DataandOutPayload.Data; they were experimental and will be deleted in the next release (#7121)Behavior Changes
GRPC_GO_ADVERTISE_COMPRESSORSto suppress setting supported compressors ingrpc-accept-encodingheader. Compressors will always be advertised, as they have been by default for some time (#7203)New Features
SetMinResolutionIntervalto set the minimum interval at which DNS re-resolutions may occur (#6962)fmt.Stringerinterface for pretty printingPeer, andfmt.Stringerinterface for pretty printingMD(#7137)Performance Improvements
Bug Fixes
OutPayload,InPayload, andEnd(#7096)Dependencies
github.com/golang/protobufmodule (#7122)Documentation
WithBlock,WithReturnConnectionError,FailOnNonTempDialErrorwhich are ignored byNewClient(#7097)DialandDialContext. These will continue to be supported throughout 1.x, but are deprecated to direct users toNewClient(See #7090 for more information)v1.63.3: Release 1.63.3Compare Source
Dependencies
v1.63.2: Release 1.63.2Compare Source
Bugs
v1.63.1: Release 1.63.1Compare Source
Bugs
API Changes
v1.63.0: Release 1.63.0Compare Source
Behavior Changes
resolver.Address.String()(experimental) (#6923)New Features
ClientConn.CanonicalTarget()to return the canonical target string. (#7006)grpc.NewClientto allow users to create new clients in idle mode and with "dns" as the default resolver (#7010)API Changes
ClientConn.Target()(#7006)Bug Fixes
grpc.Serveras anhttp.Handlerwith the Go stdlib HTTP server (#6989)SetResolvingTimeoutto allow configuring the DNS resolver's global timeout (#6917)v1.62.2: Release 1.62.2Compare Source
Dependencies
v1.62.1: Release 1.62.1Compare Source
Bug Fixes
no matching virtual host foundRPC errors due to a difference between the target and LDS resource names (#6997)InPayload.Lengthfor unary RPC calls (#6766)RecvBufferPoolDialOptionandServerOptionare now active during unary RPCs with compression (#6766)accept-encodingheader before determining compressorsv1.62.0: Release 1.62.0Compare Source
New Features
Behavior Changes
Bug Fixes
Performance Improvements
x/net/traceby usinggrpcnotraceto enable dead code elimination (#6954)grpcrandby adoptingmath/rand's top-level functions for go version 1.21.0 and newer. (#6925)Dependencies
v1.61.2: Release 1.61.2Compare Source
Dependencies
v1.61.1: Release 1.61.1[Compare Source](https://redirect.github.com/grpc
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.