Sourced from Grpc.AspNetCore's releases.
Release v2.63.0
What's Changed
- Prevent block inside ResolveAsync from blocking PollingResolver.Refresh by
@JamesNK
in grpc/grpc-dotnet#2385- Bump follow-redirects from 1.15.4 to 1.15.6 in /testassets/InteropTestsGrpcWebWebsite/Tests by
@dependabot
in grpc/grpc-dotnet#2392- Update microsoft-support.md by
@JamesNK
in grpc/grpc-dotnet#2403- fix a couple typos in README.md by
@jjanuszkiewicz
in grpc/grpc-dotnet#2397- Interrupt existing subchannel connect attempt when reconnect is requested by
@JamesNK
in grpc/grpc-dotnet#2410- Update Directory.Packages.props by
@WeihanLi
in grpc/grpc-dotnet#2413- #2401 Add new TFM's so package dependency can be removed by
@thompson-tomo
in grpc/grpc-dotnet#2402- support
ReadAllAsync
for netstandard2.0 by@WeihanLi
in grpc/grpc-dotnet#2411- Fix ObjectDisposedException message by
@drewnoakes
in grpc/grpc-dotnet#2415- Enable multiple connections with WinHttpHandler by default by
@JamesNK
in grpc/grpc-dotnet#2416- Fix memory leak when using call context propagation with cancellation token by
@JamesNK
in grpc/grpc-dotnet#2421- Fix HTTP/3 test errors on .NET 6 by
@JamesNK
in grpc/grpc-dotnet#2423- Add semaphore to limit subchannel connect to prevent race conditions by
@JamesNK
in grpc/grpc-dotnet#2422- Don't capture async locals in resolver by
@JamesNK
in grpc/grpc-dotnet#2426- Update Grpc.Tools to 2.63 by
@apolcyn
in grpc/grpc-dotnet#2429- Bump 2.63.x branch to 2.63.0-pre1 by
@apolcyn
in grpc/grpc-dotnet#2430- Fix build on v2.63.x - cherry pick grpc/grpc-dotnet#2437 by
@apolcyn
in grpc/grpc-dotnet#2442- Bump 2.63.x to stable release by
@apolcyn
in grpc/grpc-dotnet#2440New Contributors
@jjanuszkiewicz
made their first contribution in grpc/grpc-dotnet#2397@thompson-tomo
made their first contribution in grpc/grpc-dotnet#2402@drewnoakes
made their first contribution in grpc/grpc-dotnet#2415Full Changelog: https://github.com/grpc/grpc-dotnet/compare/v2.62.0...v2.63.0
Release v2.63.0-pre1
What's Changed
- Prevent block inside ResolveAsync from blocking PollingResolver.Refresh by
@JamesNK
in grpc/grpc-dotnet#2385- Bump follow-redirects from 1.15.4 to 1.15.6 in /testassets/InteropTestsGrpcWebWebsite/Tests by
@dependabot
in grpc/grpc-dotnet#2392- Update microsoft-support.md by
@JamesNK
in grpc/grpc-dotnet#2403- fix a couple typos in README.md by
@jjanuszkiewicz
in grpc/grpc-dotnet#2397- Interrupt existing subchannel connect attempt when reconnect is requested by
@JamesNK
in grpc/grpc-dotnet#2410- Update Directory.Packages.props by
@WeihanLi
in grpc/grpc-dotnet#2413- #2401 Add new TFM's so package dependency can be removed by
@thompson-tomo
in grpc/grpc-dotnet#2402- support
ReadAllAsync
for netstandard2.0 by@WeihanLi
in grpc/grpc-dotnet#2411- Fix ObjectDisposedException message by
@drewnoakes
in grpc/grpc-dotnet#2415- Enable multiple connections with WinHttpHandler by default by
@JamesNK
in grpc/grpc-dotnet#2416- Fix memory leak when using call context propagation with cancellation token by
@JamesNK
in grpc/grpc-dotnet#2421- Fix HTTP/3 test errors on .NET 6 by
@JamesNK
in grpc/grpc-dotnet#2423- Add semaphore to limit subchannel connect to prevent race conditions by
@JamesNK
in grpc/grpc-dotnet#2422- Don't capture async locals in resolver by
@JamesNK
in grpc/grpc-dotnet#2426- Update Grpc.Tools to 2.63 by
@apolcyn
in grpc/grpc-dotnet#2429- Bump 2.63.x branch to 2.63.0-pre1 by
@apolcyn
in grpc/grpc-dotnet#2430New Contributors
@jjanuszkiewicz
made their first contribution in grpc/grpc-dotnet#2397@thompson-tomo
made their first contribution in grpc/grpc-dotnet#2402
... (truncated)
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)Sourced from Grpc.AspNetCore.Server's releases.
Release v2.63.0
What's Changed
- Prevent block inside ResolveAsync from blocking PollingResolver.Refresh by
@JamesNK
in grpc/grpc-dotnet#2385- Bump follow-redirects from 1.15.4 to 1.15.6 in /testassets/InteropTestsGrpcWebWebsite/Tests by
@dependabot
in grpc/grpc-dotnet#2392- Update microsoft-support.md by
@JamesNK
in grpc/grpc-dotnet#2403- fix a couple typos in README.md by
@jjanuszkiewicz
in grpc/grpc-dotnet#2397- Interrupt existing subchannel connect attempt when reconnect is requested by
@JamesNK
in grpc/grpc-dotnet#2410- Update Directory.Packages.props by
@WeihanLi
in grpc/grpc-dotnet#2413- #2401 Add new TFM's so package dependency can be removed by
@thompson-tomo
in grpc/grpc-dotnet#2402- support
ReadAllAsync
for netstandard2.0 by@WeihanLi
in grpc/grpc-dotnet#2411- Fix ObjectDisposedException message by
@drewnoakes
in grpc/grpc-dotnet#2415- Enable multiple connections with WinHttpHandler by default by
@JamesNK
in grpc/grpc-dotnet#2416- Fix memory leak when using call context propagation with cancellation token by
@JamesNK
in grpc/grpc-dotnet#2421- Fix HTTP/3 test errors on .NET 6 by
@JamesNK
in grpc/grpc-dotnet#2423- Add semaphore to limit subchannel connect to prevent race conditions by
@JamesNK
in grpc/grpc-dotnet#2422- Don't capture async locals in resolver by
@JamesNK
in grpc/grpc-dotnet#2426- Update Grpc.Tools to 2.63 by
@apolcyn
in grpc/grpc-dotnet#2429- Bump 2.63.x branch to 2.63.0-pre1 by
@apolcyn
in grpc/grpc-dotnet#2430- Fix build on v2.63.x - cherry pick grpc/grpc-dotnet#2437 by
@apolcyn
in grpc/grpc-dotnet#2442- Bump 2.63.x to stable release by
@apolcyn
in grpc/grpc-dotnet#2440New Contributors
@jjanuszkiewicz
made their first contribution in grpc/grpc-dotnet#2397@thompson-tomo
made their first contribution in grpc/grpc-dotnet#2402@drewnoakes
made their first contribution in grpc/grpc-dotnet#2415Full Changelog: https://github.com/grpc/grpc-dotnet/compare/v2.62.0...v2.63.0
Release v2.63.0-pre1
What's Changed
- Prevent block inside ResolveAsync from blocking PollingResolver.Refresh by
@JamesNK
in grpc/grpc-dotnet#2385- Bump follow-redirects from 1.15.4 to 1.15.6 in /testassets/InteropTestsGrpcWebWebsite/Tests by
@dependabot
in grpc/grpc-dotnet#2392- Update microsoft-support.md by
@JamesNK
in grpc/grpc-dotnet#2403- fix a couple typos in README.md by
@jjanuszkiewicz
in grpc/grpc-dotnet#2397- Interrupt existing subchannel connect attempt when reconnect is requested by
@JamesNK
in grpc/grpc-dotnet#2410- Update Directory.Packages.props by
@WeihanLi
in grpc/grpc-dotnet#2413- #2401 Add new TFM's so package dependency can be removed by
@thompson-tomo
in grpc/grpc-dotnet#2402- support
ReadAllAsync
for netstandard2.0 by@WeihanLi
in grpc/grpc-dotnet#2411- Fix ObjectDisposedException message by
@drewnoakes
in grpc/grpc-dotnet#2415- Enable multiple connections with WinHttpHandler by default by
@JamesNK
in grpc/grpc-dotnet#2416- Fix memory leak when using call context propagation with cancellation token by
@JamesNK
in grpc/grpc-dotnet#2421- Fix HTTP/3 test errors on .NET 6 by
@JamesNK
in grpc/grpc-dotnet#2423- Add semaphore to limit subchannel connect to prevent race conditions by
@JamesNK
in grpc/grpc-dotnet#2422- Don't capture async locals in resolver by
@JamesNK
in grpc/grpc-dotnet#2426- Update Grpc.Tools to 2.63 by
@apolcyn
in grpc/grpc-dotnet#2429- Bump 2.63.x branch to 2.63.0-pre1 by
@apolcyn
in grpc/grpc-dotnet#2430New Contributors
@jjanuszkiewicz
made their first contribution in grpc/grpc-dotnet#2397@thompson-tomo
made their first contribution in grpc/grpc-dotnet#2402
... (truncated)
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)Sourced from System.Runtime.CompilerServices.Unsafe's releases.
.NET 6.0
.NET 6.0 RC 2
.NET 6.0 RC 1
.NET 6.0 Preview 7
.NET 6.0 Preview 6
.NET 6.0 Preview 5
.NET 6.0 Preview 4
.NET 6.0 Preview 3
.NET 6.0 Preview 2
.NET 6.0 Preview 1
.NET 5.0.17
.NET 5 is now out of support. We recommend using .NET 6.
.NET 5.0.16
.NET 5.0.15
.NET 5.0.14
.NET 5.0.13
.NET 5.0.11
... (truncated)
Sourced from Grpc.Net.Client's releases.
Release v2.63.0
What's Changed
- Prevent block inside ResolveAsync from blocking PollingResolver.Refresh by
@JamesNK
in grpc/grpc-dotnet#2385- Bump follow-redirects from 1.15.4 to 1.15.6 in /testassets/InteropTestsGrpcWebWebsite/Tests by
@dependabot
in grpc/grpc-dotnet#2392- Update microsoft-support.md by
@JamesNK
in grpc/grpc-dotnet#2403- fix a couple typos in README.md by
@jjanuszkiewicz
in grpc/grpc-dotnet#2397- Interrupt existing subchannel connect attempt when reconnect is requested by
@JamesNK
in grpc/grpc-dotnet#2410- Update Directory.Packages.props by
@WeihanLi
in grpc/grpc-dotnet#2413- #2401 Add new TFM's so package dependency can be removed by
@thompson-tomo
in grpc/grpc-dotnet#2402- support
ReadAllAsync
for netstandard2.0 by@WeihanLi
in grpc/grpc-dotnet#2411- Fix ObjectDisposedException message by
@drewnoakes
in grpc/grpc-dotnet#2415- Enable multiple connections with WinHttpHandler by default by
@JamesNK
in grpc/grpc-dotnet#2416- Fix memory leak when using call context propagation with cancellation token by
@JamesNK
in grpc/grpc-dotnet#2421- Fix HTTP/3 test errors on .NET 6 by
@JamesNK
in grpc/grpc-dotnet#2423- Add semaphore to limit subchannel connect to prevent race conditions by
@JamesNK
in grpc/grpc-dotnet#2422- Don't capture async locals in resolver by
@JamesNK
in grpc/grpc-dotnet#2426- Update Grpc.Tools to 2.63 by
@apolcyn
in grpc/grpc-dotnet#2429- Bump 2.63.x branch to 2.63.0-pre1 by
@apolcyn
in grpc/grpc-dotnet#2430- Fix build on v2.63.x - cherry pick grpc/grpc-dotnet#2437 by
@apolcyn
in grpc/grpc-dotnet#2442- Bump 2.63.x to stable release by
@apolcyn
in grpc/grpc-dotnet#2440New Contributors
@jjanuszkiewicz
made their first contribution in grpc/grpc-dotnet#2397@thompson-tomo
made their first contribution in grpc/grpc-dotnet#2402@drewnoakes
made their first contribution in grpc/grpc-dotnet#2415Full Changelog: https://github.com/grpc/grpc-dotnet/compare/v2.62.0...v2.63.0
Release v2.63.0-pre1
What's Changed
- Prevent block inside ResolveAsync from blocking PollingResolver.Refresh by
@JamesNK
in grpc/grpc-dotnet#2385- Bump follow-redirects from 1.15.4 to 1.15.6 in /testassets/InteropTestsGrpcWebWebsite/Tests by
@dependabot
in grpc/grpc-dotnet#2392- Update microsoft-support.md by
@JamesNK
in grpc/grpc-dotnet#2403- fix a couple typos in README.md by
@jjanuszkiewicz
in grpc/grpc-dotnet#2397- Interrupt existing subchannel connect attempt when reconnect is requested by
@JamesNK
in grpc/grpc-dotnet#2410- Update Directory.Packages.props by
@WeihanLi
in grpc/grpc-dotnet#2413- #2401 Add new TFM's so package dependency can be removed by
@thompson-tomo
in grpc/grpc-dotnet#2402- support
ReadAllAsync
for netstandard2.0 by@WeihanLi
in grpc/grpc-dotnet#2411- Fix ObjectDisposedException message by
@drewnoakes
in grpc/grpc-dotnet#2415- Enable multiple connections with WinHttpHandler by default by
@JamesNK
in grpc/grpc-dotnet#2416- Fix memory leak when using call context propagation with cancellation token by
@JamesNK
in grpc/grpc-dotnet#2421- Fix HTTP/3 test errors on .NET 6 by
@JamesNK
in grpc/grpc-dotnet#2423- Add semaphore to limit subchannel connect to prevent race conditions by
@JamesNK
in grpc/grpc-dotnet#2422- Don't capture async locals in resolver by
@JamesNK
in grpc/grpc-dotnet#2426- Update Grpc.Tools to 2.63 by
@apolcyn
in grpc/grpc-dotnet#2429- Bump 2.63.x branch to 2.63.0-pre1 by
@apolcyn
in grpc/grpc-dotnet#2430New Contributors
@jjanuszkiewicz
made their first contribution in grpc/grpc-dotnet#2397@thompson-tomo
made their first contribution in grpc/grpc-dotnet#2402
... (truncated)
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)