GoogleCloudPlatform / opentelemetry-demo

Apache License 2.0
11 stars 6 forks source link

Update cartservice #76

Open renovate-bot opened 1 month ago

renovate-bot commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
Grpc.AspNetCore 2.60.0 -> 2.63.0 age adoption passing confidence nuget minor
Grpc.AspNetCore.HealthChecks 2.60.0 -> 2.63.0 age adoption passing confidence nuget minor
Grpc.Net.Client 2.60.0 -> 2.63.0 age adoption passing confidence nuget minor
Microsoft.AspNetCore.TestHost (source) 8.0.2 -> 8.0.6 age adoption passing confidence nuget patch
Microsoft.NET.Test.Sdk 17.9.0 -> 17.10.0 age adoption passing confidence nuget minor
OpenTelemetry.Exporter.OpenTelemetryProtocol (source) 1.7.0 -> 1.9.0 age adoption passing confidence nuget minor
OpenTelemetry.Extensions.Hosting (source) 1.7.0 -> 1.9.0 age adoption passing confidence nuget minor
OpenTelemetry.Instrumentation.Process (source) 0.5.0-beta.4 -> 0.5.0-beta.6 age adoption passing confidence nuget patch
OpenTelemetry.Instrumentation.Runtime (source) 1.7.0 -> 1.9.0 age adoption passing confidence nuget minor
OpenTelemetry.Instrumentation.StackExchangeRedis (source) 1.0.0-rc9.13 -> 1.0.0-rc9.15 age adoption passing confidence nuget patch
OpenTelemetry.ResourceDetectors.Container (source) 1.0.0-beta.6 -> 1.0.0-beta.7 age adoption passing confidence nuget patch
StackExchange.Redis (source) 2.7.17 -> 2.8.0 age adoption passing confidence nuget minor
mcr.microsoft.com/dotnet/runtime-deps 8.0.2-alpine3.18 -> 8.0.6-alpine3.18 age adoption passing confidence final patch
mcr.microsoft.com/dotnet/sdk 8.0.200 -> 8.0.302 age adoption passing confidence stage patch
xunit 2.6.6 -> 2.8.1 age adoption passing confidence nuget minor
xunit.runner.visualstudio 2.5.6 -> 2.8.1 age adoption passing confidence nuget minor

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
dotnet/aspnetcore (Microsoft.AspNetCore.TestHost) ### [`v8.0.6`](https://togithub.com/dotnet/aspnetcore/compare/v8.0.5...v8.0.6) ### [`v8.0.5`](https://togithub.com/dotnet/aspnetcore/releases/tag/v8.0.5): .NET 8.0.5 [Release](https://togithub.com/dotnet/core/releases/tag/v8.0.5) ##### What's Changed - \[release/8.0] Update dependencies from dotnet/source-build-externals by [@​dotnet-maestro](https://togithub.com/dotnet-maestro) in [https://github.com/dotnet/aspnetcore/pull/54744](https://togithub.com/dotnet/aspnetcore/pull/54744) - Update branding to 8.0.5 by [@​vseanreesermsft](https://togithub.com/vseanreesermsft) in [https://github.com/dotnet/aspnetcore/pull/54907](https://togithub.com/dotnet/aspnetcore/pull/54907) - \[release/8.0] Convert to 1ES templates by [@​RussKie](https://togithub.com/RussKie) in [https://github.com/dotnet/aspnetcore/pull/54660](https://togithub.com/dotnet/aspnetcore/pull/54660) - Increase logs and delays in CanLaunchPhotinoWebViewAndClickButton by [@​Eilon](https://togithub.com/Eilon) in [https://github.com/dotnet/aspnetcore/pull/54608](https://togithub.com/dotnet/aspnetcore/pull/54608) - \[release/8.0] (deps): Bump src/submodules/googletest from `31993df` to `77afe8e` by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/dotnet/aspnetcore/pull/54872](https://togithub.com/dotnet/aspnetcore/pull/54872) - \[release/8.0] Reduce helix-matrix timeout to 5 hours by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/dotnet/aspnetcore/pull/54778](https://togithub.com/dotnet/aspnetcore/pull/54778) - \[release/8.0] Preserve RemoteAuthenticationContext during trimming if used in JS interop by [@​halter73](https://togithub.com/halter73) in [https://github.com/dotnet/aspnetcore/pull/54655](https://togithub.com/dotnet/aspnetcore/pull/54655) - \[release/8.0] Improve usage of `Type.GetType` when activating types in data protection by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/dotnet/aspnetcore/pull/54762](https://togithub.com/dotnet/aspnetcore/pull/54762) - \[release/8.0] Fix route analyzer performance with highly concatenated strings by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/dotnet/aspnetcore/pull/54763](https://togithub.com/dotnet/aspnetcore/pull/54763) - \[release/8.0] Suppress .ps1 SDL errors by [@​wtgodbe](https://togithub.com/wtgodbe) in [https://github.com/dotnet/aspnetcore/pull/54915](https://togithub.com/dotnet/aspnetcore/pull/54915) - \[release/8.0] Backport test fixes by [@​MackinnonBuck](https://togithub.com/MackinnonBuck) in [https://github.com/dotnet/aspnetcore/pull/54912](https://togithub.com/dotnet/aspnetcore/pull/54912) - \[release/8.0] Skip SpotBugs for now by [@​wtgodbe](https://togithub.com/wtgodbe) in [https://github.com/dotnet/aspnetcore/pull/54952](https://togithub.com/dotnet/aspnetcore/pull/54952) - Merging internal commits for release/8.0 by [@​vseanreesermsft](https://togithub.com/vseanreesermsft) in [https://github.com/dotnet/aspnetcore/pull/55034](https://togithub.com/dotnet/aspnetcore/pull/55034) - \[release/8.0] Update dependencies from dotnet/arcade by [@​dotnet-maestro](https://togithub.com/dotnet-maestro) in [https://github.com/dotnet/aspnetcore/pull/55061](https://togithub.com/dotnet/aspnetcore/pull/55061) - \[release/8.0] Update Wix version by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/dotnet/aspnetcore/pull/55101](https://togithub.com/dotnet/aspnetcore/pull/55101) **Full Changelog**: https://github.com/dotnet/aspnetcore/compare/v8.0.4...v8.0.5 ### [`v8.0.4`](https://togithub.com/dotnet/aspnetcore/releases/tag/v8.0.4): .NET 8.0.4 [Release](https://togithub.com/dotnet/core/releases/tag/v8.0.4) ### [`v8.0.3`](https://togithub.com/dotnet/aspnetcore/releases/tag/v8.0.3): .NET 8.0.3 [Release](https://togithub.com/dotnet/core/releases/tag/v8.0.3)
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
StackExchange/StackExchange.Redis (StackExchange.Redis) ### [`v2.8.0`](https://togithub.com/StackExchange/StackExchange.Redis/releases/tag/2.8.0) [Compare Source](https://togithub.com/StackExchange/StackExchange.Redis/compare/2.7.33...2.8.0) #### What's Changed - TLS: Check EKU in X509 chain checks by [@​NickCraver](https://togithub.com/NickCraver) in [https://github.com/StackExchange/StackExchange.Redis/pull/2670](https://togithub.com/StackExchange/StackExchange.Redis/pull/2670) - Correct link to RespLogging doc by [@​philon-msft](https://togithub.com/philon-msft) in [https://github.com/StackExchange/StackExchange.Redis/pull/2696](https://togithub.com/StackExchange/StackExchange.Redis/pull/2696) - Replace all occurrences of "nil" in `IDatabase(Async)` xmldoc with less ambiguous alternatives by [@​bdach](https://togithub.com/bdach) in [https://github.com/StackExchange/StackExchange.Redis/pull/2702](https://togithub.com/StackExchange/StackExchange.Redis/pull/2702) - support reading from last message from stream with xread by [@​atakavci](https://togithub.com/atakavci) in [https://github.com/StackExchange/StackExchange.Redis/pull/2725](https://togithub.com/StackExchange/StackExchange.Redis/pull/2725) - Implement high integrity mode for commands by [@​mgravell](https://togithub.com/mgravell) in [https://github.com/StackExchange/StackExchange.Redis/pull/2741](https://togithub.com/StackExchange/StackExchange.Redis/pull/2741) #### New Contributors - [@​bdach](https://togithub.com/bdach) made their first contribution in [https://github.com/StackExchange/StackExchange.Redis/pull/2702](https://togithub.com/StackExchange/StackExchange.Redis/pull/2702) - [@​atakavci](https://togithub.com/atakavci) made their first contribution in [https://github.com/StackExchange/StackExchange.Redis/pull/2725](https://togithub.com/StackExchange/StackExchange.Redis/pull/2725) **Full Changelog**: https://github.com/StackExchange/StackExchange.Redis/compare/2.7.33...2.8.0 ### [`v2.7.33`](https://togithub.com/StackExchange/StackExchange.Redis/releases/tag/2.7.33) [Compare Source](https://togithub.com/StackExchange/StackExchange.Redis/compare/2.7.27...2.7.33) #### What's Changed - **Potentially Breaking**: Fix `CheckTrustedIssuer` certificate validation for broken chain scenarios ([#​2665](https://togithub.com/StackExchange/StackExchange.Redis/issues/2665) by [@​NickCraver](https://togithub.com/NickCraver)) - Users inadvertently trusting a remote cert with a broken chain could not be failing custom validation before this change. This is only in play if you are using `ConfigurationOptions.TrustIssuer` at all. - Add new `LoggingTunnel` API; see ([#​2660](https://togithub.com/StackExchange/StackExchange.Redis/issues/2660) by [@​mgravell](https://togithub.com/mgravell)) - Fix [#​2664](https://togithub.com/StackExchange/StackExchange.Redis/issues/2664): Move ProcessBacklog to fully sync to prevent thread pool hopping and blocking on awaits ([#​2667](https://togithub.com/StackExchange/StackExchange.Redis/issues/2667) by [@​NickCraver](https://togithub.com/NickCraver)) **Full Changelog**: https://github.com/StackExchange/StackExchange.Redis/compare/2.7.27...2.7.33 ### [`v2.7.27`](https://togithub.com/StackExchange/StackExchange.Redis/releases/tag/2.7.27) [Compare Source](https://togithub.com/StackExchange/StackExchange.Redis/compare/2.7.23...2.7.27) #### What's Changed - Support `HeartbeatConsistencyChecks` in `Clone()` ([#​2658](https://togithub.com/StackExchange/StackExchange.Redis/issues/2658) by [@​mgravell](https://togithub.com/mgravell)) - Add new `AddLibraryNameSuffix` API for annotating connections with usage ([#​2659](https://togithub.com/StackExchange/StackExchange.Redis/issues/2659) by [@​mgravell](https://togithub.com/mgravell)) **Full Changelog**: https://github.com/StackExchange/StackExchange.Redis/compare/2.7.23...2.7.27 ### [`v2.7.23`](https://togithub.com/StackExchange/StackExchange.Redis/releases/tag/2.7.23) [Compare Source](https://togithub.com/StackExchange/StackExchange.Redis/compare/2.7.20...2.7.23) #### What's Changed - Fix [#​2653](https://togithub.com/StackExchange/StackExchange.Redis/issues/2653): Client library metadata should validate contents ([#​2654](https://togithub.com/StackExchange/StackExchange.Redis/issues/2654) by [@​mgravell](https://togithub.com/mgravell)) - Add `HeartbeatConsistencyChecks` option (opt-in) to enabled per-heartbeat (defaults to once per second) checks to be sent to ensure no network stream corruption has occurred ([#​2656](https://togithub.com/StackExchange/StackExchange.Redis/issues/2656) by [@​NickCraver](https://togithub.com/NickCraver)) **Full Changelog**: https://github.com/StackExchange/StackExchange.Redis/compare/2.7.20...2.7.23 ### [`v2.7.20`](https://togithub.com/StackExchange/StackExchange.Redis/releases/tag/2.7.20) [Compare Source](https://togithub.com/StackExchange/StackExchange.Redis/compare/2.7.17...2.7.20) #### What's Changed - Support Alibaba pseudo-cluster configurations ([#​2646](https://togithub.com/StackExchange/StackExchange.Redis/issues/2646) by [@​mgravell](https://togithub.com/mgravell)) **Full Changelog**: https://github.com/StackExchange/StackExchange.Redis/compare/2.7.17...2.7.20
dotnet/runtime (mcr.microsoft.com/dotnet/runtime-deps) ### [`v8.0.6`](https://togithub.com/dotnet/runtime/releases/tag/v8.0.6): .NET 8.0.6 [Compare Source](https://togithub.com/dotnet/runtime/compare/v8.0.5...v8.0.6) [Release](https://togithub.com/dotnet/core/releases/tag/v8.0.6) ### [`v8.0.5`](https://togithub.com/dotnet/runtime/releases/tag/v8.0.5): .NET 8.0.5 [Compare Source](https://togithub.com/dotnet/runtime/compare/v8.0.4...v8.0.5) [Release](https://togithub.com/dotnet/core/releases/tag/v8.0.5) #### What's Changed - \[release/8.0-staging] Fix AsyncVoidMethodBuilder race condition around SynchronizationContext by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/dotnet/runtime/pull/99640](https://togithub.com/dotnet/runtime/pull/99640) - \[release/8.0-staging] Always keep global symbols on ApplePlatforms by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/dotnet/runtime/pull/99650](https://togithub.com/dotnet/runtime/pull/99650) - \[release/8.0-staging] Delete Decrypt_Pkcs1\_ErrorsForInvalidPadding by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/dotnet/runtime/pull/99653](https://togithub.com/dotnet/runtime/pull/99653) - \[8.0] Rename MSBuild property MicrosoftNativeQuicMsQuicVersion -> MicrosoftNativeQuicMsQuicSchannelVersion by [@​carlossanlop](https://togithub.com/carlossanlop) in [https://github.com/dotnet/runtime/pull/99714](https://togithub.com/dotnet/runtime/pull/99714) - \[release/8.0] Fixing SignedXml.CheckSignature for enveloped signature with `#xpointer(/)` Reference by [@​bartonjs](https://togithub.com/bartonjs) in [https://github.com/dotnet/runtime/pull/99651](https://togithub.com/dotnet/runtime/pull/99651) - \[release/8.0-staging] disable optimizations for PopCount by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/dotnet/runtime/pull/99832](https://togithub.com/dotnet/runtime/pull/99832) - \[release/8.0-staging] Handle NativeOverlapped\* coming from both the Windows or Portable thread pool in NativeRuntimeEventSource by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/dotnet/runtime/pull/99656](https://togithub.com/dotnet/runtime/pull/99656) - \[release/8.0-staging] Fix exporting certificate keys on macOS 14.4. by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/dotnet/runtime/pull/99776](https://togithub.com/dotnet/runtime/pull/99776) - \[release/8.0] Upgrade zlib to 1.3.1 by [@​carlossanlop](https://togithub.com/carlossanlop) in [https://github.com/dotnet/runtime/pull/99473](https://togithub.com/dotnet/runtime/pull/99473) - \[release/8.0] Fix failing CertificateValidationRemoteServer.ConnectWithRevocation_WithCallback test ([#​99915](https://togithub.com/dotnet/runtime/issues/99915)) by [@​rzikm](https://togithub.com/rzikm) in [https://github.com/dotnet/runtime/pull/99950](https://togithub.com/dotnet/runtime/pull/99950) - \[mono] Stop exporting ICU symbols from Mono by [@​matouskozak](https://togithub.com/matouskozak) in [https://github.com/dotnet/runtime/pull/99449](https://togithub.com/dotnet/runtime/pull/99449) - \[release/8.0-staging] Fix AV in HttpTelemetry.WriteEvent by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/dotnet/runtime/pull/99607](https://togithub.com/dotnet/runtime/pull/99607) - \[release/8.0-staging] \[HTTP/2] Fix handling of effectively empty DATA frame ([#​99502](https://togithub.com/dotnet/runtime/issues/99502)) by [@​ManickaP](https://togithub.com/ManickaP) in [https://github.com/dotnet/runtime/pull/99677](https://togithub.com/dotnet/runtime/pull/99677) - \[release/8.0-staging] \[HttpStress] \[SslStress] Workaround image bug in 1es-windows-2022-open by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/dotnet/runtime/pull/100303](https://togithub.com/dotnet/runtime/pull/100303) - \[release/8.0-staging] Support building against clang 18 by [@​omajid](https://togithub.com/omajid) in [https://github.com/dotnet/runtime/pull/100258](https://togithub.com/dotnet/runtime/pull/100258) - \[release/8.0]\[browser] WebSocket works differently depending on if we look up its state or not by [@​ilonatommy](https://togithub.com/ilonatommy) in [https://github.com/dotnet/runtime/pull/99673](https://togithub.com/dotnet/runtime/pull/99673) - \[release/8.0-staging] Call the Copy Constructor for stack arguments in C++/CLI on x86 by [@​AaronRobinsonMSFT](https://togithub.com/AaronRobinsonMSFT) in [https://github.com/dotnet/runtime/pull/100221](https://togithub.com/dotnet/runtime/pull/100221) - \[release/8.0] Don't unset ALPN list pointer during ALPN selection callback. by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/dotnet/runtime/pull/99670](https://togithub.com/dotnet/runtime/pull/99670) - \[release/8.0-staging]\[mono]\[debugger] Fix inspect Span by [@​thaystg](https://togithub.com/thaystg) in [https://github.com/dotnet/runtime/pull/99844](https://togithub.com/dotnet/runtime/pull/99844) - Update branding to 8.0.5 by [@​vseanreesermsft](https://togithub.com/vseanreesermsft) in [https://github.com/dotnet/runtime/pull/100547](https://togithub.com/dotnet/runtime/pull/100547) - \[release/8.0-staging] Ensure that Sse3.MoveAndDuplicate correctly tracks supporting SIMD scalar loads by [@​tannergooding](https://togithub.com/tannergooding) in [https://github.com/dotnet/runtime/pull/100417](https://togithub.com/dotnet/runtime/pull/100417) - \[release/8.0] Avoid allocating collectible instances in the frozen heap ([#​100444](https://togithub.com/dotnet/runtime/issues/100444)) by [@​jkotas](https://togithub.com/jkotas) in [https://github.com/dotnet/runtime/pull/100509](https://togithub.com/dotnet/runtime/pull/100509) - \[release/8.0-staging] Use clang --version to get Apple toolset version by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/dotnet/runtime/pull/100199](https://togithub.com/dotnet/runtime/pull/100199) - \[release/8.0-staging] Azure Linux 3.0 deps package by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/dotnet/runtime/pull/100684](https://togithub.com/dotnet/runtime/pull/100684) - \[release/8.0-staging] Fix Http2 deadlock by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/dotnet/runtime/pull/100086](https://togithub.com/dotnet/runtime/pull/100086) - Merging internal commits for release/8.0 by [@​vseanreesermsft](https://togithub.com/vseanreesermsft) in [https://github.com/dotnet/runtime/pull/100835](https://togithub.com/dotnet/runtime/pull/100835) - \[release/8.0-staging] Update CI builds to not use VS Previews by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/dotnet/runtime/pull/100622](https://togithub.com/dotnet/runtime/pull/100622) - \[release/8.0-staging] Update dependencies from dotnet/hotreload-utils by [@​dotnet-maestro](https://togithub.com/dotnet-maestro) in [https://github.com/dotnet/runtime/pull/100892](https://togithub.com/dotnet/runtime/pull/100892) - \[release/8.0-staging] Update dependencies from dotnet/runtime-assets by [@​dotnet-maestro](https://togithub.com/dotnet-maestro) in [https://github.com/dotnet/runtime/pull/100073](https://togithub.com/dotnet/runtime/pull/100073) - \[automated] Merge branch 'release/8.0' => 'release/8.0-staging' by [@​dotnet-maestro-bot](https://togithub.com/dotnet-maestro-bot) in [https://github.com/dotnet/runtime/pull/99585](https://togithub.com/dotnet/runtime/pull/99585) - \[release/8.0-staging] Update dependencies from dotnet/source-build-externals by [@​dotnet-maestro](https://togithub.com/dotnet-maestro) in [https://github.com/dotnet/runtime/pull/99601](https://togithub.com/dotnet/runtime/pull/99601) - \[release/8.0-staging] Update dependencies from dotnet/xharness by [@​dotnet-maestro](https://togithub.com/dotnet-maestro) in [https://github.com/dotnet/runtime/pull/100883](https://togithub.com/dotnet/runtime/pull/100883) - \[release/8.0-staging] Update dependencies from dotnet/source-build-reference-packages by [@​dotnet-maestro](https://togithub.com/dotnet-maestro) in [https://github.com/dotnet/runtime/pull/99902](https://togithub.com/dotnet/runtime/pull/99902) - \[release/8.0-staging] Update dependencies from dotnet/source-build-externals by [@​dotnet-maestro](https://togithub.com/dotnet-maestro) in [https://github.com/dotnet/runtime/pull/100015](https://togithub.com/dotnet/runtime/pull/100015) - \[release/8.0-staging] Update dependencies from dotnet/runtime-assets by [@​dotnet-maestro](https://togithub.com/dotnet-maestro) in [https://github.com/dotnet/runtime/pull/100958](https://togithub.com/dotnet/runtime/pull/100958) - \[release/8.0-staging] Update dependencies from dotnet/arcade by [@​dotnet-maestro](https://togithub.com/dotnet-maestro) in [https://github.com/dotnet/runtime/pull/100885](https://togithub.com/dotnet/runtime/pull/100885) - \[release/8.0-staging] Fix native leak in CryptoNative_GetX509nameInfo by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/dotnet/runtime/pull/100793](https://togithub.com/dotnet/runtime/pull/100793) - \[release/8.0-staging] Update dependencies from dotnet/emsdk by [@​dotnet-maestro](https://togithub.com/dotnet-maestro) in [https://github.com/dotnet/runtime/pull/99696](https://togithub.com/dotnet/runtime/pull/99696) - \[release/8.0-staging] \[mono]\[debugger] Search for seqpoints directly from jitinfo if it's not find on get_default_jit_mm by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/dotnet/runtime/pull/100978](https://togithub.com/dotnet/runtime/pull/100978) - \[release/8.0]\[browser] fix emscripten out/err overrides by [@​pavelsavara](https://togithub.com/pavelsavara) in [https://github.com/dotnet/runtime/pull/100818](https://togithub.com/dotnet/runtime/pull/100818) - \[release/8.0-staging] \[mono]\[eventpipe] Fix firing dynamic method wrappers crash by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/dotnet/runtime/pull/99712](https://togithub.com/dotnet/runtime/pull/99712) - Update Alpine versions for `release/8.0-staging` by [@​richlander](https://togithub.com/richlander) in [https://github.com/dotnet/runtime/pull/99849](https://togithub.com/dotnet/runtime/pull/99849) - \[release/8.0-staging] Guard against -1 Returned from sysconf for the Cache Sizes Causing Large Gen0 Sizes and Budgets for Certain Linux Distributions. by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/dotnet/runtime/pull/100575](https://togithub.com/dotnet/runtime/pull/100575) - \[Release/8.0] Remove preventing EH at shutdown by [@​janvorli](https://togithub.com/janvorli) in [https://github.com/dotnet/runtime/pull/100836](https://togithub.com/dotnet/runtime/pull/100836) - \[release/8.8] Add metadata for workload automation by [@​joeloff](https://togithub.com/joeloff) in [https://github.com/dotnet/runtime/pull/100649](https://togithub.com/dotnet/runtime/pull/100649) - \[8.0] Reset OOB packages enabled in the April release by [@​carlossanlop](https://togithub.com/carlossanlop) in [https://github.com/dotnet/runtime/pull/99583](https://togithub.com/dotnet/runtime/pull/99583) - \[release/8.0-staging] Always zero-init if object contains pointers by [@​VSadov](https://togithub.com/VSadov) in [https://github.com/dotnet/runtime/pull/100426](https://togithub.com/dotnet/runtime/pull/100426) - \[release/8.0-staging] JIT: Fixed incorrect reversed condition for GT by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/dotnet/runtime/pull/100372](https://togithub.com/dotnet/runtime/pull/100372) - \[manual] Merge release/8.0-staging into release/8.0 by [@​directhex](https://togithub.com/directhex) in [https://github.com/dotnet/runtime/pull/101091](https://togithub.com/dotnet/runtime/pull/101091) - \[release/8.0] \[release/8.0] Update MicrosoftBuildVersion to latest by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/dotnet/runtime/pull/101145](https://togithub.com/dotnet/runtime/pull/101145) **Full Changelog**: https://github.com/dotnet/runtime/compare/v8.0.4...v8.0.5 ### [`v8.0.4`](https://togithub.com/dotnet/runtime/releases/tag/v8.0.4): .NET 8.0.4 [Compare Source](https://togithub.com/dotnet/runtime/compare/v8.0.3...v8.0.4) [Release](https://togithub.com/dotnet/core/releases/tag/v8.0.4) ### [`v8.0.3`](https://togithub.com/dotnet/runtime/releases/tag/v8.0.3): .NET 8.0.3 [Compare Source](https://togithub.com/dotnet/runtime/compare/v8.0.2...v8.0.3) [Release](https://togithub.com/dotnet/core/releases/tag/v8.0.3)
dotnet/sdk (mcr.microsoft.com/dotnet/sdk) ### [`v8.0.302`](https://togithub.com/dotnet/sdk/compare/v8.0.301...v8.0.302) [Compare Source](https://togithub.com/dotnet/sdk/compare/v8.0.301...v8.0.302) ### [`v8.0.301`](https://togithub.com/dotnet/sdk/compare/v8.0.300...v8.0.301) [Compare Source](https://togithub.com/dotnet/sdk/compare/v8.0.300...v8.0.301) ### [`v8.0.300`](https://togithub.com/dotnet/sdk/releases/tag/v8.0.300): .NET 8.0.5 [Compare Source](https://togithub.com/dotnet/sdk/compare/v8.0.204...v8.0.300) [Release](https://togithub.com/dotnet/core/releases/tag/v8.0.5) ### [`v8.0.204`](https://togithub.com/dotnet/sdk/releases/tag/v8.0.204): .NET 8.0.4 [Compare Source](https://togithub.com/dotnet/sdk/compare/v8.0.203...v8.0.204) [Release](https://togithub.com/dotnet/core/releases/tag/v8.0.4) ### [`v8.0.203`](https://togithub.com/dotnet/sdk/compare/v8.0.202...v8.0.203) [Compare Source](https://togithub.com/dotnet/sdk/compare/v8.0.202...v8.0.203) ### [`v8.0.202`](https://togithub.com/dotnet/sdk/releases/tag/v8.0.202): .NET 8.0.3 [Release](https://togithub.com/dotnet/core/releases/tag/v8.0.3)
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)
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)

Configuration

📅 Schedule: Branch creation - "every weekend" (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.

github-actions[bot] commented 3 weeks ago

This PR was marked stale due to lack of activity. It will be closed in 7 days.

github-actions[bot] commented 23 hours ago

This PR was marked stale due to lack of activity. It will be closed in 7 days.