Releases: grpc/grpc-dotnet
Releases · grpc/grpc-dotnet
Release v2.62.0-pre1
What's Changed
- Set default streams value in grpc-client.yml by @sebastienros in #2379
- Fix OS detection error in UWP by @JamesNK in #2376
- Update Grpc.Tools version to 2.62 by @apolcyn in #2382
- Bump v2.62.x to pre1 by @apolcyn in #2383
Full Changelog: v2.61.0...v2.62.0-pre1
Release v2.61.0
What's Changed
- Update Grpc.Tools to 2.60.0 by @JamesNK in #2336
- Bump dev version to 2.61.0-dev on master branch by @stanley-cheung in #2337
- Fix cancellation token reported when using retries by @JamesNK in #2345
- First pass at Grpc.StatusProto API by @tonydnewell in #2205
- Add ProtoStatus example by @JamesNK in #2273
- Grpc.StatusProto clean up by @JamesNK in #2349
- Bump follow-redirects from 1.15.3 to 1.15.4 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in #2352
- Add key services tests for service and interceptor by @JamesNK in #2356
- Allow GrpcChannel to use WinHttpHandler on Windows Server 2019 by @JamesNK in #2362
- Add .NET 9 NuGet feed by @JamesNK in #2365
- Add missing package mapping for net9 feed by @JamesNK in #2366
- proposal: Build changelog based on previous stable version by @tomkerkhove in #2269
- Bump Grpc.Tools to 1.61.0 by @apolcyn in #2370
- Bump versions on v2.61.x by @apolcyn in #2371
- Bump to v2.61.0 on v2.61.x branch by @apolcyn in #2374
New Contributors
- @tonydnewell made their first contribution in #2205
- @tomkerkhove made their first contribution in #2269
Full Changelog: v2.60.0...v2.61.0
Release v2.61.0-pre1
What's Changed
- Update Grpc.Tools to 2.60.0 by @JamesNK in #2336
- Bump dev version to 2.61.0-dev on master branch by @stanley-cheung in #2337
- Fix cancellation token reported when using retries by @JamesNK in #2345
- First pass at Grpc.StatusProto API by @tonydnewell in #2205
- Add ProtoStatus example by @JamesNK in #2273
- Grpc.StatusProto clean up by @JamesNK in #2349
- Bump follow-redirects from 1.15.3 to 1.15.4 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in #2352
- Add key services tests for service and interceptor by @JamesNK in #2356
- Allow GrpcChannel to use WinHttpHandler on Windows Server 2019 by @JamesNK in #2362
- Add .NET 9 NuGet feed by @JamesNK in #2365
- Add missing package mapping for net9 feed by @JamesNK in #2366
- proposal: Build changelog based on previous stable version by @tomkerkhove in #2269
- Bump Grpc.Tools to 1.61.0 by @apolcyn in #2370
- Bump versions on v2.61.x by @apolcyn in #2371
New Contributors
- @tonydnewell made their first contribution in #2205
- @tomkerkhove made their first contribution in #2269
Full Changelog: v2.60.0...v2.61.0-pre1
Release v2.60.0
Release v2.60.0-pre1
Release v2.59.0
What's Changed
- Fix HttpContext race condition by copying values to reader and writer by @JamesNK in #2294
- Bump @babel/traverse from 7.17.3 to 7.23.2 in /examples/Spar/Server/ClientApp by @dependabot in #2298
- Update grpc tools to 2.59 by @apolcyn in #2303
Full Changelog: v2.58.0...v2.59.0
Release v2.59.0-pre1
What's Changed
- Fix HttpContext race condition by copying values to reader and writer by @JamesNK in #2294
- Bump @babel/traverse from 7.17.3 to 7.23.2 in /examples/Spar/Server/ClientApp by @dependabot in #2298
- Update grpc tools to 2.59 by @apolcyn in #2303
- Update to version 2.59.0-pre1 on v2.59.x branch by @apolcyn in #2307
Full Changelog: v2.58.0...v2.59.0-pre1
Release v2.58.0
What's Changed
- Start 2.58 development cycle. by @jtattermusch in #2267
- Update ServiceBinderBase.AddMethod annotations to allow null handler by @JamesNK in #2270
- Add request and channel to call debugging by @JamesNK in #2271
- Support disabling load balancing with SocketsHttpHandler.Properties by @JamesNK in #2274
- Remove netstandard1.5 from some projects by @JamesNK in #2279
- Add debugger display to Status by @JamesNK in #2281
- Fix detecting inherited WinHttpHandler by @JamesNK in #2288
- Dispose socket after connection failure by @JamesNK in #2287
- Bump GrpcToolsPackageVersion to 2.58.0 by @apolcyn in #2290
- Bump version to pre1 on 2.58 branch by @apolcyn in #2291
- Update v2.58.x branch to 2.58.0 by @apolcyn in #2299
Full Changelog: v2.57.0...v2.58.0
Release v2.58.0-pre1
What's Changed
- Start 2.58 development cycle. by @jtattermusch in #2267
- Update ServiceBinderBase.AddMethod annotations to allow null handler by @JamesNK in #2270
- Add request and channel to call debugging by @JamesNK in #2271
- Support disabling load balancing with SocketsHttpHandler.Properties by @JamesNK in #2274
- Remove netstandard1.5 from some projects by @JamesNK in #2279
- Add debugger display to Status by @JamesNK in #2281
- Fix detecting inherited WinHttpHandler by @JamesNK in #2288
- Dispose socket after connection failure by @JamesNK in #2287
- Bump GrpcToolsPackageVersion to 2.58.0 by @apolcyn in #2290
- Bump version to pre1 on 2.58 branch by @apolcyn in #2291
Full Changelog: v2.57.0...v2.58.0-pre1
Release v2.57.0
What's Changed
- Start 2.57.x development cycle by @jtattermusch in #2227
- Validate Windows version when using WinHttpHandler by @JamesNK in #2229
- Support infinite idle connection timeout values by @JamesNK in #2231
- Improve BalancerAttributes debugging by @JamesNK in #2235
- Update Grpc.Net.Client to remove ValueTask usage by @JamesNK in #2222
- Update Newtonsoft.Json to 13.0.3 by @JamesNK in #2219
- Consistently don't log message errors on cancellation by @JamesNK in #2221
- Fix load balancing flaky test by @JamesNK in #2223
- Improve comment in GrpcChannel for WinHttpHandler + OS validation by @JamesNK in #2237
- Update OS version detection to get version directly from Windows by @JamesNK in #2239
- Update implementation_comparison.md by @JamesNK in #2240
- Update to use .NET 8 by @JamesNK in #2021
- Bump semver from 6.3.0 to 6.3.1 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot in #2243
- Force yielding after awaiting CallTask to avoid holding onto locks by @JamesNK in #2245
- Update Grpc.Net.Client to use ActivitySource by @JamesNK in #2244
- Clear IAsyncStreamReader.Current value before reading next value by @JamesNK in #2248
- Upgrade QpsWorker to net8 by @jtattermusch in #2250
- Change subchannel ID to include a channel ID by @JamesNK in #2253
- Update Grpc.Tools dependency to 2.57.0 by @jtattermusch in #2257
- Add transport status to subchannel picked log by @JamesNK in #2261
- Reduce logger allocations by not using generic CreateLogger by @JamesNK in #2256
- Update call debugger display to show status code by @JamesNK in #2259
- Log socket lifetime when closing unusable sockets by @JamesNK in #2258
- Fix unobserved exceptions with retries by @JamesNK in #2255
- Change subchannel BalancerAddress when attributes change by @JamesNK in #2228
- Fix connection bugs from BalancerAddress changes by @JamesNK in #2265
- [v2.57.x] Update version to 2.57.0-pre1 by @jtattermusch in #2266
- [2.57.x] Update version to 2.57.0 by @jtattermusch in #2272
Full Changelog: v2.56.0...v2.57.0