grpc/grpc-dotnet (Grpc.AspNetCore)
### [`v2.63.0`](https://togithub.com/grpc/grpc-dotnet/releases/tag/v2.63.0)
#### What's Changed
- Prevent block inside ResolveAsync from blocking PollingResolver.Refresh by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2385](https://togithub.com/grpc/grpc-dotnet/pull/2385)
- Bump follow-redirects from 1.15.4 to 1.15.6 in /testassets/InteropTestsGrpcWebWebsite/Tests by [@dependabot](https://togithub.com/dependabot) in [https://github.com/grpc/grpc-dotnet/pull/2392](https://togithub.com/grpc/grpc-dotnet/pull/2392)
- Update microsoft-support.md by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2403](https://togithub.com/grpc/grpc-dotnet/pull/2403)
- fix a couple typos in README.md by [@jjanuszkiewicz](https://togithub.com/jjanuszkiewicz) in [https://github.com/grpc/grpc-dotnet/pull/2397](https://togithub.com/grpc/grpc-dotnet/pull/2397)
- Interrupt existing subchannel connect attempt when reconnect is requested by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2410](https://togithub.com/grpc/grpc-dotnet/pull/2410)
- Update Directory.Packages.props by [@WeihanLi](https://togithub.com/WeihanLi) in [https://github.com/grpc/grpc-dotnet/pull/2413](https://togithub.com/grpc/grpc-dotnet/pull/2413)
- [#2401](https://togithub.com/grpc/grpc-dotnet/issues/2401) Add new TFM's so package dependency can be removed by [@thompson-tomo](https://togithub.com/thompson-tomo) in [https://github.com/grpc/grpc-dotnet/pull/2402](https://togithub.com/grpc/grpc-dotnet/pull/2402)
- support `ReadAllAsync` for netstandard2.0 by [@WeihanLi](https://togithub.com/WeihanLi) in [https://github.com/grpc/grpc-dotnet/pull/2411](https://togithub.com/grpc/grpc-dotnet/pull/2411)
- Fix ObjectDisposedException message by [@drewnoakes](https://togithub.com/drewnoakes) in [https://github.com/grpc/grpc-dotnet/pull/2415](https://togithub.com/grpc/grpc-dotnet/pull/2415)
- Enable multiple connections with WinHttpHandler by default by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2416](https://togithub.com/grpc/grpc-dotnet/pull/2416)
- Fix memory leak when using call context propagation with cancellation token by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2421](https://togithub.com/grpc/grpc-dotnet/pull/2421)
- Fix HTTP/3 test errors on .NET 6 by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2423](https://togithub.com/grpc/grpc-dotnet/pull/2423)
- Add semaphore to limit subchannel connect to prevent race conditions by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2422](https://togithub.com/grpc/grpc-dotnet/pull/2422)
- Don't capture async locals in resolver by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2426](https://togithub.com/grpc/grpc-dotnet/pull/2426)
- Update Grpc.Tools to 2.63 by [@apolcyn](https://togithub.com/apolcyn) in [https://github.com/grpc/grpc-dotnet/pull/2429](https://togithub.com/grpc/grpc-dotnet/pull/2429)
- Bump 2.63.x branch to 2.63.0-pre1 by [@apolcyn](https://togithub.com/apolcyn) in [https://github.com/grpc/grpc-dotnet/pull/2430](https://togithub.com/grpc/grpc-dotnet/pull/2430)
- Fix build on v2.63.x - cherry pick [https://github.com/grpc/grpc-dotnet/pull/2437](https://togithub.com/grpc/grpc-dotnet/pull/2437) by [@apolcyn](https://togithub.com/apolcyn) in [https://github.com/grpc/grpc-dotnet/pull/2442](https://togithub.com/grpc/grpc-dotnet/pull/2442)
- Bump 2.63.x to stable release by [@apolcyn](https://togithub.com/apolcyn) in [https://github.com/grpc/grpc-dotnet/pull/2440](https://togithub.com/grpc/grpc-dotnet/pull/2440)
#### New Contributors
- [@jjanuszkiewicz](https://togithub.com/jjanuszkiewicz) made their first contribution in [https://github.com/grpc/grpc-dotnet/pull/2397](https://togithub.com/grpc/grpc-dotnet/pull/2397)
- [@thompson-tomo](https://togithub.com/thompson-tomo) made their first contribution in [https://github.com/grpc/grpc-dotnet/pull/2402](https://togithub.com/grpc/grpc-dotnet/pull/2402)
- [@drewnoakes](https://togithub.com/drewnoakes) made their first contribution in [https://github.com/grpc/grpc-dotnet/pull/2415](https://togithub.com/grpc/grpc-dotnet/pull/2415)
**Full Changelog**: https://github.com/grpc/grpc-dotnet/compare/v2.62.0...v2.63.0
### [`v2.62.0`](https://togithub.com/grpc/grpc-dotnet/releases/tag/v2.62.0)
##### What's Changed
- Set default streams value in grpc-client.yml by [@sebastienros](https://togithub.com/sebastienros) in [https://github.com/grpc/grpc-dotnet/pull/2379](https://togithub.com/grpc/grpc-dotnet/pull/2379)
- Fix OS detection error in UWP by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2376](https://togithub.com/grpc/grpc-dotnet/pull/2376)
- Update Grpc.Tools version to 2.62 by [@apolcyn](https://togithub.com/apolcyn) in [https://github.com/grpc/grpc-dotnet/pull/2382](https://togithub.com/grpc/grpc-dotnet/pull/2382)
- Bump v2.62.x to pre1 by [@apolcyn](https://togithub.com/apolcyn) in [https://github.com/grpc/grpc-dotnet/pull/2383](https://togithub.com/grpc/grpc-dotnet/pull/2383)
- Bump v2.62.x version for final release by [@apolcyn](https://togithub.com/apolcyn) in [https://github.com/grpc/grpc-dotnet/pull/2400](https://togithub.com/grpc/grpc-dotnet/pull/2400)
**Full Changelog**: https://github.com/grpc/grpc-dotnet/compare/v2.61.0...v2.62.0
### [`v2.61.0`](https://togithub.com/grpc/grpc-dotnet/releases/tag/v2.61.0)
##### What's Changed
- Update Grpc.Tools to 2.60.0 by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2336](https://togithub.com/grpc/grpc-dotnet/pull/2336)
- Bump dev version to 2.61.0-dev on master branch by [@stanley-cheung](https://togithub.com/stanley-cheung) in [https://github.com/grpc/grpc-dotnet/pull/2337](https://togithub.com/grpc/grpc-dotnet/pull/2337)
- Fix cancellation token reported when using retries by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2345](https://togithub.com/grpc/grpc-dotnet/pull/2345)
- First pass at Grpc.StatusProto API by [@tonydnewell](https://togithub.com/tonydnewell) in [https://github.com/grpc/grpc-dotnet/pull/2205](https://togithub.com/grpc/grpc-dotnet/pull/2205)
- Add ProtoStatus example by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2273](https://togithub.com/grpc/grpc-dotnet/pull/2273)
- Grpc.StatusProto clean up by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2349](https://togithub.com/grpc/grpc-dotnet/pull/2349)
- Bump follow-redirects from 1.15.3 to 1.15.4 in /testassets/InteropTestsGrpcWebWebsite/Tests by [@dependabot](https://togithub.com/dependabot) in [https://github.com/grpc/grpc-dotnet/pull/2352](https://togithub.com/grpc/grpc-dotnet/pull/2352)
- Add key services tests for service and interceptor by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2356](https://togithub.com/grpc/grpc-dotnet/pull/2356)
- Allow GrpcChannel to use WinHttpHandler on Windows Server 2019 by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2362](https://togithub.com/grpc/grpc-dotnet/pull/2362)
- Add .NET 9 NuGet feed by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2365](https://togithub.com/grpc/grpc-dotnet/pull/2365)
- Add missing package mapping for net9 feed by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2366](https://togithub.com/grpc/grpc-dotnet/pull/2366)
- proposal: Build changelog based on previous stable version by [@tomkerkhove](https://togithub.com/tomkerkhove) in [https://github.com/grpc/grpc-dotnet/pull/2269](https://togithub.com/grpc/grpc-dotnet/pull/2269)
- Bump Grpc.Tools to 1.61.0 by [@apolcyn](https://togithub.com/apolcyn) in [https://github.com/grpc/grpc-dotnet/pull/2370](https://togithub.com/grpc/grpc-dotnet/pull/2370)
- Bump versions on v2.61.x by [@apolcyn](https://togithub.com/apolcyn) in [https://github.com/grpc/grpc-dotnet/pull/2371](https://togithub.com/grpc/grpc-dotnet/pull/2371)
- Bump to v2.61.0 on v2.61.x branch by [@apolcyn](https://togithub.com/apolcyn) in [https://github.com/grpc/grpc-dotnet/pull/2374](https://togithub.com/grpc/grpc-dotnet/pull/2374)
##### New Contributors
- [@tonydnewell](https://togithub.com/tonydnewell) made their first contribution in [https://github.com/grpc/grpc-dotnet/pull/2205](https://togithub.com/grpc/grpc-dotnet/pull/2205)
- [@tomkerkhove](https://togithub.com/tomkerkhove) made their first contribution in [https://github.com/grpc/grpc-dotnet/pull/2269](https://togithub.com/grpc/grpc-dotnet/pull/2269)
**Full Changelog**: https://github.com/grpc/grpc-dotnet/compare/v2.60.0...v2.61.0
### [`v2.60.0`](https://togithub.com/grpc/grpc-dotnet/releases/tag/v2.60.0)
#### What's Changed
- Update to GA .NET 8 SDK by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2321](https://togithub.com/grpc/grpc-dotnet/pull/2321)
- Update to use Directory.Packages.props by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2315](https://togithub.com/grpc/grpc-dotnet/pull/2315)
- Add Native AOT test by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2324](https://togithub.com/grpc/grpc-dotnet/pull/2324)
- Trim regex from Grpc.AspNetCore by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2326](https://togithub.com/grpc/grpc-dotnet/pull/2326)
**Full Changelog**: https://github.com/grpc/grpc-dotnet/compare/v2.59.0...v2.60.0
### [`v2.59.0`](https://togithub.com/grpc/grpc-dotnet/releases/tag/v2.59.0)
##### What's Changed
- Fix HttpContext race condition by copying values to reader and writer by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2294](https://togithub.com/grpc/grpc-dotnet/pull/2294)
- Bump [@babel/traverse](https://togithub.com/babel/traverse) from 7.17.3 to 7.23.2 in /examples/Spar/Server/ClientApp by [@dependabot](https://togithub.com/dependabot) in [https://github.com/grpc/grpc-dotnet/pull/2298](https://togithub.com/grpc/grpc-dotnet/pull/2298)
- Update grpc tools to 2.59 by [@apolcyn](https://togithub.com/apolcyn) in [https://github.com/grpc/grpc-dotnet/pull/2303](https://togithub.com/grpc/grpc-dotnet/pull/2303)
**Full Changelog**: https://github.com/grpc/grpc-dotnet/compare/v2.58.0...v2.59.0
### [`v2.58.0`](https://togithub.com/grpc/grpc-dotnet/releases/tag/v2.58.0)
##### What's Changed
- Start 2.58 development cycle. by [@jtattermusch](https://togithub.com/jtattermusch) in [https://github.com/grpc/grpc-dotnet/pull/2267](https://togithub.com/grpc/grpc-dotnet/pull/2267)
- Update ServiceBinderBase.AddMethod annotations to allow null handler by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2270](https://togithub.com/grpc/grpc-dotnet/pull/2270)
- Add request and channel to call debugging by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2271](https://togithub.com/grpc/grpc-dotnet/pull/2271)
- Support disabling load balancing with SocketsHttpHandler.Properties by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2274](https://togithub.com/grpc/grpc-dotnet/pull/2274)
- Remove netstandard1.5 from some projects by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2279](https://togithub.com/grpc/grpc-dotnet/pull/2279)
- Add debugger display to Status by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2281](https://togithub.com/grpc/grpc-dotnet/pull/2281)
- Fix detecting inherited WinHttpHandler by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2288](https://togithub.com/grpc/grpc-dotnet/pull/2288)
- Dispose socket after connection failure by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2287](https://togithub.com/grpc/grpc-dotnet/pull/2287)
- Bump GrpcToolsPackageVersion to 2.58.0 by [@apolcyn](https://togithub.com/apolcyn) in [https://github.com/grpc/grpc-dotnet/pull/2290](https://togithub.com/grpc/grpc-dotnet/pull/2290)
- Bump version to pre1 on 2.58 branch by [@apolcyn](https://togithub.com/apolcyn) in [https://github.com/grpc/grpc-dotnet/pull/2291](https://togithub.com/grpc/grpc-dotnet/pull/2291)
- Update v2.58.x branch to 2.58.0 by [@apolcyn](https://togithub.com/apolcyn) in [https://github.com/grpc/grpc-dotnet/pull/2299](https://togithub.com/grpc/grpc-dotnet/pull/2299)
**Full Changelog**: https://github.com/grpc/grpc-dotnet/compare/v2.57.0...v2.58.0
### [`v2.57.0`](https://togithub.com/grpc/grpc-dotnet/releases/tag/v2.57.0)
##### What's Changed
- Start 2.57.x development cycle by [@jtattermusch](https://togithub.com/jtattermusch) in [https://github.com/grpc/grpc-dotnet/pull/2227](https://togithub.com/grpc/grpc-dotnet/pull/2227)
- Validate Windows version when using WinHttpHandler by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2229](https://togithub.com/grpc/grpc-dotnet/pull/2229)
- Support infinite idle connection timeout values by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2231](https://togithub.com/grpc/grpc-dotnet/pull/2231)
- Improve BalancerAttributes debugging by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2235](https://togithub.com/grpc/grpc-dotnet/pull/2235)
- Update Grpc.Net.Client to remove ValueTask usage by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2222](https://togithub.com/grpc/grpc-dotnet/pull/2222)
- Update Newtonsoft.Json to 13.0.3 by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2219](https://togithub.com/grpc/grpc-dotnet/pull/2219)
- Consistently don't log message errors on cancellation by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2221](https://togithub.com/grpc/grpc-dotnet/pull/2221)
- Fix load balancing flaky test by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2223](https://togithub.com/grpc/grpc-dotnet/pull/2223)
- Improve comment in GrpcChannel for WinHttpHandler + OS validation by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2237](https://togithub.com/grpc/grpc-dotnet/pull/2237)
- Update OS version detection to get version directly from Windows by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2239](https://togithub.com/grpc/grpc-dotnet/pull/2239)
- Update implementation_comparison.md by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2240](https://togithub.com/grpc/grpc-dotnet/pull/2240)
- Update to use .NET 8 by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2021](https://togithub.com/grpc/grpc-dotnet/pull/2021)
- Bump semver from 6.3.0 to 6.3.1 in /testassets/InteropTestsGrpcWebWebsite/Tests by [@dependabot](https://togithub.com/dependabot) in [https://github.com/grpc/grpc-dotnet/pull/2243](https://togithub.com/grpc/grpc-dotnet/pull/2243)
- Force yielding after awaiting CallTask to avoid holding onto locks by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2245](https://togithub.com/grpc/grpc-dotnet/pull/2245)
- Update Grpc.Net.Client to use ActivitySource by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2244](https://togithub.com/grpc/grpc-dotnet/pull/2244)
- Clear IAsyncStreamReader.Current value before reading next value by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2248](https://togithub.com/grpc/grpc-dotnet/pull/2248)
- Upgrade QpsWorker to net8 by [@jtattermusch](https://togithub.com/jtattermusch) in [https://github.com/grpc/grpc-dotnet/pull/2250](https://togithub.com/grpc/grpc-dotnet/pull/2250)
- Change subchannel ID to include a channel ID by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2253](https://togithub.com/grpc/grpc-dotnet/pull/2253)
- Update Grpc.Tools dependency to 2.57.0 by [@jtattermusch](https://togithub.com/jtattermusch) in [https://github.com/grpc/grpc-dotnet/pull/2257](https://togithub.com/grpc/grpc-dotnet/pull/2257)
- Add transport status to subchannel picked log by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2261](https://togithub.com/grpc/grpc-dotnet/pull/2261)
- Reduce logger allocations by not using generic CreateLogger by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2256](https://togithub.com/grpc/grpc-dotnet/pull/2256)
- Update call debugger display to show status code by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2259](https://togithub.com/grpc/grpc-dotnet/pull/2259)
- Log socket lifetime when closing unusable sockets by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2258](https://togithub.com/grpc/grpc-dotnet/pull/2258)
- Fix unobserved exceptions with retries by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2255](https://togithub.com/grpc/grpc-dotnet/pull/2255)
- Change subchannel BalancerAddress when attributes change by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2228](https://togithub.com/grpc/grpc-dotnet/pull/2228)
- Fix connection bugs from BalancerAddress changes by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2265](https://togithub.com/grpc/grpc-dotnet/pull/2265)
- \[v2.57.x] Update version to 2.57.0-pre1 by [@jtattermusch](https://togithub.com/jtattermusch) in [https://github.com/grpc/grpc-dotnet/pull/2266](https://togithub.com/grpc/grpc-dotnet/pull/2266)
- \[2.57.x] Update version to 2.57.0 by [@jtattermusch](https://togithub.com/jtattermusch) in [https://github.com/grpc/grpc-dotnet/pull/2272](https://togithub.com/grpc/grpc-dotnet/pull/2272)
**Full Changelog**: https://github.com/grpc/grpc-dotnet/compare/v2.56.0...v2.57.0
Azure/azure-cosmos-dotnet-v3 (Microsoft.Azure.Cosmos)
### [`v3.40.0`](https://togithub.com/Azure/azure-cosmos-dotnet-v3/blob/HEAD/changelog.md#a-name3400-3400---2024-05-17)
[Compare Source](https://togithub.com/Azure/azure-cosmos-dotnet-v3/compare/3.39.2...3.40.0)
##### Fixed
- [4397](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4397) Query: Fixes ResponseMessage not parsing the IndexMetrics as text in latest sdk ([#4397](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4397))
- [4426](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4426) ChangeFeedProcessor: Fixes a bug properly when dealing with Legacy lease incremental documents that do not have a Mode property ([#4426](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4426))
- [4459](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4459) Query: Fixes non streaming order by to use flag from query plan ([#4459](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4459))
- [4253](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4253) Query: Fixes LINQ Serialization CamelCase Naming Policy ([#4253](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4253))
- [4493](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4493) Query: Fixes non streaming OrderByCrossPartitionQueryPipelineStage to remove state and handle splits ([#4493](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4493))
##### Added
- [4446](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4446) Query: Adds a new capability for non streaming order by in QueryFeatures ([#4446](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4446))
- [4433](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4433) Distributed Tracing: Adds Request charge and Payload size Threshold options ([#4433](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4433))
- [4462](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4462) Diagnostics: Adds DurationInMs to StoreResult ([#4462](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4462))
- [4492](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4492) Query: Adds an environment config to suppress sending NonStreamingOrderBy in the list of query features sent to the gateway ([#4492](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4492))
### [`v3.39.2`](https://togithub.com/Azure/azure-cosmos-dotnet-v3/blob/HEAD/changelog.md#a-name3392-3392---2024-05-16)
[Compare Source](https://togithub.com/Azure/azure-cosmos-dotnet-v3/compare/3.39.1...3.39.2)
##### Fixed
- [4413](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4413) Query: Fixes Persisted continuationToken issue (partition splits) by turning off Optimistic Direct Execution by default
- [4419](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4419)Query: Fixes bug in OrderByCrossPartitionQueryPipelineStage to ensure that errors in inner pipeline creation are bubbled up
### [`v3.39.1`](https://togithub.com/Azure/azure-cosmos-dotnet-v3/blob/HEAD/changelog.md#a-name3391-3391---2024-04-17)
[Compare Source](https://togithub.com/Azure/azure-cosmos-dotnet-v3/compare/3.39.0...3.39.1)
##### Fixed
- [4426](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4426) ChangeFeedProcessor: Fixes ArgumentException when dealing with Legacy lease incremental documents that do not have a Mode property
### [`v3.39.0`](https://togithub.com/Azure/azure-cosmos-dotnet-v3/blob/HEAD/changelog.md#a-name3390-3390---2024-04-05)
[Compare Source](https://togithub.com/Azure/azure-cosmos-dotnet-v3/compare/3.38.1...3.39.0)
##### Fixed
- [4357](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4357) Distributed Tracing Documentation : Fixes the default value mentioned in code doc
##### Added
- [4377](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4377) Integrated cache: Adds BypassIntegratedCache for public release
- [4265](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4265) CosmosClientOptions: Adds Private Custom Account Endpoints
- [4316](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4316) Distributed Tracing: Refactors code to rename net.peer.name attribute to server.address. **Warning:** This is a breaking change, only `server.address` will be emitted starting with this version.
- [4339](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4338) Diagnostics: Adds Client Configuration for Synchronization context cases
- [4333](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4333) Distributed Tracing: Adds configuration to disable network level tracing in sdk permanently
- [4323](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4323) Query: Adds Support for LINQ Custom Serializer in Public Release
- [4362](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4362) Query: Adds support for non streaming ORDER BY
- [4074](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4074) Query: Adds translation support for single key single value select GROUP BY LINQ queries
- [4361](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4361) Performance: Refactors query prefetch mechanism
- [4386](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4386) Regions: Adds new Regions
> Note: There is added support for the following regions: `Taiwan North` and `Taiwan Northwest`.
> This also includes a Direct Package version update to 3.33.0 in PR [#4353](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4353)
### [`v3.38.1`](https://togithub.com/Azure/azure-cosmos-dotnet-v3/blob/HEAD/changelog.md#a-name3381-3381---2024-02-02)
[Compare Source](https://togithub.com/Azure/azure-cosmos-dotnet-v3/compare/3.38.0...3.38.1)
##### Fixed
- [4294](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4294) DisableServerCertificateValidation: Fixes Default HttpClient to honor DisableServerCertificateValidation ([#4294](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4294))
##### Added
- [4299](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4299) Query: Adds environment variable for overriding EnableOptimisticDirectExecution default ([#4299](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4299))
> Note: This change provides another way to manage the upgrade to `3.38`. It provides an option to avoid potential disruption due to the breaking change (see the note below) if only config deployment is preferred, instead of any explicit code modification.
> With this change, users can set the environment variable AZURE_COSMOS_OPTIMISTIC_DIRECT_EXECUTION_ENABLED to false in their production environments while upgrading from previous minor version (`3.37` or below) to `3.38.1` (or above).
> This will signal the SDK to disable Optimistic Direct Execution by default.
> Once the environment is fully upgraded to the target version, the environment variable can be removed (or set to true) to enable ODE.
> It is recommended that the environment variable is used only to manage the upgrade and removed once the deployment is complete.
> Please note that environment variable acts as the override only for choosing the default value. If the code explicitly modifies the setting, that value will be honored during actual operations.
### [`v3.38.0`](https://togithub.com/Azure/azure-cosmos-dotnet-v3/blob/HEAD/changelog.md#a-name3380-3380---2024-01-31)
[Compare Source](https://togithub.com/Azure/azure-cosmos-dotnet-v3/compare/3.37.1...3.38.0)
> :warning: Note: Starting with version `3.38.0`, the .NET SDK enables the ODE feature by default. This can potentially cause a new type of continuation token to be generated. Such a token is not recognized by the older SDKs by design and this could result in a Malformed Continuation Token Exception.
> If you have a scenario where tokens generated from the newer SDKs are used by an older SDK, we recommend a 2 step approach to upgrade:
>
> - Upgrade to the new SDK and disable ODE, both together as part of a single deployment. Wait for all nodes to upgrade.
> - In order to disable ODE, set EnableOptimisticDirectExecution to false in the QueryRequestOptions.
> - Enable ODE as part of second deployment for all nodes.
##### Fixed
- [4205](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4205) ClientRetryPolicy: Fixes Metadata Requests Retry Policy ([#4205](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4205))
- [4220](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4220) Change Feed Processor: Fixes disposal of unused CancellationTokenSource ([#4220](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4220))
- [4229](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4229) GatewayClientStore: Fixes an issue with dealing with invalid JSON HTTP responses ([#4229](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4229))
- [4260](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4260) Query: Fixes LINQ Translation of SqlNullLiteral Values ([#4260](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4260))
- [4276](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4276) Change Feed Processor: Fixes LeaseLostException on Notifications API for Renewer ([#4276](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4276))
- [4241](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4241) GlobalEndpointManager: Fixes Unobserved and Unhandled Exception from Getting Thrown ([#4241](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4241))
##### Added
- [4122](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4122) Query: Adds Optimistic Direct Execution configuration override support on the Client ([#4122](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4122))
- [4240](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4240) BulkMode: Adds PartitionKeyRangeId in Bulk Mode and TransactionalBatch Response Headers ([#4240](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4240))
- [4252](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4252) Query: Adds Request Charge to Query Metrics ([#4252](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4252))
- [4225](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4225) Query: Refactors Optimistic Direct Execution to be turned on by default on .NET SDK ([#4225](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4225)). **WARNING:** This is breaking change for GA. For more details, please take a look at the `3.38.0` Note section.
- [4251](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4251) Emulator : Adds support for flag in connection string to ignore SSL check ([#4251](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4251))
- [4279](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4279) Region Availability: Adds Spain Central and Mexico Central Regions For Public Usage ([#4279](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4279))
- [4286](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4286) Query: Adds LINQ Support for FirstOrDefault ([#4286](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4286))
- [4262](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4262) PriorityBasedExecution: Adds PriorityLevel in CosmosClientOptions ([#4262](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4262))
### [`v3.37.1`](https://togithub.com/Azure/azure-cosmos-dotnet-v3/blob/HEAD/changelog.md#a-name3371-preview-3371-preview---2024-1-2)
[Compare Source](https://togithub.com/Azure/azure-cosmos-dotnet-v3/compare/3.37.0...3.37.1)
##### [3.37.1-preview](https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.37.1-preview) - 2024-1-2
### [`v3.37.0`](https://togithub.com/Azure/azure-cosmos-dotnet-v3/blob/HEAD/changelog.md#a-name3370-preview-3370-preview---2023-11-17)
[Compare Source](https://togithub.com/Azure/azure-cosmos-dotnet-v3/compare/3.36.0...3.37.0)
##### [3.37.0-preview](https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.37.0-preview) - 2023-11-17
### [`v3.36.0`](https://togithub.com/Azure/azure-cosmos-dotnet-v3/blob/HEAD/changelog.md#a-name3360-3360---2023-10-24)
##### Fixed
- [4039](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4039) GatewayAddressCache: Fixes Unobserved Exception During Background Address Refresh ([#4039](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4039))
- [4098](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4098) Distributed Tracing: Fixes dependency failure on appinsights ([#4098](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4098))
- [4097](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4097) Distributed Tracing: Fixes SDK responses compatibility with opentelemetry response ([#4097](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4097))
- [4111](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4111) Distributed Tracing: Fixes traceid null exception issue ([#4111](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4111))
##### Added
- [4009](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4009) Query: Adds ODE continuation token support for non-ODE pipelines ([#4009](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4009))
- [4078](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4078) Query: Adds LINQ RegexMatch Extension method ([#4078](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4078))
- [4001](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4001) Query: Adds public backend metrics property to Diagnostics ([#4001](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4001))
- [4016](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4016) CosmosClientOptions: Adds support for multiple formats of Azure region names ([#4016](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4016))
- [4056](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4056) Client Telemetry: Adds new public APIs ([#4056](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4056))
> Note: Refer this [3983](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/3983) for API signature and default values.
- [4119](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4119) TriggerOperation: Adds Upsert Operation Support([#4119](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4119))
### [`v3.35.4`](https://togithub.com/Azure/azure-cosmos-dotnet-v3/blob/HEAD/changelog.md#a-name3354-preview-3354-preview---2023-09-15)
##### [3.35.4-preview](https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.35.4-preview) - 2023-09-15
microsoft/vstest (Microsoft.NET.Test.Sdk)
### [`v17.10.0`](https://togithub.com/microsoft/vstest/releases/tag/v17.10.0)
#### What's Changed
- Add missing runtimeconfig.json file for 8.0 by [@MarcoRossignoli](https://togithub.com/MarcoRossignoli) in [https://github.com/microsoft/vstest/pull/4792](https://togithub.com/microsoft/vstest/pull/4792)
- Localized file check-in by OneLocBuild Task: Build definition ID 1222: Build ID [`2338548`](https://togithub.com/microsoft/vstest/commit/2338548) by [@dotnet-bot](https://togithub.com/dotnet-bot) in [https://github.com/microsoft/vstest/pull/4794](https://togithub.com/microsoft/vstest/pull/4794)
- Disable testhost prestart by [@nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4833](https://togithub.com/microsoft/vstest/pull/4833)
- Terminal logger fixes by [@nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4834](https://togithub.com/microsoft/vstest/pull/4834)
- Add RiscV64 by [@nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4838](https://togithub.com/microsoft/vstest/pull/4838)
- Add deterministic source mapping storing for Microsoft.CodeCoverage by [@jakubch1](https://togithub.com/jakubch1) in [https://github.com/microsoft/vstest/pull/4849](https://togithub.com/microsoft/vstest/pull/4849)
- Fix terminal logger encoding & error by [@nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4853](https://togithub.com/microsoft/vstest/pull/4853)
- Update sourcebuild configuration to build net previous and net current by [@Evangelink](https://togithub.com/Evangelink) in [https://github.com/microsoft/vstest/pull/4856](https://togithub.com/microsoft/vstest/pull/4856)
- Updating version of Microsoft.VisualStudio.Interop to 17.10 by [@MSLukeWest](https://togithub.com/MSLukeWest) in [https://github.com/microsoft/vstest/pull/4866](https://togithub.com/microsoft/vstest/pull/4866)
- Add VSTEST_DIAG_VERBOSITY to help by [@nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4882](https://togithub.com/microsoft/vstest/pull/4882)
- Fix feature flag name by [@nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4885](https://togithub.com/microsoft/vstest/pull/4885)
- Improve terminal logger by [@nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4877](https://togithub.com/microsoft/vstest/pull/4877)
- Remove PackageLicenseFile preventing PackageLicenseExpression from working by [@lahma](https://togithub.com/lahma) in [https://github.com/microsoft/vstest/pull/4890](https://togithub.com/microsoft/vstest/pull/4890)
- Add GitHub Actions logger by [@martincostello](https://togithub.com/martincostello) in [https://github.com/microsoft/vstest/pull/4906](https://togithub.com/microsoft/vstest/pull/4906)
- Ensure to send a session complete event by [@drognanar](https://togithub.com/drognanar) in [https://github.com/microsoft/vstest/pull/4878](https://togithub.com/microsoft/vstest/pull/4878)
- specify Win10 + maxversiontested to enable xaml APIs to be used in tests running under testhost.exe by [@ChrisGuzak](https://togithub.com/ChrisGuzak) in [https://github.com/microsoft/vstest/pull/4888](https://togithub.com/microsoft/vstest/pull/4888)
- Make VSTest repo buildable in VMR non-source-build by [@ViktorHofer](https://togithub.com/ViktorHofer) in [https://github.com/microsoft/vstest/pull/4920](https://togithub.com/microsoft/vstest/pull/4920)
- Migrate pipelines by [@nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4921](https://togithub.com/microsoft/vstest/pull/4921)
- Add test name to MSBuild where we have frame. by [@nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4935](https://togithub.com/microsoft/vstest/pull/4935)
- \[rel/17.10] Add list of known TestingPlatform dlls by [@nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4982](https://togithub.com/microsoft/vstest/pull/4982)
And many infrastructure related changes and updates.
#### New Contributors
- [@ellahathaway](https://togithub.com/ellahathaway) made their first contribution in [https://github.com/microsoft/vstest/pull/4785](https://togithub.com/microsoft/vstest/pull/4785)
- [@MSLukeWest](https://togithub.com/MSLukeWest) made their first contribution in [https://github.com/microsoft/vstest/pull/4866](https://togithub.com/microsoft/vstest/pull/4866)
- [@lahma](https://togithub.com/lahma) made their first contribution in [https://github.com/microsoft/vstest/pull/4890](https://togithub.com/microsoft/vstest/pull/4890)
- [@ChrisGuzak](https://togithub.com/ChrisGuzak) made their first contribution in [https://github.com/microsoft/vstest/pull/4888](https://togithub.com/microsoft/vstest/pull/4888)
**Full Changelog**: https://github.com/microsoft/vstest/compare/v17.9.0...v17.10.0
### [`v17.9.0`](https://togithub.com/microsoft/vstest/releases/tag/v17.9.0)
##### What's Changed
- Remove dependency on Nuget.Frameworks by [@nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4693](https://togithub.com/microsoft/vstest/pull/4693)
- Add platform guard by [@dotMorten](https://togithub.com/dotMorten) in [https://github.com/microsoft/vstest/pull/4737](https://togithub.com/microsoft/vstest/pull/4737)
- Remove javascript in `HtmlLogger` by [@daveMueller](https://togithub.com/daveMueller) in [https://github.com/microsoft/vstest/pull/4744](https://togithub.com/microsoft/vstest/pull/4744)
- Fix CPU is consumed by polling frequently when there is no subscriber by [@nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4735](https://togithub.com/microsoft/vstest/pull/4735)
- Create a proper MSBuild ToolTask based VSTestTask by [@mcartoixa](https://togithub.com/mcartoixa) in [https://github.com/microsoft/vstest/pull/2702](https://togithub.com/microsoft/vstest/pull/2702)
- Update SDK, copy logger by [@nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4755](https://togithub.com/microsoft/vstest/pull/4755)
- Fix staircase in logger by [@nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4756](https://togithub.com/microsoft/vstest/pull/4756)
- Update dump client to latest by [@nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4724](https://togithub.com/microsoft/vstest/pull/4724)
- \[rel/17.9] Disable testhost prestart by [@nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4836](https://togithub.com/microsoft/vstest/pull/4836)
##### New Contributors
- [@jithu7432](https://togithub.com/jithu7432) made their first contribution in [https://github.com/microsoft/vstest/pull/4698](https://togithub.com/microsoft/vstest/pull/4698)
- [@mcartoixa](https://togithub.com/mcartoixa) made their first contribution in [https://github.com/microsoft/vstest/pull/2702](https://togithub.com/microsoft/vstest/pull/2702)
**Full Changelog**: https://github.com/microsoft/vstest/compare/v17.8.0...v17.9.0
### [`v17.8.0`](https://togithub.com/microsoft/vstest/releases/tag/v17.8.0)
#### What's Changed
**Full Changelog**: https://github.com/microsoft/vstest/compare/v17.7.2...v17.8.0
moq/moq (Moq)
### [`v4.20.70`](https://togithub.com/moq/moq/blob/HEAD/changelog.md#v42070-2023-11-28)
[Full Changelog](https://togithub.com/devlooped/moq/compare/v4.20.69...v4.20.70)
:hammer: Other:
- a minor changes to improve the readability [#1419](https://togithub.com/devlooped/moq/issues/1419)
- Poll on SponsorLink [#1415](https://togithub.com/devlooped/moq/issues/1415)
- Change log is not updated since version 4.18.4 [#1406](https://togithub.com/devlooped/moq/issues/1406)
- Stop using Moq as a guinea pig to get feedback on and develop SponsorLink [#1396](https://togithub.com/devlooped/moq/issues/1396)
- Permanently delete all data from SponsorLink's database that has been collected during builds that included Moq (notably any version 4.20.\*) [#1395](https://togithub.com/devlooped/moq/issues/1395)
- SponsorLink is now OSS too and no longer bundled [#1384](https://togithub.com/devlooped/moq/issues/1384)
- SponsorLink and supporting OSS more broadly [#1374](https://togithub.com/devlooped/moq/issues/1374)
- Performance issue with large interfaces [#1350](https://togithub.com/devlooped/moq/issues/1350)
:twisted_rightwards_arrows: Merged:
- A minor negation in GetDelay to make it more readable [#1419](https://togithub.com/moq/moq/issues/1419) [#1422](https://togithub.com/devlooped/moq/pull/1422) ([@iPazooki](https://togithub.com/iPazooki))
- Manually update CHANGELOG.md for now [#1407](https://togithub.com/devlooped/moq/pull/1407) ([@kzu](https://togithub.com/kzu))
- Restore GDPR compliance and privacy [#1402](https://togithub.com/devlooped/moq/pull/1402) ([@DanWillman](https://togithub.com/DanWillman))
- Improve performance for mocking interfaces: Cache GetInterfaceMap [#1351](https://togithub.com/devlooped/moq/pull/1351) ([@rauhs](https://togithub.com/rauhs))
xunit/xunit (xunit)
### [`v2.8.1`](https://togithub.com/xunit/xunit/compare/2.8.0...2.8.1)
[Compare Source](https://togithub.com/xunit/xunit/compare/2.8.0...2.8.1)
### [`v2.8.0`](https://togithub.com/xunit/xunit/compare/2.7.1...2.8.0)
[Compare Source](https://togithub.com/xunit/xunit/compare/2.7.1...2.8.0)
### [`v2.7.1`](https://togithub.com/xunit/xunit/compare/2.7.0...2.7.1)
[Compare Source](https://togithub.com/xunit/xunit/compare/2.7.0...2.7.1)
### [`v2.7.0`](https://togithub.com/xunit/xunit/compare/2.6.6...2.7.0)
[Compare Source](https://togithub.com/xunit/xunit/compare/2.6.6...2.7.0)
### [`v2.6.6`](https://togithub.com/xunit/xunit/compare/2.6.5...2.6.6)
[Compare Source](https://togithub.com/xunit/xunit/compare/2.6.5...2.6.6)
### [`v2.6.5`](https://togithub.com/xunit/xunit/compare/2.6.4...2.6.5)
[Compare Source](https://togithub.com/xunit/xunit/compare/2.6.4...2.6.5)
### [`v2.6.4`](https://togithub.com/xunit/xunit/compare/2.6.3...2.6.4)
[Compare Source](https://togithub.com/xunit/xunit/compare/2.6.3...2.6.4)
### [`v2.6.3`](https://togithub.com/xunit/xunit/compare/2.6.2...2.6.3)
[Compare Source](https://togithub.com/xunit/xunit/compare/2.6.2...2.6.3)
### [`v2.6.2`](https://togithub.com/xunit/xunit/compare/2.6.1...2.6.2)
[Compare Source](https://togithub.com/xunit/xunit/compare/2.6.1...2.6.2)
### [`v2.6.1`](https://togithub.com/xunit/xunit/compare/2.6.0...2.6.1)
[Compare Source](https://togithub.com/xunit/xunit/compare/2.6.0...2.6.1)
### [`v2.6.0`](https://togithub.com/xunit/xunit/compare/2.5.3...2.6.0)
[Compare Source](https://togithub.com/xunit/xunit/compare/2.5.3...2.6.0)
### [`v2.5.3`](https://togithub.com/xunit/xunit/compare/2.5.2...2.5.3)
[Compare Source](https://togithub.com/xunit/xunit/compare/2.5.2...2.5.3)
### [`v2.5.2`](https://togithub.com/xunit/xunit/compare/2.5.1...2.5.2)
[Compare Source](https://togithub.com/xunit/xunit/compare/2.5.1...2.5.2)
### [`v2.5.1`](https://togithub.com/xunit/xunit/compare/2.5.0...2.5.1)
[Compare Source](https://togithub.com/xunit/xunit/compare/2.5.0...2.5.1)
xunit/visualstudio.xunit (xunit.runner.visualstudio)
### [`v2.8.1`](https://togithub.com/xunit/visualstudio.xunit/compare/2.8.0...2.8.1)
[Compare Source](https://togithub.com/xunit/visualstudio.xunit/compare/2.8.0...2.8.1)
### [`v2.8.0`](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.8...2.8.0)
[Compare Source](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.8...2.8.0)
### [`v2.5.8`](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.7...2.5.8)
[Compare Source](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.7...2.5.8)
### [`v2.5.7`](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.6...2.5.7)
[Compare Source](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.6...2.5.7)
### [`v2.5.6`](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.5...2.5.6)
[Compare Source](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.5...2.5.6)
### [`v2.5.5`](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.4...2.5.5)
[Compare Source](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.4...2.5.5)
### [`v2.5.4`](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.3...2.5.4)
[Compare Source](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.3...2.5.4)
### [`v2.5.3`](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.1...2.5.3)
[Compare Source](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.1...2.5.3)
### [`v2.5.1`](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.0...2.5.1)
[Compare Source](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.0...2.5.1)
Configuration
📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
2.56.0
->2.63.0
3.35.3
->3.40.0
17.7.2
->17.10.0
4.20.69
->4.20.70
2.5.0
->2.8.1
2.5.0
->2.8.1
Release Notes
grpc/grpc-dotnet (Grpc.AspNetCore)
### [`v2.63.0`](https://togithub.com/grpc/grpc-dotnet/releases/tag/v2.63.0) #### What's Changed - Prevent block inside ResolveAsync from blocking PollingResolver.Refresh by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2385](https://togithub.com/grpc/grpc-dotnet/pull/2385) - Bump follow-redirects from 1.15.4 to 1.15.6 in /testassets/InteropTestsGrpcWebWebsite/Tests by [@dependabot](https://togithub.com/dependabot) in [https://github.com/grpc/grpc-dotnet/pull/2392](https://togithub.com/grpc/grpc-dotnet/pull/2392) - Update microsoft-support.md by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2403](https://togithub.com/grpc/grpc-dotnet/pull/2403) - fix a couple typos in README.md by [@jjanuszkiewicz](https://togithub.com/jjanuszkiewicz) in [https://github.com/grpc/grpc-dotnet/pull/2397](https://togithub.com/grpc/grpc-dotnet/pull/2397) - Interrupt existing subchannel connect attempt when reconnect is requested by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2410](https://togithub.com/grpc/grpc-dotnet/pull/2410) - Update Directory.Packages.props by [@WeihanLi](https://togithub.com/WeihanLi) in [https://github.com/grpc/grpc-dotnet/pull/2413](https://togithub.com/grpc/grpc-dotnet/pull/2413) - [#2401](https://togithub.com/grpc/grpc-dotnet/issues/2401) Add new TFM's so package dependency can be removed by [@thompson-tomo](https://togithub.com/thompson-tomo) in [https://github.com/grpc/grpc-dotnet/pull/2402](https://togithub.com/grpc/grpc-dotnet/pull/2402) - support `ReadAllAsync` for netstandard2.0 by [@WeihanLi](https://togithub.com/WeihanLi) in [https://github.com/grpc/grpc-dotnet/pull/2411](https://togithub.com/grpc/grpc-dotnet/pull/2411) - Fix ObjectDisposedException message by [@drewnoakes](https://togithub.com/drewnoakes) in [https://github.com/grpc/grpc-dotnet/pull/2415](https://togithub.com/grpc/grpc-dotnet/pull/2415) - Enable multiple connections with WinHttpHandler by default by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2416](https://togithub.com/grpc/grpc-dotnet/pull/2416) - Fix memory leak when using call context propagation with cancellation token by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2421](https://togithub.com/grpc/grpc-dotnet/pull/2421) - Fix HTTP/3 test errors on .NET 6 by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2423](https://togithub.com/grpc/grpc-dotnet/pull/2423) - Add semaphore to limit subchannel connect to prevent race conditions by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2422](https://togithub.com/grpc/grpc-dotnet/pull/2422) - Don't capture async locals in resolver by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2426](https://togithub.com/grpc/grpc-dotnet/pull/2426) - Update Grpc.Tools to 2.63 by [@apolcyn](https://togithub.com/apolcyn) in [https://github.com/grpc/grpc-dotnet/pull/2429](https://togithub.com/grpc/grpc-dotnet/pull/2429) - Bump 2.63.x branch to 2.63.0-pre1 by [@apolcyn](https://togithub.com/apolcyn) in [https://github.com/grpc/grpc-dotnet/pull/2430](https://togithub.com/grpc/grpc-dotnet/pull/2430) - Fix build on v2.63.x - cherry pick [https://github.com/grpc/grpc-dotnet/pull/2437](https://togithub.com/grpc/grpc-dotnet/pull/2437) by [@apolcyn](https://togithub.com/apolcyn) in [https://github.com/grpc/grpc-dotnet/pull/2442](https://togithub.com/grpc/grpc-dotnet/pull/2442) - Bump 2.63.x to stable release by [@apolcyn](https://togithub.com/apolcyn) in [https://github.com/grpc/grpc-dotnet/pull/2440](https://togithub.com/grpc/grpc-dotnet/pull/2440) #### New Contributors - [@jjanuszkiewicz](https://togithub.com/jjanuszkiewicz) made their first contribution in [https://github.com/grpc/grpc-dotnet/pull/2397](https://togithub.com/grpc/grpc-dotnet/pull/2397) - [@thompson-tomo](https://togithub.com/thompson-tomo) made their first contribution in [https://github.com/grpc/grpc-dotnet/pull/2402](https://togithub.com/grpc/grpc-dotnet/pull/2402) - [@drewnoakes](https://togithub.com/drewnoakes) made their first contribution in [https://github.com/grpc/grpc-dotnet/pull/2415](https://togithub.com/grpc/grpc-dotnet/pull/2415) **Full Changelog**: https://github.com/grpc/grpc-dotnet/compare/v2.62.0...v2.63.0 ### [`v2.62.0`](https://togithub.com/grpc/grpc-dotnet/releases/tag/v2.62.0) ##### What's Changed - Set default streams value in grpc-client.yml by [@sebastienros](https://togithub.com/sebastienros) in [https://github.com/grpc/grpc-dotnet/pull/2379](https://togithub.com/grpc/grpc-dotnet/pull/2379) - Fix OS detection error in UWP by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2376](https://togithub.com/grpc/grpc-dotnet/pull/2376) - Update Grpc.Tools version to 2.62 by [@apolcyn](https://togithub.com/apolcyn) in [https://github.com/grpc/grpc-dotnet/pull/2382](https://togithub.com/grpc/grpc-dotnet/pull/2382) - Bump v2.62.x to pre1 by [@apolcyn](https://togithub.com/apolcyn) in [https://github.com/grpc/grpc-dotnet/pull/2383](https://togithub.com/grpc/grpc-dotnet/pull/2383) - Bump v2.62.x version for final release by [@apolcyn](https://togithub.com/apolcyn) in [https://github.com/grpc/grpc-dotnet/pull/2400](https://togithub.com/grpc/grpc-dotnet/pull/2400) **Full Changelog**: https://github.com/grpc/grpc-dotnet/compare/v2.61.0...v2.62.0 ### [`v2.61.0`](https://togithub.com/grpc/grpc-dotnet/releases/tag/v2.61.0) ##### What's Changed - Update Grpc.Tools to 2.60.0 by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2336](https://togithub.com/grpc/grpc-dotnet/pull/2336) - Bump dev version to 2.61.0-dev on master branch by [@stanley-cheung](https://togithub.com/stanley-cheung) in [https://github.com/grpc/grpc-dotnet/pull/2337](https://togithub.com/grpc/grpc-dotnet/pull/2337) - Fix cancellation token reported when using retries by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2345](https://togithub.com/grpc/grpc-dotnet/pull/2345) - First pass at Grpc.StatusProto API by [@tonydnewell](https://togithub.com/tonydnewell) in [https://github.com/grpc/grpc-dotnet/pull/2205](https://togithub.com/grpc/grpc-dotnet/pull/2205) - Add ProtoStatus example by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2273](https://togithub.com/grpc/grpc-dotnet/pull/2273) - Grpc.StatusProto clean up by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2349](https://togithub.com/grpc/grpc-dotnet/pull/2349) - Bump follow-redirects from 1.15.3 to 1.15.4 in /testassets/InteropTestsGrpcWebWebsite/Tests by [@dependabot](https://togithub.com/dependabot) in [https://github.com/grpc/grpc-dotnet/pull/2352](https://togithub.com/grpc/grpc-dotnet/pull/2352) - Add key services tests for service and interceptor by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2356](https://togithub.com/grpc/grpc-dotnet/pull/2356) - Allow GrpcChannel to use WinHttpHandler on Windows Server 2019 by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2362](https://togithub.com/grpc/grpc-dotnet/pull/2362) - Add .NET 9 NuGet feed by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2365](https://togithub.com/grpc/grpc-dotnet/pull/2365) - Add missing package mapping for net9 feed by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2366](https://togithub.com/grpc/grpc-dotnet/pull/2366) - proposal: Build changelog based on previous stable version by [@tomkerkhove](https://togithub.com/tomkerkhove) in [https://github.com/grpc/grpc-dotnet/pull/2269](https://togithub.com/grpc/grpc-dotnet/pull/2269) - Bump Grpc.Tools to 1.61.0 by [@apolcyn](https://togithub.com/apolcyn) in [https://github.com/grpc/grpc-dotnet/pull/2370](https://togithub.com/grpc/grpc-dotnet/pull/2370) - Bump versions on v2.61.x by [@apolcyn](https://togithub.com/apolcyn) in [https://github.com/grpc/grpc-dotnet/pull/2371](https://togithub.com/grpc/grpc-dotnet/pull/2371) - Bump to v2.61.0 on v2.61.x branch by [@apolcyn](https://togithub.com/apolcyn) in [https://github.com/grpc/grpc-dotnet/pull/2374](https://togithub.com/grpc/grpc-dotnet/pull/2374) ##### New Contributors - [@tonydnewell](https://togithub.com/tonydnewell) made their first contribution in [https://github.com/grpc/grpc-dotnet/pull/2205](https://togithub.com/grpc/grpc-dotnet/pull/2205) - [@tomkerkhove](https://togithub.com/tomkerkhove) made their first contribution in [https://github.com/grpc/grpc-dotnet/pull/2269](https://togithub.com/grpc/grpc-dotnet/pull/2269) **Full Changelog**: https://github.com/grpc/grpc-dotnet/compare/v2.60.0...v2.61.0 ### [`v2.60.0`](https://togithub.com/grpc/grpc-dotnet/releases/tag/v2.60.0) #### What's Changed - Update to GA .NET 8 SDK by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2321](https://togithub.com/grpc/grpc-dotnet/pull/2321) - Update to use Directory.Packages.props by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2315](https://togithub.com/grpc/grpc-dotnet/pull/2315) - Add Native AOT test by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2324](https://togithub.com/grpc/grpc-dotnet/pull/2324) - Trim regex from Grpc.AspNetCore by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2326](https://togithub.com/grpc/grpc-dotnet/pull/2326) **Full Changelog**: https://github.com/grpc/grpc-dotnet/compare/v2.59.0...v2.60.0 ### [`v2.59.0`](https://togithub.com/grpc/grpc-dotnet/releases/tag/v2.59.0) ##### What's Changed - Fix HttpContext race condition by copying values to reader and writer by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2294](https://togithub.com/grpc/grpc-dotnet/pull/2294) - Bump [@babel/traverse](https://togithub.com/babel/traverse) from 7.17.3 to 7.23.2 in /examples/Spar/Server/ClientApp by [@dependabot](https://togithub.com/dependabot) in [https://github.com/grpc/grpc-dotnet/pull/2298](https://togithub.com/grpc/grpc-dotnet/pull/2298) - Update grpc tools to 2.59 by [@apolcyn](https://togithub.com/apolcyn) in [https://github.com/grpc/grpc-dotnet/pull/2303](https://togithub.com/grpc/grpc-dotnet/pull/2303) **Full Changelog**: https://github.com/grpc/grpc-dotnet/compare/v2.58.0...v2.59.0 ### [`v2.58.0`](https://togithub.com/grpc/grpc-dotnet/releases/tag/v2.58.0) ##### What's Changed - Start 2.58 development cycle. by [@jtattermusch](https://togithub.com/jtattermusch) in [https://github.com/grpc/grpc-dotnet/pull/2267](https://togithub.com/grpc/grpc-dotnet/pull/2267) - Update ServiceBinderBase.AddMethod annotations to allow null handler by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2270](https://togithub.com/grpc/grpc-dotnet/pull/2270) - Add request and channel to call debugging by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2271](https://togithub.com/grpc/grpc-dotnet/pull/2271) - Support disabling load balancing with SocketsHttpHandler.Properties by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2274](https://togithub.com/grpc/grpc-dotnet/pull/2274) - Remove netstandard1.5 from some projects by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2279](https://togithub.com/grpc/grpc-dotnet/pull/2279) - Add debugger display to Status by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2281](https://togithub.com/grpc/grpc-dotnet/pull/2281) - Fix detecting inherited WinHttpHandler by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2288](https://togithub.com/grpc/grpc-dotnet/pull/2288) - Dispose socket after connection failure by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2287](https://togithub.com/grpc/grpc-dotnet/pull/2287) - Bump GrpcToolsPackageVersion to 2.58.0 by [@apolcyn](https://togithub.com/apolcyn) in [https://github.com/grpc/grpc-dotnet/pull/2290](https://togithub.com/grpc/grpc-dotnet/pull/2290) - Bump version to pre1 on 2.58 branch by [@apolcyn](https://togithub.com/apolcyn) in [https://github.com/grpc/grpc-dotnet/pull/2291](https://togithub.com/grpc/grpc-dotnet/pull/2291) - Update v2.58.x branch to 2.58.0 by [@apolcyn](https://togithub.com/apolcyn) in [https://github.com/grpc/grpc-dotnet/pull/2299](https://togithub.com/grpc/grpc-dotnet/pull/2299) **Full Changelog**: https://github.com/grpc/grpc-dotnet/compare/v2.57.0...v2.58.0 ### [`v2.57.0`](https://togithub.com/grpc/grpc-dotnet/releases/tag/v2.57.0) ##### What's Changed - Start 2.57.x development cycle by [@jtattermusch](https://togithub.com/jtattermusch) in [https://github.com/grpc/grpc-dotnet/pull/2227](https://togithub.com/grpc/grpc-dotnet/pull/2227) - Validate Windows version when using WinHttpHandler by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2229](https://togithub.com/grpc/grpc-dotnet/pull/2229) - Support infinite idle connection timeout values by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2231](https://togithub.com/grpc/grpc-dotnet/pull/2231) - Improve BalancerAttributes debugging by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2235](https://togithub.com/grpc/grpc-dotnet/pull/2235) - Update Grpc.Net.Client to remove ValueTask usage by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2222](https://togithub.com/grpc/grpc-dotnet/pull/2222) - Update Newtonsoft.Json to 13.0.3 by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2219](https://togithub.com/grpc/grpc-dotnet/pull/2219) - Consistently don't log message errors on cancellation by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2221](https://togithub.com/grpc/grpc-dotnet/pull/2221) - Fix load balancing flaky test by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2223](https://togithub.com/grpc/grpc-dotnet/pull/2223) - Improve comment in GrpcChannel for WinHttpHandler + OS validation by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2237](https://togithub.com/grpc/grpc-dotnet/pull/2237) - Update OS version detection to get version directly from Windows by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2239](https://togithub.com/grpc/grpc-dotnet/pull/2239) - Update implementation_comparison.md by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2240](https://togithub.com/grpc/grpc-dotnet/pull/2240) - Update to use .NET 8 by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2021](https://togithub.com/grpc/grpc-dotnet/pull/2021) - Bump semver from 6.3.0 to 6.3.1 in /testassets/InteropTestsGrpcWebWebsite/Tests by [@dependabot](https://togithub.com/dependabot) in [https://github.com/grpc/grpc-dotnet/pull/2243](https://togithub.com/grpc/grpc-dotnet/pull/2243) - Force yielding after awaiting CallTask to avoid holding onto locks by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2245](https://togithub.com/grpc/grpc-dotnet/pull/2245) - Update Grpc.Net.Client to use ActivitySource by [@JamesNK](https://togithub.com/JamesNK) in [https://github.com/grpc/grpc-dotnet/pull/2244](https://togithub.com/grpc/grpc-dotnet/pull/2244) - Clear IAsyncStreamReaderAzure/azure-cosmos-dotnet-v3 (Microsoft.Azure.Cosmos)
### [`v3.40.0`](https://togithub.com/Azure/azure-cosmos-dotnet-v3/blob/HEAD/changelog.md#a-name3400-3400---2024-05-17) [Compare Source](https://togithub.com/Azure/azure-cosmos-dotnet-v3/compare/3.39.2...3.40.0) ##### Fixed - [4397](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4397) Query: Fixes ResponseMessage not parsing the IndexMetrics as text in latest sdk ([#4397](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4397)) - [4426](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4426) ChangeFeedProcessor: Fixes a bug properly when dealing with Legacy lease incremental documents that do not have a Mode property ([#4426](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4426)) - [4459](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4459) Query: Fixes non streaming order by to use flag from query plan ([#4459](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4459)) - [4253](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4253) Query: Fixes LINQ Serialization CamelCase Naming Policy ([#4253](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4253)) - [4493](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4493) Query: Fixes non streaming OrderByCrossPartitionQueryPipelineStage to remove state and handle splits ([#4493](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4493)) ##### Added - [4446](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4446) Query: Adds a new capability for non streaming order by in QueryFeatures ([#4446](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4446)) - [4433](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4433) Distributed Tracing: Adds Request charge and Payload size Threshold options ([#4433](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4433)) - [4462](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4462) Diagnostics: Adds DurationInMs to StoreResult ([#4462](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4462)) - [4492](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4492) Query: Adds an environment config to suppress sending NonStreamingOrderBy in the list of query features sent to the gateway ([#4492](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4492)) ### [`v3.39.2`](https://togithub.com/Azure/azure-cosmos-dotnet-v3/blob/HEAD/changelog.md#a-name3392-3392---2024-05-16) [Compare Source](https://togithub.com/Azure/azure-cosmos-dotnet-v3/compare/3.39.1...3.39.2) ##### Fixed - [4413](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4413) Query: Fixes Persisted continuationToken issue (partition splits) by turning off Optimistic Direct Execution by default - [4419](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4419)Query: Fixes bug in OrderByCrossPartitionQueryPipelineStage to ensure that errors in inner pipeline creation are bubbled up ### [`v3.39.1`](https://togithub.com/Azure/azure-cosmos-dotnet-v3/blob/HEAD/changelog.md#a-name3391-3391---2024-04-17) [Compare Source](https://togithub.com/Azure/azure-cosmos-dotnet-v3/compare/3.39.0...3.39.1) ##### Fixed - [4426](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4426) ChangeFeedProcessor: Fixes ArgumentException when dealing with Legacy lease incremental documents that do not have a Mode property ### [`v3.39.0`](https://togithub.com/Azure/azure-cosmos-dotnet-v3/blob/HEAD/changelog.md#a-name3390-3390---2024-04-05) [Compare Source](https://togithub.com/Azure/azure-cosmos-dotnet-v3/compare/3.38.1...3.39.0) ##### Fixed - [4357](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4357) Distributed Tracing Documentation : Fixes the default value mentioned in code doc ##### Added - [4377](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4377) Integrated cache: Adds BypassIntegratedCache for public release - [4265](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4265) CosmosClientOptions: Adds Private Custom Account Endpoints - [4316](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4316) Distributed Tracing: Refactors code to rename net.peer.name attribute to server.address. **Warning:** This is a breaking change, only `server.address` will be emitted starting with this version. - [4339](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4338) Diagnostics: Adds Client Configuration for Synchronization context cases - [4333](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4333) Distributed Tracing: Adds configuration to disable network level tracing in sdk permanently - [4323](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4323) Query: Adds Support for LINQ Custom Serializer in Public Release - [4362](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4362) Query: Adds support for non streaming ORDER BY - [4074](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4074) Query: Adds translation support for single key single value select GROUP BY LINQ queries - [4361](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4361) Performance: Refactors query prefetch mechanism - [4386](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4386) Regions: Adds new Regions > Note: There is added support for the following regions: `Taiwan North` and `Taiwan Northwest`. > This also includes a Direct Package version update to 3.33.0 in PR [#4353](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4353) ### [`v3.38.1`](https://togithub.com/Azure/azure-cosmos-dotnet-v3/blob/HEAD/changelog.md#a-name3381-3381---2024-02-02) [Compare Source](https://togithub.com/Azure/azure-cosmos-dotnet-v3/compare/3.38.0...3.38.1) ##### Fixed - [4294](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4294) DisableServerCertificateValidation: Fixes Default HttpClient to honor DisableServerCertificateValidation ([#4294](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4294)) ##### Added - [4299](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4299) Query: Adds environment variable for overriding EnableOptimisticDirectExecution default ([#4299](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4299)) > Note: This change provides another way to manage the upgrade to `3.38`. It provides an option to avoid potential disruption due to the breaking change (see the note below) if only config deployment is preferred, instead of any explicit code modification. > With this change, users can set the environment variable AZURE_COSMOS_OPTIMISTIC_DIRECT_EXECUTION_ENABLED to false in their production environments while upgrading from previous minor version (`3.37` or below) to `3.38.1` (or above). > This will signal the SDK to disable Optimistic Direct Execution by default. > Once the environment is fully upgraded to the target version, the environment variable can be removed (or set to true) to enable ODE. > It is recommended that the environment variable is used only to manage the upgrade and removed once the deployment is complete. > Please note that environment variable acts as the override only for choosing the default value. If the code explicitly modifies the setting, that value will be honored during actual operations. ### [`v3.38.0`](https://togithub.com/Azure/azure-cosmos-dotnet-v3/blob/HEAD/changelog.md#a-name3380-3380---2024-01-31) [Compare Source](https://togithub.com/Azure/azure-cosmos-dotnet-v3/compare/3.37.1...3.38.0) > :warning: Note: Starting with version `3.38.0`, the .NET SDK enables the ODE feature by default. This can potentially cause a new type of continuation token to be generated. Such a token is not recognized by the older SDKs by design and this could result in a Malformed Continuation Token Exception. > If you have a scenario where tokens generated from the newer SDKs are used by an older SDK, we recommend a 2 step approach to upgrade: > > - Upgrade to the new SDK and disable ODE, both together as part of a single deployment. Wait for all nodes to upgrade. > - In order to disable ODE, set EnableOptimisticDirectExecution to false in the QueryRequestOptions. > - Enable ODE as part of second deployment for all nodes. ##### Fixed - [4205](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4205) ClientRetryPolicy: Fixes Metadata Requests Retry Policy ([#4205](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4205)) - [4220](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4220) Change Feed Processor: Fixes disposal of unused CancellationTokenSource ([#4220](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4220)) - [4229](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4229) GatewayClientStore: Fixes an issue with dealing with invalid JSON HTTP responses ([#4229](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4229)) - [4260](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4260) Query: Fixes LINQ Translation of SqlNullLiteral Values ([#4260](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4260)) - [4276](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4276) Change Feed Processor: Fixes LeaseLostException on Notifications API for Renewer ([#4276](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4276)) - [4241](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4241) GlobalEndpointManager: Fixes Unobserved and Unhandled Exception from Getting Thrown ([#4241](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4241)) ##### Added - [4122](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4122) Query: Adds Optimistic Direct Execution configuration override support on the Client ([#4122](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4122)) - [4240](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4240) BulkMode: Adds PartitionKeyRangeId in Bulk Mode and TransactionalBatch Response Headers ([#4240](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4240)) - [4252](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4252) Query: Adds Request Charge to Query Metrics ([#4252](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4252)) - [4225](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4225) Query: Refactors Optimistic Direct Execution to be turned on by default on .NET SDK ([#4225](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4225)). **WARNING:** This is breaking change for GA. For more details, please take a look at the `3.38.0` Note section. - [4251](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4251) Emulator : Adds support for flag in connection string to ignore SSL check ([#4251](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4251)) - [4279](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4279) Region Availability: Adds Spain Central and Mexico Central Regions For Public Usage ([#4279](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4279)) - [4286](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4286) Query: Adds LINQ Support for FirstOrDefault ([#4286](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4286)) - [4262](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4262) PriorityBasedExecution: Adds PriorityLevel in CosmosClientOptions ([#4262](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4262)) ### [`v3.37.1`](https://togithub.com/Azure/azure-cosmos-dotnet-v3/blob/HEAD/changelog.md#a-name3371-preview-3371-preview---2024-1-2) [Compare Source](https://togithub.com/Azure/azure-cosmos-dotnet-v3/compare/3.37.0...3.37.1) ##### [3.37.1-preview](https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.37.1-preview) - 2024-1-2 ### [`v3.37.0`](https://togithub.com/Azure/azure-cosmos-dotnet-v3/blob/HEAD/changelog.md#a-name3370-preview-3370-preview---2023-11-17) [Compare Source](https://togithub.com/Azure/azure-cosmos-dotnet-v3/compare/3.36.0...3.37.0) ##### [3.37.0-preview](https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.37.0-preview) - 2023-11-17 ### [`v3.36.0`](https://togithub.com/Azure/azure-cosmos-dotnet-v3/blob/HEAD/changelog.md#a-name3360-3360---2023-10-24) ##### Fixed - [4039](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4039) GatewayAddressCache: Fixes Unobserved Exception During Background Address Refresh ([#4039](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4039)) - [4098](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4098) Distributed Tracing: Fixes dependency failure on appinsights ([#4098](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4098)) - [4097](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4097) Distributed Tracing: Fixes SDK responses compatibility with opentelemetry response ([#4097](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4097)) - [4111](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4111) Distributed Tracing: Fixes traceid null exception issue ([#4111](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4111)) ##### Added - [4009](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4009) Query: Adds ODE continuation token support for non-ODE pipelines ([#4009](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4009)) - [4078](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4078) Query: Adds LINQ RegexMatch Extension method ([#4078](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4078)) - [4001](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4001) Query: Adds public backend metrics property to Diagnostics ([#4001](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4001)) - [4016](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4016) CosmosClientOptions: Adds support for multiple formats of Azure region names ([#4016](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4016)) - [4056](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4056) Client Telemetry: Adds new public APIs ([#4056](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4056)) > Note: Refer this [3983](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/3983) for API signature and default values. - [4119](https://togithub.com/Azure/azure-cosmos-dotnet-v3/pull/4119) TriggerOperation: Adds Upsert Operation Support([#4119](https://togithub.com/Azure/azure-cosmos-dotnet-v3/issues/4119)) ### [`v3.35.4`](https://togithub.com/Azure/azure-cosmos-dotnet-v3/blob/HEAD/changelog.md#a-name3354-preview-3354-preview---2023-09-15) ##### [3.35.4-preview](https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.35.4-preview) - 2023-09-15microsoft/vstest (Microsoft.NET.Test.Sdk)
### [`v17.10.0`](https://togithub.com/microsoft/vstest/releases/tag/v17.10.0) #### What's Changed - Add missing runtimeconfig.json file for 8.0 by [@MarcoRossignoli](https://togithub.com/MarcoRossignoli) in [https://github.com/microsoft/vstest/pull/4792](https://togithub.com/microsoft/vstest/pull/4792) - Localized file check-in by OneLocBuild Task: Build definition ID 1222: Build ID [`2338548`](https://togithub.com/microsoft/vstest/commit/2338548) by [@dotnet-bot](https://togithub.com/dotnet-bot) in [https://github.com/microsoft/vstest/pull/4794](https://togithub.com/microsoft/vstest/pull/4794) - Disable testhost prestart by [@nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4833](https://togithub.com/microsoft/vstest/pull/4833) - Terminal logger fixes by [@nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4834](https://togithub.com/microsoft/vstest/pull/4834) - Add RiscV64 by [@nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4838](https://togithub.com/microsoft/vstest/pull/4838) - Add deterministic source mapping storing for Microsoft.CodeCoverage by [@jakubch1](https://togithub.com/jakubch1) in [https://github.com/microsoft/vstest/pull/4849](https://togithub.com/microsoft/vstest/pull/4849) - Fix terminal logger encoding & error by [@nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4853](https://togithub.com/microsoft/vstest/pull/4853) - Update sourcebuild configuration to build net previous and net current by [@Evangelink](https://togithub.com/Evangelink) in [https://github.com/microsoft/vstest/pull/4856](https://togithub.com/microsoft/vstest/pull/4856) - Updating version of Microsoft.VisualStudio.Interop to 17.10 by [@MSLukeWest](https://togithub.com/MSLukeWest) in [https://github.com/microsoft/vstest/pull/4866](https://togithub.com/microsoft/vstest/pull/4866) - Add VSTEST_DIAG_VERBOSITY to help by [@nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4882](https://togithub.com/microsoft/vstest/pull/4882) - Fix feature flag name by [@nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4885](https://togithub.com/microsoft/vstest/pull/4885) - Improve terminal logger by [@nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4877](https://togithub.com/microsoft/vstest/pull/4877) - Remove PackageLicenseFile preventing PackageLicenseExpression from working by [@lahma](https://togithub.com/lahma) in [https://github.com/microsoft/vstest/pull/4890](https://togithub.com/microsoft/vstest/pull/4890) - Add GitHub Actions logger by [@martincostello](https://togithub.com/martincostello) in [https://github.com/microsoft/vstest/pull/4906](https://togithub.com/microsoft/vstest/pull/4906) - Ensure to send a session complete event by [@drognanar](https://togithub.com/drognanar) in [https://github.com/microsoft/vstest/pull/4878](https://togithub.com/microsoft/vstest/pull/4878) - specify Win10 + maxversiontested to enable xaml APIs to be used in tests running under testhost.exe by [@ChrisGuzak](https://togithub.com/ChrisGuzak) in [https://github.com/microsoft/vstest/pull/4888](https://togithub.com/microsoft/vstest/pull/4888) - Make VSTest repo buildable in VMR non-source-build by [@ViktorHofer](https://togithub.com/ViktorHofer) in [https://github.com/microsoft/vstest/pull/4920](https://togithub.com/microsoft/vstest/pull/4920) - Migrate pipelines by [@nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4921](https://togithub.com/microsoft/vstest/pull/4921) - Add test name to MSBuild where we have frame. by [@nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4935](https://togithub.com/microsoft/vstest/pull/4935) - \[rel/17.10] Add list of known TestingPlatform dlls by [@nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4982](https://togithub.com/microsoft/vstest/pull/4982) And many infrastructure related changes and updates. #### New Contributors - [@ellahathaway](https://togithub.com/ellahathaway) made their first contribution in [https://github.com/microsoft/vstest/pull/4785](https://togithub.com/microsoft/vstest/pull/4785) - [@MSLukeWest](https://togithub.com/MSLukeWest) made their first contribution in [https://github.com/microsoft/vstest/pull/4866](https://togithub.com/microsoft/vstest/pull/4866) - [@lahma](https://togithub.com/lahma) made their first contribution in [https://github.com/microsoft/vstest/pull/4890](https://togithub.com/microsoft/vstest/pull/4890) - [@ChrisGuzak](https://togithub.com/ChrisGuzak) made their first contribution in [https://github.com/microsoft/vstest/pull/4888](https://togithub.com/microsoft/vstest/pull/4888) **Full Changelog**: https://github.com/microsoft/vstest/compare/v17.9.0...v17.10.0 ### [`v17.9.0`](https://togithub.com/microsoft/vstest/releases/tag/v17.9.0) ##### What's Changed - Remove dependency on Nuget.Frameworks by [@nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4693](https://togithub.com/microsoft/vstest/pull/4693) - Add platform guard by [@dotMorten](https://togithub.com/dotMorten) in [https://github.com/microsoft/vstest/pull/4737](https://togithub.com/microsoft/vstest/pull/4737) - Remove javascript in `HtmlLogger` by [@daveMueller](https://togithub.com/daveMueller) in [https://github.com/microsoft/vstest/pull/4744](https://togithub.com/microsoft/vstest/pull/4744) - Fix CPU is consumed by polling frequently when there is no subscriber by [@nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4735](https://togithub.com/microsoft/vstest/pull/4735) - Create a proper MSBuild ToolTask based VSTestTask by [@mcartoixa](https://togithub.com/mcartoixa) in [https://github.com/microsoft/vstest/pull/2702](https://togithub.com/microsoft/vstest/pull/2702) - Update SDK, copy logger by [@nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4755](https://togithub.com/microsoft/vstest/pull/4755) - Fix staircase in logger by [@nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4756](https://togithub.com/microsoft/vstest/pull/4756) - Update dump client to latest by [@nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4724](https://togithub.com/microsoft/vstest/pull/4724) - \[rel/17.9] Disable testhost prestart by [@nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4836](https://togithub.com/microsoft/vstest/pull/4836) ##### New Contributors - [@jithu7432](https://togithub.com/jithu7432) made their first contribution in [https://github.com/microsoft/vstest/pull/4698](https://togithub.com/microsoft/vstest/pull/4698) - [@mcartoixa](https://togithub.com/mcartoixa) made their first contribution in [https://github.com/microsoft/vstest/pull/2702](https://togithub.com/microsoft/vstest/pull/2702) **Full Changelog**: https://github.com/microsoft/vstest/compare/v17.8.0...v17.9.0 ### [`v17.8.0`](https://togithub.com/microsoft/vstest/releases/tag/v17.8.0) #### What's Changed **Full Changelog**: https://github.com/microsoft/vstest/compare/v17.7.2...v17.8.0moq/moq (Moq)
### [`v4.20.70`](https://togithub.com/moq/moq/blob/HEAD/changelog.md#v42070-2023-11-28) [Full Changelog](https://togithub.com/devlooped/moq/compare/v4.20.69...v4.20.70) :hammer: Other: - a minor changes to improve the readability [#1419](https://togithub.com/devlooped/moq/issues/1419) - Poll on SponsorLink [#1415](https://togithub.com/devlooped/moq/issues/1415) - Change log is not updated since version 4.18.4 [#1406](https://togithub.com/devlooped/moq/issues/1406) - Stop using Moq as a guinea pig to get feedback on and develop SponsorLink [#1396](https://togithub.com/devlooped/moq/issues/1396) - Permanently delete all data from SponsorLink's database that has been collected during builds that included Moq (notably any version 4.20.\*) [#1395](https://togithub.com/devlooped/moq/issues/1395) - SponsorLink is now OSS too and no longer bundled [#1384](https://togithub.com/devlooped/moq/issues/1384) - SponsorLink and supporting OSS more broadly [#1374](https://togithub.com/devlooped/moq/issues/1374) - Performance issue with large interfaces [#1350](https://togithub.com/devlooped/moq/issues/1350) :twisted_rightwards_arrows: Merged: - A minor negation in GetDelay to make it more readable [#1419](https://togithub.com/moq/moq/issues/1419) [#1422](https://togithub.com/devlooped/moq/pull/1422) ([@iPazooki](https://togithub.com/iPazooki)) - Manually update CHANGELOG.md for now [#1407](https://togithub.com/devlooped/moq/pull/1407) ([@kzu](https://togithub.com/kzu)) - Restore GDPR compliance and privacy [#1402](https://togithub.com/devlooped/moq/pull/1402) ([@DanWillman](https://togithub.com/DanWillman)) - Improve performance for mocking interfaces: Cache GetInterfaceMap [#1351](https://togithub.com/devlooped/moq/pull/1351) ([@rauhs](https://togithub.com/rauhs))xunit/xunit (xunit)
### [`v2.8.1`](https://togithub.com/xunit/xunit/compare/2.8.0...2.8.1) [Compare Source](https://togithub.com/xunit/xunit/compare/2.8.0...2.8.1) ### [`v2.8.0`](https://togithub.com/xunit/xunit/compare/2.7.1...2.8.0) [Compare Source](https://togithub.com/xunit/xunit/compare/2.7.1...2.8.0) ### [`v2.7.1`](https://togithub.com/xunit/xunit/compare/2.7.0...2.7.1) [Compare Source](https://togithub.com/xunit/xunit/compare/2.7.0...2.7.1) ### [`v2.7.0`](https://togithub.com/xunit/xunit/compare/2.6.6...2.7.0) [Compare Source](https://togithub.com/xunit/xunit/compare/2.6.6...2.7.0) ### [`v2.6.6`](https://togithub.com/xunit/xunit/compare/2.6.5...2.6.6) [Compare Source](https://togithub.com/xunit/xunit/compare/2.6.5...2.6.6) ### [`v2.6.5`](https://togithub.com/xunit/xunit/compare/2.6.4...2.6.5) [Compare Source](https://togithub.com/xunit/xunit/compare/2.6.4...2.6.5) ### [`v2.6.4`](https://togithub.com/xunit/xunit/compare/2.6.3...2.6.4) [Compare Source](https://togithub.com/xunit/xunit/compare/2.6.3...2.6.4) ### [`v2.6.3`](https://togithub.com/xunit/xunit/compare/2.6.2...2.6.3) [Compare Source](https://togithub.com/xunit/xunit/compare/2.6.2...2.6.3) ### [`v2.6.2`](https://togithub.com/xunit/xunit/compare/2.6.1...2.6.2) [Compare Source](https://togithub.com/xunit/xunit/compare/2.6.1...2.6.2) ### [`v2.6.1`](https://togithub.com/xunit/xunit/compare/2.6.0...2.6.1) [Compare Source](https://togithub.com/xunit/xunit/compare/2.6.0...2.6.1) ### [`v2.6.0`](https://togithub.com/xunit/xunit/compare/2.5.3...2.6.0) [Compare Source](https://togithub.com/xunit/xunit/compare/2.5.3...2.6.0) ### [`v2.5.3`](https://togithub.com/xunit/xunit/compare/2.5.2...2.5.3) [Compare Source](https://togithub.com/xunit/xunit/compare/2.5.2...2.5.3) ### [`v2.5.2`](https://togithub.com/xunit/xunit/compare/2.5.1...2.5.2) [Compare Source](https://togithub.com/xunit/xunit/compare/2.5.1...2.5.2) ### [`v2.5.1`](https://togithub.com/xunit/xunit/compare/2.5.0...2.5.1) [Compare Source](https://togithub.com/xunit/xunit/compare/2.5.0...2.5.1)xunit/visualstudio.xunit (xunit.runner.visualstudio)
### [`v2.8.1`](https://togithub.com/xunit/visualstudio.xunit/compare/2.8.0...2.8.1) [Compare Source](https://togithub.com/xunit/visualstudio.xunit/compare/2.8.0...2.8.1) ### [`v2.8.0`](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.8...2.8.0) [Compare Source](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.8...2.8.0) ### [`v2.5.8`](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.7...2.5.8) [Compare Source](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.7...2.5.8) ### [`v2.5.7`](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.6...2.5.7) [Compare Source](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.6...2.5.7) ### [`v2.5.6`](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.5...2.5.6) [Compare Source](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.5...2.5.6) ### [`v2.5.5`](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.4...2.5.5) [Compare Source](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.4...2.5.5) ### [`v2.5.4`](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.3...2.5.4) [Compare Source](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.3...2.5.4) ### [`v2.5.3`](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.1...2.5.3) [Compare Source](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.1...2.5.3) ### [`v2.5.1`](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.0...2.5.1) [Compare Source](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.0...2.5.1)Configuration
📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.