gateway-api
gateway-api copied to clipboard
build(deps): bump google.golang.org/grpc from 1.61.0 to 1.62.1
Bumps google.golang.org/grpc from 1.61.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
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
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)
Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: dependabot[bot] Once this PR has been reviewed and has the lgtm label, please assign youngnick for approval. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
Hi @dependabot[bot]. Thanks for your PR.
I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test label.
I understand the commands that are listed here.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
@dependabot[bot]: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:
| Test name | Commit | Details | Required | Rerun command |
|---|---|---|---|---|
| pull-gateway-api-test | 41f0e7109fac30534055c3d2bb152bc2f6a0a57b | link | true | /test pull-gateway-api-test |
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.
go mod tidy failure, closing it out.
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.