Bump google.golang.org/grpc from 1.58.0-dev to 1.66.0-dev
Bumps google.golang.org/grpc from 1.58.0-dev to 1.66.0-dev.
Release notes
Sourced from google.golang.org/grpc's releases.
Release 1.64.0
API Changes
- stats: Deprecate
InPayload.DataandOutPayload.Data; they were experimental and will be deleted in the next release (#7121)Behavior Changes
- codec: Remove handling of environment variable
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
- resolver/dns: Add
SetMinResolutionIntervalto set the minimum interval at which DNS re-resolutions may occur (#6962)
- Special Thanks:
@HomayoonAlimohammadi- peer/peer: Implement the
fmt.Stringerinterface for pretty printingPeer, and- metadata/metadata: Implement the
fmt.Stringerinterface for pretty printingMD(#7137)
- Special Thanks:
@AnomalRoilPerformance Improvements
- client: Improve RPC performance by reducing work while holding a lock (#7132)
Bug Fixes
- transport/server: Display the proper timeout value when keepalive pings are not ack'd in time (#7038)
- Special Thanks:
@BatmanAoD- channelz: Fix bug that was causing the subchannel's target to be unset (#7189)
- stats: Fix bug where peer was not set in context when calling stats handler for
OutPayload,InPayload, andEnd(#7096)Dependencies
- deps: Remove dependency on deprecated
github.com/golang/protobufmodule (#7122)Documentation
- grpc: Deprecate
WithBlock,WithReturnConnectionError,FailOnNonTempDialErrorwhich are ignored byNewClient(#7097)
- Special Thanks:
@pellared- grpc: Deprecate
DialandDialContext. These will continue to be supported throughout 1.x, but are deprecated to direct users toNewClient(See #7090 for more information)- examples: Add custom lb example (#6691)
Release 1.63.2
Bugs
- Fix the user agent string
Release 1.63.1
Bugs
- grpc: fixed subchannel log messages to properly reference the parent channel (#7101)
- Special thanks:
@daniel-weisseAPI Changes
... (truncated)
Commits
9bdf335Change version to 1.66.0-dev (#7308)6d23620documentation: on server, use FromIncomingContext for retrieving context and...7e5898exds: unify xDS client creation APIs meant for testing (#7268)5d7bd7ainterop/xds: Interop client and server changes for CSM Observability (#7280)1958fcbcmd/protoc-gen-go-grpc: update version for release (#7294)32f6091*: update deps (#7282)02f0e77security: remove security/authorization module (#7281)8bf2b3egrpcrand: delete all of grpcrand and call the rand package directly (#7283)24e9024Fix close in use certificate providers after doubleClose()method call on ...33faea8ringhash: fix normalizeWeights (#7156)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
coverage: 88.803%. remained the same when pulling 53c7066e0cdb0954526370bd717a0738e7139ee2 on dependabot/go_modules/google.golang.org/grpc-1.66.0-dev into c52408e2a236e6b15aa25ed28247200f64a4b8f7 on master.
coverage: 88.803%. remained the same when pulling 95109d9f644eee23d7727c57f8916676020d42e0 on dependabot/go_modules/google.golang.org/grpc-1.66.0-dev into cea022399bf1e14d7844b280fdc01ea29619f2cb on master.
@dependabot rebase
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!
If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.
@dependabot recreate
Looks like google.golang.org/grpc is up-to-date now, so this is no longer needed.