Bump the nuget group with 20 updates#68
Merged
github-actions[bot] merged 1 commit intoJun 13, 2026
Merged
Conversation
Bumps aspire.cli from 13.4.2 to 13.4.3 Bumps Aspire.Hosting.Azure from 13.4.2 to 13.4.3 Bumps Aspire.Hosting.Azure.AppContainers from 13.4.2 to 13.4.3 Bumps Aspire.Hosting.Azure.Sql from 13.4.2 to 13.4.3 Bumps Aspire.Hosting.JavaScript from 13.4.2 to 13.4.3 Bumps Aspire.Hosting.SqlServer from 13.4.2 to 13.4.3 Bumps Aspire.Hosting.Testing from 13.4.2 to 13.4.3 Bumps dotnet-ef from 10.0.8 to 10.0.9 Bumps Microsoft.AspNetCore.Authentication.JwtBearer from 10.0.8 to 10.0.9 Bumps Microsoft.AspNetCore.SpaProxy from 10.0.8 to 10.0.9 Bumps Microsoft.Data.Sqlite.Core from 10.0.8 to 10.0.9 Bumps Microsoft.Extensions.Caching.Memory from 10.0.8 to 10.0.9 Bumps Microsoft.Extensions.DependencyInjection from 10.0.8 to 10.0.9 Bumps Microsoft.Extensions.Hosting.Abstractions from 10.0.8 to 10.0.9 Bumps Microsoft.Extensions.Http.Resilience from 10.6.0 to 10.7.0 Bumps Microsoft.Extensions.ServiceDiscovery from 10.6.0 to 10.7.0 Bumps OpenTelemetry.Exporter.OpenTelemetryProtocol from 1.15.3 to 1.16.0 Bumps OpenTelemetry.Extensions.Hosting from 1.15.3 to 1.16.0 Bumps Polly.Core from 8.6.6 to 8.7.0 Bumps TUnit from 1.50.0 to 1.54.0 --- updated-dependencies: - dependency-name: aspire.cli dependency-version: 13.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Aspire.Hosting.Azure dependency-version: 13.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Aspire.Hosting.Azure.AppContainers dependency-version: 13.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Aspire.Hosting.Azure.Sql dependency-version: 13.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Aspire.Hosting.SqlServer dependency-version: 13.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Aspire.Hosting.JavaScript dependency-version: 13.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Aspire.Hosting.Testing dependency-version: 13.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: dotnet-ef dependency-version: 10.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer dependency-version: 10.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Microsoft.AspNetCore.SpaProxy dependency-version: 10.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Microsoft.Data.Sqlite.Core dependency-version: 10.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Microsoft.Extensions.Caching.Memory dependency-version: 10.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Microsoft.Extensions.DependencyInjection dependency-version: 10.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Microsoft.Extensions.Hosting.Abstractions dependency-version: 10.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Microsoft.Extensions.Http.Resilience dependency-version: 10.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: Microsoft.Extensions.ServiceDiscovery dependency-version: 10.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: OpenTelemetry.Exporter.OpenTelemetryProtocol dependency-version: 1.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: OpenTelemetry.Extensions.Hosting dependency-version: 1.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: Polly.Core dependency-version: 8.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: TUnit dependency-version: 1.54.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget ... Signed-off-by: dependabot[bot] <support@github.com>
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 free
to 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.
Updated aspire.cli from 13.4.2 to 13.4.3.
Release notes
Sourced from aspire.cli's releases.
13.4.3
What's New in Aspire 13.4.3
Patch release for Aspire 13.4 with a fix for persistent container endpoint allocation regressions introduced in 13.4.
🐛 Fixes
isProxied: falseorWithEndpointProxySupport(false). Proxyless container endpoints with only atargetPortspecified now also resolve immediately to that port instead of waiting for delayed allocation. (#17960,@danegsta)🏷️ Housekeeping
Full Changelog: microsoft/aspire@v13.4.2...v13.4.3
Full commit: 4f218933552e18ff2874d1b6d5dc3fe671e3b6d9
Commits viewable in compare view.
Updated Aspire.Hosting.Azure from 13.4.2 to 13.4.3.
Release notes
Sourced from Aspire.Hosting.Azure's releases.
13.4.3
What's New in Aspire 13.4.3
Patch release for Aspire 13.4 with a fix for persistent container endpoint allocation regressions introduced in 13.4.
🐛 Fixes
isProxied: falseorWithEndpointProxySupport(false). Proxyless container endpoints with only atargetPortspecified now also resolve immediately to that port instead of waiting for delayed allocation. (#17960,@danegsta)🏷️ Housekeeping
Full Changelog: microsoft/aspire@v13.4.2...v13.4.3
Full commit: 4f218933552e18ff2874d1b6d5dc3fe671e3b6d9
Commits viewable in compare view.
Updated Aspire.Hosting.Azure.AppContainers from 13.4.2 to 13.4.3.
Release notes
Sourced from Aspire.Hosting.Azure.AppContainers's releases.
13.4.3
What's New in Aspire 13.4.3
Patch release for Aspire 13.4 with a fix for persistent container endpoint allocation regressions introduced in 13.4.
🐛 Fixes
isProxied: falseorWithEndpointProxySupport(false). Proxyless container endpoints with only atargetPortspecified now also resolve immediately to that port instead of waiting for delayed allocation. (#17960,@danegsta)🏷️ Housekeeping
Full Changelog: microsoft/aspire@v13.4.2...v13.4.3
Full commit: 4f218933552e18ff2874d1b6d5dc3fe671e3b6d9
Commits viewable in compare view.
Updated Aspire.Hosting.Azure.Sql from 13.4.2 to 13.4.3.
Release notes
Sourced from Aspire.Hosting.Azure.Sql's releases.
13.4.3
What's New in Aspire 13.4.3
Patch release for Aspire 13.4 with a fix for persistent container endpoint allocation regressions introduced in 13.4.
🐛 Fixes
isProxied: falseorWithEndpointProxySupport(false). Proxyless container endpoints with only atargetPortspecified now also resolve immediately to that port instead of waiting for delayed allocation. (#17960,@danegsta)🏷️ Housekeeping
Full Changelog: microsoft/aspire@v13.4.2...v13.4.3
Full commit: 4f218933552e18ff2874d1b6d5dc3fe671e3b6d9
Commits viewable in compare view.
Updated Aspire.Hosting.JavaScript from 13.4.2 to 13.4.3.
Release notes
Sourced from Aspire.Hosting.JavaScript's releases.
13.4.3
What's New in Aspire 13.4.3
Patch release for Aspire 13.4 with a fix for persistent container endpoint allocation regressions introduced in 13.4.
🐛 Fixes
isProxied: falseorWithEndpointProxySupport(false). Proxyless container endpoints with only atargetPortspecified now also resolve immediately to that port instead of waiting for delayed allocation. (#17960,@danegsta)🏷️ Housekeeping
Full Changelog: microsoft/aspire@v13.4.2...v13.4.3
Full commit: 4f218933552e18ff2874d1b6d5dc3fe671e3b6d9
Commits viewable in compare view.
Updated Aspire.Hosting.SqlServer from 13.4.2 to 13.4.3.
Release notes
Sourced from Aspire.Hosting.SqlServer's releases.
13.4.3
What's New in Aspire 13.4.3
Patch release for Aspire 13.4 with a fix for persistent container endpoint allocation regressions introduced in 13.4.
🐛 Fixes
isProxied: falseorWithEndpointProxySupport(false). Proxyless container endpoints with only atargetPortspecified now also resolve immediately to that port instead of waiting for delayed allocation. (#17960,@danegsta)🏷️ Housekeeping
Full Changelog: microsoft/aspire@v13.4.2...v13.4.3
Full commit: 4f218933552e18ff2874d1b6d5dc3fe671e3b6d9
Commits viewable in compare view.
Updated Aspire.Hosting.Testing from 13.4.2 to 13.4.3.
Release notes
Sourced from Aspire.Hosting.Testing's releases.
13.4.3
What's New in Aspire 13.4.3
Patch release for Aspire 13.4 with a fix for persistent container endpoint allocation regressions introduced in 13.4.
🐛 Fixes
isProxied: falseorWithEndpointProxySupport(false). Proxyless container endpoints with only atargetPortspecified now also resolve immediately to that port instead of waiting for delayed allocation. (#17960,@danegsta)🏷️ Housekeeping
Full Changelog: microsoft/aspire@v13.4.2...v13.4.3
Full commit: 4f218933552e18ff2874d1b6d5dc3fe671e3b6d9
Commits viewable in compare view.
Updated dotnet-ef from 10.0.8 to 10.0.9.
Release notes
Sourced from dotnet-ef's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.AspNetCore.Authentication.JwtBearer from 10.0.8 to 10.0.9.
Release notes
Sourced from Microsoft.AspNetCore.Authentication.JwtBearer's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.AspNetCore.SpaProxy from 10.0.8 to 10.0.9.
Release notes
Sourced from Microsoft.AspNetCore.SpaProxy's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.Data.Sqlite.Core from 10.0.8 to 10.0.9.
Release notes
Sourced from Microsoft.Data.Sqlite.Core's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.Extensions.Caching.Memory from 10.0.8 to 10.0.9.
Release notes
Sourced from Microsoft.Extensions.Caching.Memory's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.Extensions.DependencyInjection from 10.0.8 to 10.0.9.
Release notes
Sourced from Microsoft.Extensions.DependencyInjection's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.Extensions.Hosting.Abstractions from 10.0.8 to 10.0.9.
Release notes
Sourced from Microsoft.Extensions.Hosting.Abstractions's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.Extensions.Http.Resilience from 10.6.0 to 10.7.0.
Release notes
Sourced from Microsoft.Extensions.Http.Resilience's releases.
10.7.0
v10.7.0 graduates the Microsoft.Extensions.Diagnostics.ResourceMonitoring.Kubernetes package to stable. The package registers a Kubernetes-aware
ResourceQuotaProviderthat reads the pod's CPU and memory requests and limits and exposes them toMicrosoft.Extensions.Diagnostics.ResourceMonitoringas baseline and maximum quotas, which then feed the request and limit dimensions of the published resource utilization metrics. The companionResourceQuotaandResourceQuotaProvidertypes inMicrosoft.Extensions.Diagnostics.ResourceMonitoringgraduate to stable in the same change so that consumers can implement custom quota providers without taking an experimental dependency.On the AI side,
Microsoft.Extensions.AI.OpenAImoves to OpenAI 2.11.0 and fixes a deserialization bug inToolJson.AdditionalPropertiesso that JSON SchemaadditionalPropertiesvalues shaped as sub-schema objects (for example{"type":"string"}) are preserved instead of throwing during deserialization.HostedFileContent.SizeInBytesandHostedFileContent.CreatedAtgraduate to stable since both values are consistently available across hosted-file providers, whilePurposeandScoperemain experimental as provider-shaped vocabulary.FunctionInvokingChatClientdrops a backward-compat path that auto-markedToolApprovalResponseContententries withInformationalOnly: true; consumers that need to continue accepting sessions serialized before #7468 can use the sampleApprovalHistoryNormalizingChatClientmiddleware added in the test project.Experimental API Changes
Now Stable
Microsoft.Extensions.Diagnostics.ResourceMonitoring.Kubernetespackage is now stable #7253ResourceQuotaandResourceQuotaProviderAPIs are now stable (previouslyEXTEXP0008) #7253HostedFileContent.SizeInBytesandHostedFileContent.CreatedAtare now stable (previouslyMEAI001) #7513What's Changed
AI
Diagnostics, Health Checks, and Resource Monitoring
Repository Infrastructure Updates
Acknowledgements
Full Changelog: dotnet/extensions@v10.6.0...v10.7.0
Commits viewable in compare view.
Updated Microsoft.Extensions.ServiceDiscovery from 10.6.0 to 10.7.0.
Release notes
Sourced from Microsoft.Extensions.ServiceDiscovery's releases.
10.7.0
v10.7.0 graduates the Microsoft.Extensions.Diagnostics.ResourceMonitoring.Kubernetes package to stable. The package registers a Kubernetes-aware
ResourceQuotaProviderthat reads the pod's CPU and memory requests and limits and exposes them toMicrosoft.Extensions.Diagnostics.ResourceMonitoringas baseline and maximum quotas, which then feed the request and limit dimensions of the published resource utilization metrics. The companionResourceQuotaandResourceQuotaProvidertypes inMicrosoft.Extensions.Diagnostics.ResourceMonitoringgraduate to stable in the same change so that consumers can implement custom quota providers without taking an experimental dependency.On the AI side,
Microsoft.Extensions.AI.OpenAImoves to OpenAI 2.11.0 and fixes a deserialization bug inToolJson.AdditionalPropertiesso that JSON SchemaadditionalPropertiesvalues shaped as sub-schema objects (for example{"type":"string"}) are preserved instead of throwing during deserialization.HostedFileContent.SizeInBytesandHostedFileContent.CreatedAtgraduate to stable since both values are consistently available across hosted-file providers, whilePurposeandScoperemain experimental as provider-shaped vocabulary.FunctionInvokingChatClientdrops a backward-compat path that auto-markedToolApprovalResponseContententries withInformationalOnly: true; consumers that need to continue accepting sessions serialized before #7468 can use the sampleApprovalHistoryNormalizingChatClientmiddleware added in the test project.Experimental API Changes
Now Stable
Microsoft.Extensions.Diagnostics.ResourceMonitoring.Kubernetespackage is now stable #7253ResourceQuotaandResourceQuotaProviderAPIs are now stable (previouslyEXTEXP0008) #7253HostedFileContent.SizeInBytesandHostedFileContent.CreatedAtare now stable (previouslyMEAI001) #7513What's Changed
AI
Diagnostics, Health Checks, and Resource Monitoring
Repository Infrastructure Updates
Acknowledgements
Full Changelog: dotnet/extensions@v10.6.0...v10.7.0
Commits viewable in compare view.
Updated OpenTelemetry.Exporter.OpenTelemetryProtocol from 1.15.3 to 1.16.0.
Release notes
Sourced from OpenTelemetry.Exporter.OpenTelemetryProtocol's releases.
1.16.0
For highlights and announcements pertaining to this release see: Release Notes > 1.16.0.
The following changes are from the previous release 1.16.0-rc.1.
NuGet: OpenTelemetry v1.16.0
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Api v1.16.0
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Api.ProviderBuilderExtensions v1.16.0
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.Console v1.16.0
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.InMemory v1.16.0
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.OpenTelemetryProtocol v1.16.0
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.Zipkin v1.16.0
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Extensions.Hosting v1.16.0
No notable changes.
... (truncated)
1.16.0-rc.1
The following changes are from the previous release 1.15.3.
NuGet: OpenTelemetry v1.16.0-rc.1
Stop validating View-provided metric stream
Nameagainst the instrumentname syntax, per
spec clarification.
(#7300)
Fix incorrect validation of
OTEL_BSP_*andOTEL_BLRP_*environmentvariables.
(#7187)
Fix observable instrument callbacks running once per reader instead of
once per collection cycle.
(#7188)
Added exception safety for user-supplied
ExemplarReservoirimplementations.Exceptions thrown from
Offerare now caught and logged rather than propagatingout of
Counter.Add/Histogram.Record.(#7277)
Update
OpenTelemetrySdkEventSourceto support the W3C randomness flag.(#7301)
Added
ObservedTimestampproperty toLogRecord.(#6979)
Breaking Change Explicit histogram boundaries no longer allow more than
10 million values.
(#7165)
Fixed a circular reference which could cause a
LoggerProviderto fail toresolve when one of its dependencies depends on
ILoggerorILoggerFactory.As part of this fix the
LoggerProviderresolved from dependency injectionis now created lazily when the first logger is created rather than when
ILoggerProviderorILoggerFactoryis resolved. A consequence is that anyinvalid configuration now surfaces when the first log record is written instead
of when the logging services are resolved.
(#7308)
See CHANGELOG for details.
NuGet: OpenTelemetry.Api v1.16.0-rc.1
Experimental (pre-release builds only):
Add support for using environment variables as context propagation carriers.
(#7174)
Fix
BaggagePropagatorto correctly follow Key and Value Encoding rules as per... (truncated)
1.16.0-beta.1
The following changes are from the previous release 1.15.3-beta.1.
NuGet: OpenTelemetry.Exporter.Prometheus.AspNetCore v1.16.0-beta.1
Fixed scrape response cache freshness using monotonic time so it is not
affected by NTP system clock adjustments.
(#7253)
Breaking Change Removed
DisableTimestampproperty fromPrometheusAspNetCoreOptions.(#7176)
Fixed the serialization of
NaN,PositiveInfinity, andNegativeInfinityvalues in Prometheus metrics to be compliant with the specification.
(#7179)
Fixed loss of precision when serializing
doubleandfloatvalues inPrometheus metrics to be compliant with the specification by using 17
significant digits to represent such values.
(#7179)
Fix non-ASCII characters in metric names and unit strings not being sanitized
correctly during Prometheus serialization.
(#7184)
Fix case where reader tracking could be reset while readers were still active.
(#7190)
Improve
Acceptheader handling for format negotiation so OpenMetrics isselected correctly by considering whitespace and
qweights.(#7208)
Emit OpenMetrics exemplars for counters and histogram buckets.
(#7222)
Fix incorrect handling of untyped metrics when using OpenMetrics format.
(#7219)
Fix Prometheus/OpenMetrics serialization to emit metric and label names
containing
_instead of dropping them and prefixing leading digits.Invalid characters are replaced with
_instead of being dropped.(#7209)
Add
escaping=underscoresto theAcceptheader handling for contentnegotiation so OpenMetrics are handled correctly.
(#7209)
Omit histogram
_sumand_countin OpenMetrics when negative bucketthresholds are present.
(#7221)
... (truncated)
Commits viewable in compare view.
Updated OpenTelemetry.Extensions.Hosting from 1.15.3 to 1.16.0.
Release notes
Sourced from OpenTelemetry.Extensions.Hosting's releases.
1.16.0
For highlights and announcements pertaining to this release see: Release Notes > 1.16.0.
The following changes are from the previous release 1.16.0-rc.1.
NuGet: OpenTelemetry v1.16.0
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Api v1.16.0
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Api.ProviderBuilderExtensions v1.16.0
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.Console v1.16.0
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.InMemory v1.16.0
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.OpenTelemetryProtocol v1.16.0
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.Zipkin v1.16.0
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Extensions.Hosting v1.16.0
No notable changes.
... (truncated)
1.16.0-rc.1
The following changes are from the previous release 1.15.3.
NuGet: OpenTelemetry v1.16.0-rc.1
Stop validating View-provided metric stream
Nameagainst the instrumentname syntax, per
spec clarification.
(#7300)
Fix incorrect validation of
OTEL_BSP_*andOTEL_BLRP_*environmentvariables.
(#7187)
Fix observable instrument callbacks running once per reader instead of
once per collection cycle.
(#7188)
Added exception safety for user-supplied
ExemplarReservoirimplementations.Exceptions thrown from
Offerare now caught and logged rather than propagatingout of
Counter.Add/Histogram.Record.(#7277)
Update
OpenTelemetrySdkEventSourceto support the W3C randomness flag.(#7301)
Added
ObservedTimestampproperty toLogRecord.(#6979)
Breaking Change Explicit histogram boundaries no longer allow more than
10 million values.
(#7165)
Fixed a circular reference which could cause a
LoggerProviderto fail toresolve when one of its dependencies depends on
ILoggerorILoggerFactory.As part of this fix the
LoggerProviderresolved from dependency injectionis now created lazily when the first logger is created rather than when
ILoggerProviderorILoggerFactoryis resolved. A consequence is that anyinvalid configuration now surfaces when the first log record is written instead
of when the logging services are resolved.
(#7308)
See CHANGELOG for details.
NuGet: OpenTelemetry.Api v1.16.0-rc.1
Experimental (pre-release builds only):
Add support for using environment variables as context propagation carriers.
(#7174)
Fix
BaggagePropagatorto correctly follow Key and Value Encoding rules as per... (truncated)
1.16.0-beta.1
The following changes are from the previous release 1.15.3-beta.1.
NuGet: OpenTelemetry.Exporter.Prometheus.AspNetCore v1.16.0-beta.1
Fixed scrape response cache freshness using monotonic time so it is not
affected by NTP system clock adjustments.
(#7253)
Breaking Change Removed
DisableTimestampproperty fromPrometheusAspNetCoreOptions.(#7176)
Fixed the serialization of
NaN,PositiveInfinity, andNegativeInfinityvalues in Prometheus metrics to be compliant with the specification.
(#7179)
Fixed loss of precision when serializing
doubleandfloatvalues inPrometheus metrics to be compliant with the specification by using 17
significant digits to represent such values.
(#7179)
Fix non-ASCII characters in metric names and unit strings not being sanitized
correctly during Prometheus serialization.
(#7184)
Fix case where reader tracking could be reset while readers were still active.
(#7190)
Improve
Acceptheader handling for format negotiation so OpenMetrics isselected correctly by considering whitespace and
qweights.(#7208)
Emit OpenMetrics exemplars for counters and histogram buckets.
(#7222)
Fix incorrect handling of untyped metrics when using OpenMetrics format.
(#7219)
Fix Prometheus/OpenMetrics serialization to emit metric and label names
containing
_instead of dropping them and prefixing leading digits.Invalid characters are replaced with
_instead of being dropped.(#7209)
Add
escaping=underscoresto theAcceptheader handling for contentnegotiation so OpenMetrics are handled correctly.
(#7209)
Omit histogram
_sumand_countin OpenMetrics when negative bucketthresholds are present.
(#7221)
... (truncated)
Commits viewable in compare view.
Updated Polly.Core from 8.6.6 to 8.7.0.
Release notes
Sourced from Polly.Core's releases.
8.7.0
Highlights
What's Changed
New Contributors
Full Changelog: App-vNext/Polly@8.6.6...8.7.0
Commits viewable in compare view.
Updated TUnit from 1.50.0 to 1.54.0.
Release notes
Sourced from TUnit's releases.
1.54.0
What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.53.0...v1.54.0
1.53.0
What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.51.0...v1.53.0
1.51.0
What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.50.0...v1.51.0
Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions