-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
MINOR: [C#] Bump Grpc.Net.Client from 2.52.0 to 2.55.0 in /csharp #36729
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
All green. I'll merge this in a few days if nobody objects it.
Bumps [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet) from 2.52.0 to 2.55.0. - [Release notes](https://github.com/grpc/grpc-dotnet/releases) - [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md) - [Commits](grpc/grpc-dotnet@v2.52.0...v2.55.0) --- updated-dependencies: - dependency-name: Grpc.Net.Client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
16c5543
to
4139b75
Compare
After merging your PR, Conbench analyzed the 5 benchmarking runs that have been run so far on merge-commit a046b88. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about possible false positives for unstable benchmarks that are known to sometimes produce them. |
…ache#36729) Bumps [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet) from 2.52.0 to 2.55.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-dotnet/releases">Grpc.Net.Client's releases</a>.</em></p> <blockquote> <h2>Release v2.55.0</h2> <h2>What's Changed</h2> <ul> <li>Upgrade version to v2.55.0 (on v2.55.x branch) by <a href="https://github.com/jtattermusch"><code>@jtattermusch</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2184">grpc/grpc-dotnet#2184</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/grpc/grpc-dotnet/compare/v2.55.0-pre1...v2.55.0">https://github.com/grpc/grpc-dotnet/compare/v2.55.0-pre1...v2.55.0</a></p> <h2>Release v2.55.0-pre1</h2> <h2>What's Changed</h2> <ul> <li>Fix flaky streaming test by <a href="https://github.com/JamesNK"><code>@JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2134">grpc/grpc-dotnet#2134</a></li> <li>Update Google.Protobuf to 3.23.1 by <a href="https://github.com/JamesNK"><code>@JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2136">grpc/grpc-dotnet#2136</a></li> <li>Refactor healthchecks service mapping to support filtering on check by <a href="https://github.com/JamesNK"><code>@JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2142">grpc/grpc-dotnet#2142</a></li> <li>Fix client factory extension method validation issues by <a href="https://github.com/JamesNK"><code>@JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2159">grpc/grpc-dotnet#2159</a></li> <li>WriteAsync cancellation throws an error with the calls completed status if possible by <a href="https://github.com/JamesNK"><code>@JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2170">grpc/grpc-dotnet#2170</a></li> <li>Update Grpc.Tools to 2.55 by <a href="https://github.com/apolcyn"><code>@apolcyn</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2171">grpc/grpc-dotnet#2171</a></li> <li>Update 2.55 branch to 2.55-pre1 by <a href="https://github.com/apolcyn"><code>@apolcyn</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2176">grpc/grpc-dotnet#2176</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/grpc/grpc-dotnet/compare/v2.54.0...v2.55.0-pre1">https://github.com/grpc/grpc-dotnet/compare/v2.54.0...v2.55.0-pre1</a></p> <h2>Release v2.54.0</h2> <h2>What's Changed</h2> <ul> <li>Bump v2.54.x to v2.54.0 by <a href="https://github.com/apolcyn"><code>@apolcyn</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2166">grpc/grpc-dotnet#2166</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/grpc/grpc-dotnet/compare/v2.54.0-pre1...v2.54.0">https://github.com/grpc/grpc-dotnet/compare/v2.54.0-pre1...v2.54.0</a></p> <h2>Release v2.54.0-pre1</h2> <h2>What's Changed</h2> <ul> <li>Update version to 2.54.0-dev (on master branch) by <a href="https://github.com/jtattermusch"><code>@jtattermusch</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2096">grpc/grpc-dotnet#2096</a></li> <li>Enable NRTs throughout by <a href="https://github.com/mgravell"><code>@mgravell</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2102">grpc/grpc-dotnet#2102</a></li> <li>Change some gRPC client error logs to debug level by <a href="https://github.com/JamesNK"><code>@JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2106">grpc/grpc-dotnet#2106</a></li> <li>Add remove method to balancer attributes collection by <a href="https://github.com/JamesNK"><code>@JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2110">grpc/grpc-dotnet#2110</a></li> <li>Make CancellationToken available in call credentials interceptor by <a href="https://github.com/JamesNK"><code>@JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2107">grpc/grpc-dotnet#2107</a></li> <li>Remove host override from container sample by <a href="https://github.com/JamesNK"><code>@JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2109">grpc/grpc-dotnet#2109</a></li> <li>Fix missing port from DnsResolver host override value by <a href="https://github.com/JamesNK"><code>@JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2111">grpc/grpc-dotnet#2111</a></li> <li>Fix bugs related to channel dispose while there are active calls by <a href="https://github.com/JamesNK"><code>@JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2120">grpc/grpc-dotnet#2120</a></li> <li>Update Grpc.Tools to 2.54.0 by <a href="https://github.com/JamesNK"><code>@JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2127">grpc/grpc-dotnet#2127</a></li> <li>Add IReadOnlyDictionary to BalancerAttributes collection by <a href="https://github.com/JamesNK"><code>@JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2121">grpc/grpc-dotnet#2121</a></li> <li>Fix capturing ExecutionContext by timers and background tasks by <a href="https://github.com/JamesNK"><code>@JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2129">grpc/grpc-dotnet#2129</a></li> <li>Final PRs and fix gRPC-Web on v2.54.x by <a href="https://github.com/JamesNK"><code>@JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2131">grpc/grpc-dotnet#2131</a></li> <li>Update to 2.54.0.pre1 on v2.54.x release branch by <a href="https://github.com/apolcyn"><code>@apolcyn</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2130">grpc/grpc-dotnet#2130</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/mgravell"><code>@mgravell</code></a> made their first contribution in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2102">grpc/grpc-dotnet#2102</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/grpc/grpc-dotnet/compare/v2.53.0...v2.54.0-pre1">https://github.com/grpc/grpc-dotnet/compare/v2.53.0...v2.54.0-pre1</a></p> <h2>Release v2.53.0</h2> <h2>What's Changed</h2> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-dotnet/commit/8ca08ebf05b0c81c15cb68baf5196ffe5ed7b5a3"><code>8ca08eb</code></a> Upgrade version to v2.55.0 (on v2.55.x branch) (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2184">#2184</a>)</li> <li><a href="https://github.com/grpc/grpc-dotnet/commit/76824eaeffbd4caa0fed8df37b3c391135e2d195"><code>76824ea</code></a> Update 2.55 branch to 2.55-pre1 (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2176">#2176</a>)</li> <li><a href="https://github.com/grpc/grpc-dotnet/commit/c72ada62e626afe5bf546486fe7f703edf41ca3e"><code>c72ada6</code></a> Update Grpc.Tools to 2.55 (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2171">#2171</a>)</li> <li><a href="https://github.com/grpc/grpc-dotnet/commit/2be676ad3bb784a876c0f681d95565bd85d509dc"><code>2be676a</code></a> WriteAsync cancellation throws an error with the calls completed status if po...</li> <li><a href="https://github.com/grpc/grpc-dotnet/commit/73c726bf4e3ef4cac0e81e1edb7987afbddccd42"><code>73c726b</code></a> Fix client factory extension method validation issues (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2159">#2159</a>)</li> <li><a href="https://github.com/grpc/grpc-dotnet/commit/697f3492f28c8d2e4c66019a199aaef821f772ec"><code>697f349</code></a> Refactor healthchecks service mapping to support filtering on check (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2142">#2142</a>)</li> <li><a href="https://github.com/grpc/grpc-dotnet/commit/ff1a07b90c498f259e6d9f4a50cdad7c89ecd3c0"><code>ff1a07b</code></a> Update Google.Protobuf to 3.23.1 (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2136">#2136</a>)</li> <li><a href="https://github.com/grpc/grpc-dotnet/commit/6bc44e97d73244de9da410e6cccc7409b7c173df"><code>6bc44e9</code></a> Fix flaky streaming test (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2134">#2134</a>)</li> <li><a href="https://github.com/grpc/grpc-dotnet/commit/f9a00bc490e25ce3bec9ed0eb0474fef4487447e"><code>f9a00bc</code></a> Fix capturing ExecutionContext by timers and background tasks (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2129">#2129</a>)</li> <li><a href="https://github.com/grpc/grpc-dotnet/commit/2dc971e013645afe3d3ef387f3d743c63c5acb2a"><code>2dc971e</code></a> Add IReadOnlyDictionary to BalancerAttributes collection (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2121">#2121</a>)</li> <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-dotnet/compare/v2.52.0...v2.55.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Grpc.Net.Client&package-manager=nuget&previous-version=2.52.0&new-version=2.55.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@ dependabot rebase` will rebase this PR - `@ dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@ dependabot merge` will merge this PR after your CI passes on it - `@ dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@ dependabot cancel merge` will cancel a previously requested merge and block automerging - `@ dependabot reopen` will reopen this PR if it is closed - `@ dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@ dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Bumps Grpc.Net.Client from 2.52.0 to 2.55.0.
Release notes
Sourced from Grpc.Net.Client's releases.
... (truncated)
Commits
8ca08eb
Upgrade version to v2.55.0 (on v2.55.x branch) (#2184)76824ea
Update 2.55 branch to 2.55-pre1 (#2176)c72ada6
Update Grpc.Tools to 2.55 (#2171)2be676a
WriteAsync cancellation throws an error with the calls completed status if po...73c726b
Fix client factory extension method validation issues (#2159)697f349
Refactor healthchecks service mapping to support filtering on check (#2142)ff1a07b
Update Google.Protobuf to 3.23.1 (#2136)6bc44e9
Fix flaky streaming test (#2134)f9a00bc
Fix capturing ExecutionContext by timers and background tasks (#2129)2dc971e
Add IReadOnlyDictionary to BalancerAttributes collection (#2121)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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)