build(deps): bump google.golang.org/grpc from 1.59.0 to 1.62.0
Bumps google.golang.org/grpc from 1.59.0 to 1.62.0.
Release notes
Sourced from google.golang.org/grpc's releases.
Release 1.62.0
New Features
- grpc: Add StaticMethod CallOption as a signal to stats handler that a method is safe to use as an instrument key (#6986)
Behavior Changes
- grpc: Return canonical target string from ClientConn.Target() and resolver.Address.String() (#6923)
Bug Fixes
- server: wait to close connection until incoming socket is drained (with timeout) to prevent data loss on client-side (#6977)
- Special Thanks:
@s-matyukevichfor discovering the root causePerformance Improvements
- *: Allow building without
x/net/traceby usinggrpcnotraceto enable dead code elimination (#6954)
- Special Thanks:
@hugelgupf- rand: improve performance and simplify implementation of
grpcrandby adoptingmath/rand's top-level functions for go version 1.21.0 and newer. (#6925)
- Special Thanks:
@kmirzavaziriDependencies
- *: Use google.golang.org/protobuf/proto instead of github.com/golang/protobuf. (#6919)
- Special Thanks:
@Clement-Jean[!NOTE] The above change in proto library usage introduces a minor behavior change within those libraries. The old
github.com/golang/protobuflibrary would error if given anilmessage toMarshal, while the newgoogle.golang.org/protobuflibrary will successfully output zero bytes in this case. This means server method handlers that didreturn nil, nilwill now return an empty message and no error, while it used to return an error. This also affects the client side, where clients sendingnilmessages used to fail without sending the RPC, and now they will send an empty message.Release 1.61.1
Bug Fixes
- server: wait to close connection until incoming socket is drained (with timeout) to prevent data loss on client-side (#6977)
- Special Thanks:
@s-matyukevichfor discovering the root causeRelease 1.61.0
New Features
- resolver: provide method,
AuthorityOverrider, to allow resolver.Builders to override the default authority for aClientConn. (EXPERIMENTAL) (#6752)
- Special Thanks:
@Aditya-Sood- xds: add support for mTLS Credentials in xDS bootstrap (gRFC A65) (#6757)
- Special Thanks:
@atollena- server: add
grpc.WaitForHandlersServerOptionto causeServer.Stopto block until method handlers return. (EXPERIMENTAL) (#6922)Performance Improvements
... (truncated)
Commits
d715b2eChange version to 1.62.0 (#6994)d706a42cherry-pick #6926 to 1.62 release branch (#6986)8a4ca0ccherry-pick #6977 to 1.62.x release branch (#6979)d41b01dencoding: fix typo (#6966)c2b50eedeps: fix backwards compatibility with encoding (#6965)05b4a8bRevert "xds/googlec2p: use xdstp names for LDS (#6949)" (#6964)03e76b3grpc: add ability to compile with or without tracing (#6954)84b85baxds/googledirectpath: Check if ipv6 address is non empty (#6959)6f63f05internal/grpcrand: use Go top-level random functions for go1.21+ (#6925)cd69b5d.*: fix minor linter issues (#6958)- 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)
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 58.26%. Comparing base (
e2762b1) to head (be20e41). Report is 4 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #11540 +/- ##
==========================================
- Coverage 58.29% 58.26% -0.03%
==========================================
Files 135 135
Lines 11555 11593 +38
==========================================
+ Hits 6736 6755 +19
- Misses 4155 4173 +18
- Partials 664 665 +1
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Superseded by #11579.