Uh oh!
There was an error while loading. Please reload this page.
chore(deps): update nuget non-major (main) - #27
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovateBotforce-pushed
the
renovate/main-nuget-non-major
branch
9 times, most recently
from
August 12, 2026 03:29
cfc5191 to
56c9d7bComparerenovateBotforce-pushed
the
renovate/main-nuget-non-major
branch
9 times, most recently
from
August 23, 2026 17:53
32758ce to
2b09b45ComparerenovateBotforce-pushed
the
renovate/main-nuget-non-major
branch
5 times, most recently
from
August 30, 2026 06:45
c7634ab to
9cd6e53ComparerenovateBotforce-pushed
the
renovate/main-nuget-non-major
branch
2 times, most recently
from
September 4, 2026 21:33
dc328bd to
631be32ComparerenovateBotforce-pushed
the
renovate/main-nuget-non-major
branch
from
September 5, 2026 13:02
631be32 to
3de4613Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.11.0→2.12.21.17.0→1.18.01.17.0→1.18.01.17.0→1.18.01.17.0→1.18.01.17.0→1.18.02.16.18→2.17.23.1.13→3.1.311.64.13→1.66.104.13.0→4.14.010.0.302→10.0.400Release Notes
Microsoft/OpenAPI.NET (Microsoft.OpenApi)
v2.12.2Bug Fixes
v2.12.1Bug Fixes
v2.12.0Features
Bug Fixes
open-telemetry/opentelemetry-dotnet (OpenTelemetry.Exporter.OpenTelemetryProtocol)
v1.18.0Release details: 1.18.0
64 MiB by default instead of 128 MiB to conform with the OpenTelemetry specification.
Raise the value of the new
OtlpExporterOptions.MaxRequestSizeBytespropertyto increase the capacity.
OtlpExporterOptions.MaxRequestSizeBytesto configure the maximum OTLPrequest size limit, as required by the OpenTelemetry specification. The default
is the recommended 64 MiB. A batch whose serialized payload exceeds the limit
is not sent and is dropped in its entirety. The maximum supported value is
256 MiB.
OtlpExporterOptions.MaxResponseSizeBytesto configure the maximum sizeof a response the exporter will accept, as required by the OpenTelemetry
specification. The default is the recommended 4 MiB. A response exceeding the
limit is discarded and treated as a non-retryable failure.
otel.sdk.processor.log.processedandotel.sdk.processor.span.processedSDK self-observability metrics.
the OTLP, console and Zipkin exporters.
ITelemetryHostInitializerinterface for applications that do notsupport hosted services, such as Blazor, to use to manually initialize the
OpenTelemetry SDK as part of application startup.
BatchActivityExportProcessorandSimpleActivityExportProcessorno longerforward spans to the exporter once Shutdown has been called, and
BatchActivityExportProcessor.Shutdownnow waits for in-flightOnEndcallsto finish enqueueing before flushing.
was too long to fit in the internal buffer. Such content is now truncated.
sampler attribute with the same key.
exception is thrown by their constructor after resource creation.
RecordExceptionis called on a span that is not recorded.UseOtlpExporterto respect options configured withservices.Configure<OtlpExporterOptions>(...).RetryInfo.retry_delay) toa minimum value of 100 milliseconds.
the serializer's per-thread state.
unexpected exception.
boxing.
scan of explicit bucket bounds.
maximum storage size.
header enumeration on .NET 8+.
HttpCompletionOption.ResponseHeadersReadfor the .NET Framework and .NET Standard targets.
uber-trace-idheader when targetingnet462ornetstandard2.0.StackExchange/StackExchange.Redis (StackExchange.Redis)
v3.1.31Compare Source
What's Changed
Features
Internal bits
Auxiliary bits
New Contributors
Full Changelog: StackExchange/StackExchange.Redis@3.1.13...3.1.31
thomhurst/TUnit (TUnit)
v1.66.10: 1.66.10What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.66.8...v1.66.10
v1.66.8: 1.66.8What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.66.0...v1.66.8
v1.66.0: 1.66.0What's Changed
Other Changes
Typeassignability assertions to evaluate represented type (notRuntimeType) by @thomhurst with @Copilot in #6711Dependencies
Full Changelog: thomhurst/TUnit@v1.65.68...v1.66.0
v1.65.68: 1.65.68What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.65.63...v1.65.68
v1.65.63: 1.65.63What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.65.51...v1.65.63
v1.65.51: 1.65.51What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.65.38...v1.65.51
v1.65.38: 1.65.38What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.65.31...v1.65.38
v1.65.31: 1.65.31What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.65.0...v1.65.31
v1.65.0: 1.65.0What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.64.13...v1.65.0
testcontainers/testcontainers-dotnet (Testcontainers.Redis)
v4.14.0Compare Source
What's Changed
I published this version because several developers asked for a release addressing the SSH.NET vulnerability. As an interim fix, you can also bump the transitive dependency, which should work fine.
Unfortunately, I had to run the release CI pipeline twice (1, 2). The change #1725 introduced a regression that caused the pipeline to attempt to publish the Cake build project, which correctly failed (partially published).
The NuGet packages for this release have been attested for supply chain security using
actions/attest. This confirms the integrity and provenance of the artifacts and helps ensure they can be trusted: #40693051.🚀 Features
🐛 Bug Fixes
🧹 Housekeeping
📦 Dependency Updates
dotnet/sdk (dotnet-sdk)
v10.0.400Compare Source
v10.0.303Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.