-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
.Net: Bump Grpc.Net.Client from 2.62.0 to 2.63.0 in /dotnet #6794
Merged
markwallace-microsoft
merged 1 commit into
main
from
dependabot/nuget/dotnet/Grpc.Net.Client-2.63.0
Jun 18, 2024
Merged
.Net: Bump Grpc.Net.Client from 2.62.0 to 2.63.0 in /dotnet #6794
markwallace-microsoft
merged 1 commit into
main
from
dependabot/nuget/dotnet/Grpc.Net.Client-2.63.0
Jun 18, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet) from 2.62.0 to 2.63.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.62.0...v2.63.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>
dependabot
bot
added
.NET
Issue or Pull requests regarding .NET code
dependencies
Pull requests that update a dependency file. Used by Dependabot.
labels
Jun 17, 2024
github-actions
bot
changed the title
Bump Grpc.Net.Client from 2.62.0 to 2.63.0 in /dotnet
.Net: Bump Grpc.Net.Client from 2.62.0 to 2.63.0 in /dotnet
Jun 17, 2024
dmytrostruk
approved these changes
Jun 17, 2024
markwallace-microsoft
approved these changes
Jun 18, 2024
markwallace-microsoft
deleted the
dependabot/nuget/dotnet/Grpc.Net.Client-2.63.0
branch
June 18, 2024 09:00
LudoCorporateShark
pushed a commit
to LudoCorporateShark/semantic-kernel
that referenced
this pull request
Aug 25, 2024
…t#6794) Bumps [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet) from 2.62.0 to 2.63.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.63.0</h2> <h2>What's Changed</h2> <ul> <li>Prevent block inside ResolveAsync from blocking PollingResolver.Refresh by <a href="https://github.com/JamesNK"><code>@JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2385">grpc/grpc-dotnet#2385</a></li> <li>Bump follow-redirects from 1.15.4 to 1.15.6 in /testassets/InteropTestsGrpcWebWebsite/Tests by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2392">grpc/grpc-dotnet#2392</a></li> <li>Update microsoft-support.md by <a href="https://github.com/JamesNK"><code>@JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2403">grpc/grpc-dotnet#2403</a></li> <li>fix a couple typos in README.md by <a href="https://github.com/jjanuszkiewicz"><code>@jjanuszkiewicz</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2397">grpc/grpc-dotnet#2397</a></li> <li>Interrupt existing subchannel connect attempt when reconnect is requested by <a href="https://github.com/JamesNK"><code>@JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2410">grpc/grpc-dotnet#2410</a></li> <li>Update Directory.Packages.props by <a href="https://github.com/WeihanLi"><code>@WeihanLi</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2413">grpc/grpc-dotnet#2413</a></li> <li><a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2401">#2401</a> Add new TFM's so package dependency can be removed by <a href="https://github.com/thompson-tomo"><code>@thompson-tomo</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2402">grpc/grpc-dotnet#2402</a></li> <li>support <code>ReadAllAsync</code> for netstandard2.0 by <a href="https://github.com/WeihanLi"><code>@WeihanLi</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2411">grpc/grpc-dotnet#2411</a></li> <li>Fix ObjectDisposedException message by <a href="https://github.com/drewnoakes"><code>@drewnoakes</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2415">grpc/grpc-dotnet#2415</a></li> <li>Enable multiple connections with WinHttpHandler by default by <a href="https://github.com/JamesNK"><code>@JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2416">grpc/grpc-dotnet#2416</a></li> <li>Fix memory leak when using call context propagation with cancellation token by <a href="https://github.com/JamesNK"><code>@JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2421">grpc/grpc-dotnet#2421</a></li> <li>Fix HTTP/3 test errors on .NET 6 by <a href="https://github.com/JamesNK"><code>@JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2423">grpc/grpc-dotnet#2423</a></li> <li>Add semaphore to limit subchannel connect to prevent race conditions by <a href="https://github.com/JamesNK"><code>@JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2422">grpc/grpc-dotnet#2422</a></li> <li>Don't capture async locals in resolver by <a href="https://github.com/JamesNK"><code>@JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2426">grpc/grpc-dotnet#2426</a></li> <li>Update Grpc.Tools to 2.63 by <a href="https://github.com/apolcyn"><code>@apolcyn</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2429">grpc/grpc-dotnet#2429</a></li> <li>Bump 2.63.x branch to 2.63.0-pre1 by <a href="https://github.com/apolcyn"><code>@apolcyn</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2430">grpc/grpc-dotnet#2430</a></li> <li>Fix build on v2.63.x - cherry pick <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2437">grpc/grpc-dotnet#2437</a> by <a href="https://github.com/apolcyn"><code>@apolcyn</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2442">grpc/grpc-dotnet#2442</a></li> <li>Bump 2.63.x to stable release by <a href="https://github.com/apolcyn"><code>@apolcyn</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2440">grpc/grpc-dotnet#2440</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/jjanuszkiewicz"><code>@jjanuszkiewicz</code></a> made their first contribution in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2397">grpc/grpc-dotnet#2397</a></li> <li><a href="https://github.com/thompson-tomo"><code>@thompson-tomo</code></a> made their first contribution in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2402">grpc/grpc-dotnet#2402</a></li> <li><a href="https://github.com/drewnoakes"><code>@drewnoakes</code></a> made their first contribution in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2415">grpc/grpc-dotnet#2415</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/grpc/grpc-dotnet/compare/v2.62.0...v2.63.0">https://github.com/grpc/grpc-dotnet/compare/v2.62.0...v2.63.0</a></p> <h2>Release v2.63.0-pre1</h2> <h2>What's Changed</h2> <ul> <li>Prevent block inside ResolveAsync from blocking PollingResolver.Refresh by <a href="https://github.com/JamesNK"><code>@JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2385">grpc/grpc-dotnet#2385</a></li> <li>Bump follow-redirects from 1.15.4 to 1.15.6 in /testassets/InteropTestsGrpcWebWebsite/Tests by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2392">grpc/grpc-dotnet#2392</a></li> <li>Update microsoft-support.md by <a href="https://github.com/JamesNK"><code>@JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2403">grpc/grpc-dotnet#2403</a></li> <li>fix a couple typos in README.md by <a href="https://github.com/jjanuszkiewicz"><code>@jjanuszkiewicz</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2397">grpc/grpc-dotnet#2397</a></li> <li>Interrupt existing subchannel connect attempt when reconnect is requested by <a href="https://github.com/JamesNK"><code>@JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2410">grpc/grpc-dotnet#2410</a></li> <li>Update Directory.Packages.props by <a href="https://github.com/WeihanLi"><code>@WeihanLi</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2413">grpc/grpc-dotnet#2413</a></li> <li><a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2401">#2401</a> Add new TFM's so package dependency can be removed by <a href="https://github.com/thompson-tomo"><code>@thompson-tomo</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2402">grpc/grpc-dotnet#2402</a></li> <li>support <code>ReadAllAsync</code> for netstandard2.0 by <a href="https://github.com/WeihanLi"><code>@WeihanLi</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2411">grpc/grpc-dotnet#2411</a></li> <li>Fix ObjectDisposedException message by <a href="https://github.com/drewnoakes"><code>@drewnoakes</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2415">grpc/grpc-dotnet#2415</a></li> <li>Enable multiple connections with WinHttpHandler by default by <a href="https://github.com/JamesNK"><code>@JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2416">grpc/grpc-dotnet#2416</a></li> <li>Fix memory leak when using call context propagation with cancellation token by <a href="https://github.com/JamesNK"><code>@JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2421">grpc/grpc-dotnet#2421</a></li> <li>Fix HTTP/3 test errors on .NET 6 by <a href="https://github.com/JamesNK"><code>@JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2423">grpc/grpc-dotnet#2423</a></li> <li>Add semaphore to limit subchannel connect to prevent race conditions by <a href="https://github.com/JamesNK"><code>@JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2422">grpc/grpc-dotnet#2422</a></li> <li>Don't capture async locals in resolver by <a href="https://github.com/JamesNK"><code>@JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2426">grpc/grpc-dotnet#2426</a></li> <li>Update Grpc.Tools to 2.63 by <a href="https://github.com/apolcyn"><code>@apolcyn</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2429">grpc/grpc-dotnet#2429</a></li> <li>Bump 2.63.x branch to 2.63.0-pre1 by <a href="https://github.com/apolcyn"><code>@apolcyn</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2430">grpc/grpc-dotnet#2430</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/jjanuszkiewicz"><code>@jjanuszkiewicz</code></a> made their first contribution in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2397">grpc/grpc-dotnet#2397</a></li> <li><a href="https://github.com/thompson-tomo"><code>@thompson-tomo</code></a> made their first contribution in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2402">grpc/grpc-dotnet#2402</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-dotnet/commit/6f1271f749a97c3c1941e9237433cd522a4e0e51"><code>6f1271f</code></a> bump to stable release (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2440">#2440</a>)</li> <li><a href="https://github.com/grpc/grpc-dotnet/commit/ac75fe39a230e8abbd90519f6da4c1e68b7f7979"><code>ac75fe3</code></a> build: configure rollForward in global.json (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2442">#2442</a>)</li> <li><a href="https://github.com/grpc/grpc-dotnet/commit/48aeb802b09c24f8ee98c976be8292a1d115dee6"><code>48aeb80</code></a> Bump 2.63.x branch to 2.63.0-pre1 (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2430">#2430</a>)</li> <li><a href="https://github.com/grpc/grpc-dotnet/commit/989420e7090d0b7162bf571d1ca0b5f3a8916897"><code>989420e</code></a> Update Grpc.Tools to 2.63 (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2429">#2429</a>)</li> <li><a href="https://github.com/grpc/grpc-dotnet/commit/c80f4594d0bb69194bc765b2c20e7f2e6d177530"><code>c80f459</code></a> Don't capture async locals in resolver (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2426">#2426</a>)</li> <li><a href="https://github.com/grpc/grpc-dotnet/commit/63914f2653eeb3961b74cc5613df11520e10cf75"><code>63914f2</code></a> Add semaphore to limit subchannel connect to prevent race conditions (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2422">#2422</a>)</li> <li><a href="https://github.com/grpc/grpc-dotnet/commit/8199f6642240f6925a731efb060c8009637d3e17"><code>8199f66</code></a> Fix HTTP/3 test errors on .NET 6 (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2423">#2423</a>)</li> <li><a href="https://github.com/grpc/grpc-dotnet/commit/2d9df5892c61da09d20a0c1bc11d56c170ff0fa2"><code>2d9df58</code></a> Fix memory leak when using call context propagation with cancellation token (...</li> <li><a href="https://github.com/grpc/grpc-dotnet/commit/c9c902c8daa54d2bd47a638df6a9d47fc5cae5d7"><code>c9c902c</code></a> Enable multiple connections with WinHttpHandler by default (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2416">#2416</a>)</li> <li><a href="https://github.com/grpc/grpc-dotnet/commit/2a36215697ced47e5b2beb73d2f5887dd4f51384"><code>2a36215</code></a> Fix ObjectDisposedException message (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2415">#2415</a>)</li> <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-dotnet/compare/v2.62.0...v2.63.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.62.0&new-version=2.63.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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file. Used by Dependabot.
.NET
Issue or Pull requests regarding .NET code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps Grpc.Net.Client from 2.62.0 to 2.63.0.
Release notes
Sourced from Grpc.Net.Client's releases.
... (truncated)
Commits
6f1271f
bump to stable release (#2440)ac75fe3
build: configure rollForward in global.json (#2442)48aeb80
Bump 2.63.x branch to 2.63.0-pre1 (#2430)989420e
Update Grpc.Tools to 2.63 (#2429)c80f459
Don't capture async locals in resolver (#2426)63914f2
Add semaphore to limit subchannel connect to prevent race conditions (#2422)8199f66
Fix HTTP/3 test errors on .NET 6 (#2423)2d9df58
Fix memory leak when using call context propagation with cancellation token (...c9c902c
Enable multiple connections with WinHttpHandler by default (#2416)2a36215
Fix ObjectDisposedException message (#2415)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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@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)