sidero
sidero copied to clipboard
chore: Bump google.golang.org/grpc from 1.59.0 to 1.62.1 in /sfyra
Bumps google.golang.org/grpc from 1.59.0 to 1.62.1.
Release notes
Sourced from google.golang.org/grpc's releases.
Release 1.62.1
Bug Fixes
- xds: fix a bug that results in
no matching virtual host foundRPC errors due to a difference between the target and LDS resource names (#6997)- server: fixed stats handler data
InPayload.Lengthfor unary RPC calls (#6766)
- Special Thanks:
@hueypark- grpc: the experimental
RecvBufferPoolDialOptionandServerOptionare now active during unary RPCs with compression (#6766)
- Special Thanks:
@hueypark- grpc: trim whitespaces in
accept-encodingheader before determining compressors
- Special Thanks:
@sercandRelease 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 cause
... (truncated)
Commits
9952aa8Change version to 1.62.1 (#7020)d7334c4fix enabling compression by trimming whitespaces in accept encoding header (#...d076e14rpc_util: Fix RecvBufferPool deactivation issues (#6766)9d981b0cherry-pick #6997 to 1.62.x release branch (#6979) (#7018)7c4b553Switch version to 1.62.1-dev (#6995)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)- Additional commits viewable in compare view
You can trigger a rebase of this PR 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)
Deploy Preview for wonderful-swartz-a1308c ready!
| Name | Link |
|---|---|
| Latest commit | da54494d54efa9b1b52dd0f61b2edbf3128a4d95 |
| Latest deploy log | https://app.netlify.com/sites/wonderful-swartz-a1308c/deploys/65ee638aaf33590008e9ba8d |
| Deploy Preview | https://deploy-preview-1339--wonderful-swartz-a1308c.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.