Bump the all-nuget-dependencies group with 12 updates#133
Merged
josephaw1022 merged 1 commit intoMay 14, 2026
Conversation
Bumps Aspire.Hosting.AppHost from 13.2.2 to 13.3.2 Bumps KubeOps.Generator from 10.3.4 to 10.5.0 Bumps KubeOps.Operator from 10.3.4 to 10.5.0 Bumps Microsoft.Data.SqlClient from 7.0.0 to 7.0.1 Bumps Microsoft.Extensions.Http.Resilience from 10.5.0 to 10.6.0 Bumps Microsoft.Extensions.ServiceDiscovery from 10.5.0 to 10.6.0 Bumps Microsoft.NET.Test.Sdk from 18.4.0 to 18.5.1 Bumps OpenTelemetry.Exporter.OpenTelemetryProtocol from 1.15.2 to 1.15.3 Bumps OpenTelemetry.Extensions.Hosting from 1.15.2 to 1.15.3 Bumps OpenTelemetry.Instrumentation.AspNetCore from 1.15.1 to 1.15.2 Bumps OpenTelemetry.Instrumentation.Http from 1.15.0 to 1.15.1 Bumps OpenTelemetry.Instrumentation.Runtime from 1.15.0 to 1.15.1 --- updated-dependencies: - dependency-name: Aspire.Hosting.AppHost dependency-version: 13.3.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-nuget-dependencies - dependency-name: KubeOps.Generator dependency-version: 10.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-nuget-dependencies - dependency-name: KubeOps.Operator dependency-version: 10.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-nuget-dependencies - dependency-name: Microsoft.Data.SqlClient dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-nuget-dependencies - dependency-name: Microsoft.Extensions.Http.Resilience dependency-version: 10.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-nuget-dependencies - dependency-name: Microsoft.Extensions.ServiceDiscovery dependency-version: 10.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-nuget-dependencies - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-nuget-dependencies - dependency-name: OpenTelemetry.Exporter.OpenTelemetryProtocol dependency-version: 1.15.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-nuget-dependencies - dependency-name: OpenTelemetry.Extensions.Hosting dependency-version: 1.15.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-nuget-dependencies - dependency-name: OpenTelemetry.Instrumentation.AspNetCore dependency-version: 1.15.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-nuget-dependencies - dependency-name: OpenTelemetry.Instrumentation.Http dependency-version: 1.15.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-nuget-dependencies - dependency-name: OpenTelemetry.Instrumentation.Runtime dependency-version: 1.15.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-nuget-dependencies ... 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.Hosting.AppHost from 13.2.2 to 13.3.2.
Release notes
Sourced from Aspire.Hosting.AppHost's releases.
13.3.2
What's New in Aspire 13.3.2
Patch release for Aspire 13.3 with a fix for container tunnel startup when tunnel-dependent containers use
WaitFor().🐛 Fixes
WaitFor()for tunnel-dependent containers — The container tunnel implementation that shipped in Aspire 13.3 deadlocked at startup when tunnel-using containers waited on other resources, because resource waits blockedResourceStartingbefore the tunnel initialization could complete. Container and tunnel startup have been refactored to cooperate correctly, and additional tunnel-dependent containers can now be started at any point during the application lifecycle. Also improves error reporting for container tunnel failures. (#16988, backported via #16993)🏷️ Housekeeping
13.3.1
Aspire 13.3.1
What's New in Aspire 13.3.1
Patch release for Aspire 13.3 with a regression fix for
aspire runand a DCP bump.🐛 Fixes
aspire runcompute environment validation — Skip compute environment validation in run mode so customers no longer hitResource '<name>' is configured to publish as an Azure Container App, but there are no 'AzureContainerAppEnvironmentResource' resources. Ensure you have added one by calling 'AddAzureContainerAppEnvironment'.errors during local runs. The check is now only performed in publish mode, matching pre-13.3 behavior. (#16945, backported via #16952)🏷️ Housekeeping
13.3.0
Aspire 13.3.0
Aspire 13.3 is here! 🚀 This release is packed with new ways to deploy, debug, and build distributed apps — including
aspire destroy, browser telemetry in the dashboard, Kubernetes deployment, first-class JavaScript publishing, and major TypeScript AppHost parityimprovements.
Highlights
aspire destroytears down Azure, Kubernetes, and Docker Compose deployments, and pipeline summaries make deploy/publish/destroy runs easier to follow.aspire deploycan now generate Helm-based Kubernetes deployments, with first-class Ingress and Gateway API routing.PublishAs*methods support static sites, Node servers, npm-script apps, Next.js, Vite, Bun, Yarn, and pnpm.withEnvironment, Docker Compose hooks, endpoint expressions, Azure Container Apps domains, and more close the gap with C# AppHosts.aspire dashboard run, install the CLI as a NativeAOTdotnet tool, and search API docs from the terminal.Notable breaking changes include
--log-levelbecoming--pipeline-log-level, the dashboard MCP server being replaced byaspire agent init,dotnet new aspire-py-startermoving toaspire new aspire-py-starter, and several API shape updates across AKS,Foundry, JavaScript diagnostics, and TypeScript AppHost helpers.
See the full list in the Aspire 13.3 breaking changes.
📖 Learn more
For the full details, examples, migration guidance, and everything new in this release, check out What's new in Aspire 13.3.
Thank you to all the community contributors who helped make Aspire 13.3 possible! 💜
13.2.4
Aspire 13.2.4
What's New in Aspire 13.2.4
Patch release addressing a security advisory in OpenTelemetry dependencies.
🐛 Fixes
🏷️ Housekeeping
13.2.4 (#16436)
13.2.3
What's New in Aspire 13.2.3
Patch release focused on CLI packaging, signing, and reliability fixes.
🐛 Fixes
🔧 Improvements
🏷️ Housekeeping
Commits viewable in compare view.
Updated KubeOps.Generator from 10.3.4 to 10.5.0.
Release notes
Sourced from KubeOps.Generator's releases.
10.5.0
10.5.0 (2026-05-12)
Features
specas required via[Required]attribute at class level or by auto-infer from direct nested required properties (#1097) (47964b8), closes #885Bug Fixes
Dependencies
10.5.0-prerelease.5
10.5.0-prerelease.5 (2026-05-12)
Features
10.5.0-prerelease.4
10.5.0-prerelease.4 (2026-05-08)
Bug Fixes
10.5.0-prerelease.3
10.5.0-prerelease.3 (2026-05-08)
Features
10.5.0-prerelease.2
10.5.0-prerelease.2 (2026-05-08)
Features
specas required via[Required]attribute at class level or by auto-infer from direct nested required properties (#1097) (47964b8), closes #88510.5.0-prerelease.1
10.5.0-prerelease.1 (2026-05-07)
Features
Dependencies
10.4.1
10.4.1 (2026-05-05)
Bug Fixes
Dependencies
10.4.1-prerelease.1
10.4.1-prerelease.1 (2026-05-02)
Bug Fixes
Dependencies
10.4.0
10.4.0 (2026-04-28)
Features
Dependencies
Documentation
10.4.0-prerelease.2
10.4.0-prerelease.2 (2026-04-27)
Dependencies
Documentation
10.4.0-prerelease.1
10.4.0-prerelease.1 (2026-04-22)
Features
Dependencies
10.3.6-prerelease.1
10.3.6-prerelease.1 (2026-04-21)
Dependencies
10.3.5
10.3.5 (2026-04-21)
⚠ BREAKING CHANGES
Dependencies
Code Refactoring
10.3.5-prerelease.2
10.3.5-prerelease.2 (2026-04-17)
⚠ BREAKING CHANGES
Dependencies
Code Refactoring
10.3.5-prerelease.1
10.3.5-prerelease.1 (2026-04-17)
Dependencies
Commits viewable in compare view.
Updated KubeOps.Operator from 10.3.4 to 10.5.0.
Release notes
Sourced from KubeOps.Operator's releases.
10.5.0
10.5.0 (2026-05-12)
Features
specas required via[Required]attribute at class level or by auto-infer from direct nested required properties (#1097) (47964b8), closes #885Bug Fixes
Dependencies
10.5.0-prerelease.5
10.5.0-prerelease.5 (2026-05-12)
Features
10.5.0-prerelease.4
10.5.0-prerelease.4 (2026-05-08)
Bug Fixes
10.5.0-prerelease.3
10.5.0-prerelease.3 (2026-05-08)
Features
10.5.0-prerelease.2
10.5.0-prerelease.2 (2026-05-08)
Features
specas required via[Required]attribute at class level or by auto-infer from direct nested required properties (#1097) (47964b8), closes #88510.5.0-prerelease.1
10.5.0-prerelease.1 (2026-05-07)
Features
Dependencies
10.4.1
10.4.1 (2026-05-05)
Bug Fixes
Dependencies
10.4.1-prerelease.1
10.4.1-prerelease.1 (2026-05-02)
Bug Fixes
Dependencies
10.4.0
10.4.0 (2026-04-28)
Features
Dependencies
Documentation
10.4.0-prerelease.2
10.4.0-prerelease.2 (2026-04-27)
Dependencies
Documentation
10.4.0-prerelease.1
10.4.0-prerelease.1 (2026-04-22)
Features
Dependencies
10.3.6-prerelease.1
10.3.6-prerelease.1 (2026-04-21)
Dependencies
10.3.5
10.3.5 (2026-04-21)
⚠ BREAKING CHANGES
Dependencies
Code Refactoring
10.3.5-prerelease.2
10.3.5-prerelease.2 (2026-04-17)
⚠ BREAKING CHANGES
Dependencies
Code Refactoring
10.3.5-prerelease.1
10.3.5-prerelease.1 (2026-04-17)
Dependencies
Commits viewable in compare view.
Updated Microsoft.Data.SqlClient from 7.0.0 to 7.0.1.
Release notes
Sourced from Microsoft.Data.SqlClient's releases.
7.0.1
This update brings the following changes since the 7.0.0 release:
Fixed
Fixed
SqlBulkCopyfailing on SQL Server 2016 withInvalid column name 'graph_type'error. The column metadata query now uses dynamic SQL so that references to thegraph_typecolumn (introduced in SQL Server 2017) are not compiled on older versions that lack the column. (#3714, #4092, #4147)Fixed
SqlBulkCopyfailing on Azure Synapse Analytics dedicated SQL pools. The column-list query previously used a variable-assignment pattern that Synapse does not support; it now usesSTRING_AGGwhen targeting Synapse (engine edition 6) and falls back to the variable-assignment approach for SQL Server 2016 compatibility. (#4149, #4176, #4182)Fixed
SqlDataReader.GetFieldType()andGetProviderSpecificFieldType()returningtypeof(byte[])instead oftypeof(SqlVector<float>)for vector float32 columns. The methods now follow the same type-determination logic asGetValue(). (#4104, #4105, #4152)Added missing
System.Data.Common(v4.3.0) NuGet package dependency for .NET Framework consumers. The inboxSystem.Data.Commonassembly on .NET Framework predates APIs such asIDbColumnSchemaGenerator; without the explicit NuGet dependency, consumers encounteredCS0012compilation errors when using these types throughMicrosoft.Data.SqlClient. (#4063, #4074)Changed
Enabled the User Agent TDS feature extension unconditionally. The
Switch.Microsoft.Data.SqlClient.EnableUserAgentAppContext switch has been removed; the driver now always sends User Agent information during login. (#4124, #4154)Added type forwards from the core
Microsoft.Data.SqlClientassembly to public types that were moved to theMicrosoft.Data.SqlClient.Extensions.Abstractionspackage:SqlAuthenticationMethod,SqlAuthenticationParameters,SqlAuthenticationProvider,SqlAuthenticationProviderException, andSqlAuthenticationToken. This ensures binary compatibility for assemblies compiled against earlier versions ofMicrosoft.Data.SqlClientwhere these types lived in the core assembly. (#4067, #4117)Fixed API documentation include paths and duplicate doc snippets. (#4084, #4086, #4107, #4161)
Contributors
We thank the following public contributors. Their efforts toward this project are very much appreciated.
Target Platform Support
Dependencies
.NET 9.0
.NET 8.0
... (truncated)
Commits viewable in compare view.
Updated Microsoft.Extensions.Http.Resilience from 10.5.0 to 10.6.0.
Release notes
Sourced from Microsoft.Extensions.Http.Resilience's releases.
10.6.0
Version 10.6.0 stabilizes the response continuation token and background-response APIs in Microsoft.Extensions.AI.Abstractions. Most other AI work for May shipped in 10.5.1; this monthly release rolls those changes up alongside dependency updates and a small Resource Monitoring cleanup.
Experimental API Changes
Now Stable
MEAI001) #7512What's Changed
AI
Repository Infrastructure Updates
Acknowledgements
Full Changelog: dotnet/extensions@v10.5.2...v10.6.0
10.5.2
This patch release ships a single fix to
Microsoft.Extensions.VectorData.Abstractions, correctingStorageNameresolution when external serialization is enabled.Microsoft.Extensions.VectorData.ConformanceTests,Microsoft.Extensions.AI.Abstractions,Microsoft.Extensions.AI, andMicrosoft.Extensions.AI.OpenAIare published alongside it for version coherency — they contain no code changes from 10.5.1.Packages in this release
What's Changed
Microsoft.Extensions.VectorData.Abstractions
StorageNamebehavior when external serialization is enabled, and disable a warning fornet462. (by @roji in #7475)Full Changelog: dotnet/extensions@v10.5.1...v10.5.2
10.5.1
Version 10.5.1 of the Microsoft.Extensions.AI packages stabilizes CodeInterpreter, WebSearch, and ImageGeneration tool content types. The release adds new experimental tool search and OpenAI request policy hooks. And the OpenTelemetry gen-ai semantic conventions are updated to align with v1.41.
The 'aiagent-webapi' project template in Microsoft.Agents.AI.ProjectTemplates is updated to align with v1.3.0 of Agent Framework, updating the OpenTelemetry dependencies within the template projects as well.
Packages in this release
Experimental API Changes
Now Stable
The following types previously emitted the
MEAI001experimental diagnostic and are now stable.CodeInterpreterToolCallContentCodeInterpreterToolResultContentWebSearchToolCallContentWebSearchToolResultContentImageGenerationToolCallContentImageGenerationToolResultContentHostedImageGenerationToolImageGenerationOptionsImageGenerationResponseFormat(theHostedenum value remains experimental)IImageGeneratorand the rest of the image generation infrastructure also remain experimentalNew Experimental APIs
The following new APIs emit the
MEAI001experimental diagnostic.HostedToolSearchToolwithDeferredToolsfor tool-search-driven deferred tool loading #7471OpenAIRequestPoliciesextension hook for appendingSystem.ClientModel.PipelinePolicyinstances to outgoing OpenAI requests #7495Breaking Changes to Experimental APIs
WebSearchToolResultContent.Resultswas renamed toOutputsas part of the stabilization in #7493, aligning withCodeInterpreterToolResultContent.Outputs. The originalResultsproperty was included in version 10.4.0 and 10.5.0; this is a binary breaking change and consumers need to update to consume the updated property.... (truncated)
Commits viewable in compare view.
Updated Microsoft.Extensions.ServiceDiscovery from 10.5.0 to 10.6.0.
Release notes
Sourced from Microsoft.Extensions.ServiceDiscovery's releases.
10.6.0
Version 10.6.0 stabilizes the response continuation token and background-response APIs in Microsoft.Extensions.AI.Abstractions. Most other AI work for May shipped in 10.5.1; this monthly release rolls those changes up alongside dependency updates and a small Resource Monitoring cleanup.
Experimental API Changes
Now Stable
MEAI001) #7512What's Changed
AI
Repository Infrastructure Updates
Acknowledgements
Full Changelog: dotnet/extensions@v10.5.2...v10.6.0
10.5.2
This patch release ships a single fix to
Microsoft.Extensions.VectorData.Abstractions, correctingStorageNameresolution when external serialization is enabled.Microsoft.Extensions.VectorData.ConformanceTests,Microsoft.Extensions.AI.Abstractions,Microsoft.Extensions.AI, andMicrosoft.Extensions.AI.OpenAIare published alongside it for version coherency — they contain no code changes from 10.5.1.Packages in this release
What's Changed
Microsoft.Extensions.VectorData.Abstractions
StorageNamebehavior when external serialization is enabled, and disable a warning fornet462. (by @roji in #7475)Full Changelog: dotnet/extensions@v10.5.1...v10.5.2
10.5.1
Version 10.5.1 of the Microsoft.Extensions.AI packages stabilizes CodeInterpreter, WebSearch, and ImageGeneration tool content types. The release adds new experimental tool search and OpenAI request policy hooks. And the OpenTelemetry gen-ai semantic conventions are updated to align with v1.41.
The 'aiagent-webapi' project template in Microsoft.Agents.AI.ProjectTemplates is updated to align with v1.3.0 of Agent Framework, updating the OpenTelemetry dependencies within the template projects as well.
Packages in this release
Experimental API Changes
Now Stable
The following types previously emitted the
MEAI001experimental diagnostic and are now stable.CodeInterpreterToolCallContentCodeInterpreterToolResultContentWebSearchToolCallContentWebSearchToolResultContentImageGenerationToolCallContentImageGenerationToolResultContentHostedImageGenerationToolImageGenerationOptionsImageGenerationResponseFormat(theHostedenum value remains experimental)IImageGeneratorand the rest of the image generation infrastructure also remain experimentalNew Experimental APIs
The following new APIs emit the
MEAI001experimental diagnostic.HostedToolSearchToolwithDeferredToolsfor tool-search-driven deferred tool loading #7471OpenAIRequestPoliciesextension hook for appendingSystem.ClientModel.PipelinePolicyinstances to outgoing OpenAI requests #7495Breaking Changes to Experimental APIs
WebSearchToolResultContent.Resultswas renamed toOutputsas part of the stabilization in #7493, aligning withCodeInterpreterToolResultContent.Outputs. The originalResultsproperty was included in version 10.4.0 and 10.5.0; this is a binary breaking change and consumers need to update to consume the updated property.... (truncated)
Commits viewable in compare view.
Updated Microsoft.NET.Test.Sdk from 18.4.0 to 18.5.1.
Release notes
Sourced from Microsoft.NET.Test.Sdk's releases.
18.5.1
What's Changed
Full Changelog: microsoft/vstest@v18.5.0...v18.5.1
18.5.0
What's Changed
Full Changelog: microsoft/vstest@v18.4.0...v18.5.0
Commits viewable in compare view.
Updated OpenTelemetry.Exporter.OpenTelemetryProtocol from 1.15.2 to 1.15.3.
Release notes
Sourced from OpenTelemetry.Exporter.OpenTelemetryProtocol's releases.
1.15.3
For highlights and announcements pertaining to this release see: Release Notes > 1.15.3.
The following changes are from the previous release 1.15.2.
NuGet: OpenTelemetry v1.15.3
Fix resource leak in batch and periodic exporting task workers for Blazor/WASM.
(#7069)
Fixed
LogRecord.LogLevelto preserveLogLevel.Noneand handleunspecified or out-of-range severities without returning invalid enum values.
(#7092)
Fixed
OTEL_TRACES_SAMPLER_ARGhandling to treat out-of-range,NaN, andinfinite values as invalid and fall back to the default ratio when using
traceidratioandparentbased_traceidratiosamplers.(#7103)
See CHANGELOG for details.
NuGet: OpenTelemetry.Api v1.15.3
Fix baggage and trace headers not respecting the maximum length in some cases
to resolve GHSA-g94r-2vxg-569j.
(#7061)
Improve efficiency of parsing of baggage and B3 propagation headers
to resolve GHSA-g94r-2vxg-569j.
(#7061)
Breaking change: Fixed
tracestateparsing to reject keys that do notbegin with a lowercase letter, including keys beginning with digits, to
align with the W3C Trace Context specification.
(#7065)
Fixed
BaggagePropagatorto trim optional whitespace (OWS) around=separators when parsing the
baggageheader, as required by theW3C Baggage specification.
(#7009)
Fixed
BaggagePropagatorto strip baggage properties (e.g.;metadata)from values when parsing the
baggageheader.(#7009)
See CHANGELOG for details.
NuGet: OpenTelemetry.Api.ProviderBuilderExtensions v1.15.3
No notable changes.
... (truncated)
1.15.3-beta.1
The following changes are from the previous release 1.15.2-beta.1.
NuGet: OpenTelemetry.Exporter.Prometheus.AspNetCore v1.15.3-beta.1
Fixed metric unit strings containing invalid Prometheus characters (e.g.
# RU)not being sanitized, resulting in malformed metric names.
(#6187)
Fixed Prometheus metric serialization to handle empty label names without
throwing during scrape rendering.
(#7077)
Updated OpenTelemetry core component version(s) to
1.15.3.(#7125)
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.Prometheus.HttpListener v1.15.3-beta.1
Fixed metric unit strings containing invalid Prometheus characters (e.g.
# RU)not being sanitized, resulting in malformed metric names.
(#6187)
Fixed Prometheus metric serialization to handle empty label names without
throwing during scrape rendering.
(#7077)
Updated OpenTelemetry core component version(s) to
1.15.3.(#7125)
See CHANGELOG for details.
NuGet: OpenTelemetry.Shims.OpenTracing v1.15.3-beta.1
Fixes support for
byte,short,int, andfloatattributes.(#7080)
Updated OpenTelemetry core component version(s) to
1.15.3.(#7125)
See CHANGELOG for details.
Commits viewable in compare view.
Updated OpenTelemetry.Extensions.Hosting from 1.15.2 to 1.15.3.
Release notes
Sourced from OpenTelemetry.Extensions.Hosting's releases.
1.15.3
For highlights and announcements pertaining to this release see: Release Notes > 1.15.3.
The following changes are from the previous release 1.15.2.
NuGet: OpenTelemetry v1.15.3
Fix resource leak in batch and periodic exporting task workers for Blazor/WASM.
(#7069)
Fixed
LogRecord.LogLevelto preserveLogLevel.Noneand handleunspecified or out-of-range severities without returning invalid enum values.
(#7092)
Fixed
OTEL_TRACES_SAMPLER_ARGhandling to treat out-of-range,NaN, andinfinite values as invalid and fall back to the default ratio when using
traceidratioandparentbased_traceidratiosamplers.(#7103)
See CHANGELOG for details.
NuGet: OpenTelemetry.Api v1.15.3
Fix baggage and trace headers not respecting the maximum length in some cases
to resolve GHSA-g94r-2vxg-569j.
(#7061)
Improve efficiency of parsing of baggage and B3 propagation headers
to resolve GHSA-g94r-2vxg-569j.
(#7061)
Breaking change: Fixed
tracestateparsing to reject keys that do notbegin with a lowercase letter, including keys beginning with digits, to
align with the W3C Trace Context specification.
(#7065)
Fixed
BaggagePropagatorto trim optional whitespace (OWS) around=separators when parsing the
baggageheader, as required by theW3C Baggage specification.
(#7009)
Fixed
BaggagePropagatorto strip baggage properties (e.g.;metadata)from values when parsing the
baggageheader.(#7009)
See CHANGELOG for details.
NuGet: OpenTelemetry.Api.ProviderBuilderExtensions v1.15.3
No notable changes.
... (truncated)
1.15.3-beta.1
The following changes are from the previous release 1.15.2-beta.1.
NuGet: OpenTelemetry.Exporter.Prometheus.AspNetCore v1.15.3-beta.1
Fixed metric unit strings containing invalid Prometheus characters (e.g.
# RU)not being sanitized, resulting in malformed metric names.
(#6187)
Fixed Prometheus metric serialization to handle empty label names without
throwing during scrape rendering.
(#7077)
Updated OpenTelemetry core component version(s) to
1.15.3.(#7125)
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.Prometheus.HttpListener v1.15.3-beta.1
Fixed metric unit strings containing invalid Prometheus characters (e.g.
# RU)not being sanitized, resulting in malformed metric names.
(#6187)
Fixed Prometheus metric serialization to handle empty label names without
throwing during scrape rendering.
(#7077)
Updated OpenTelemetry core component version(s) to
1.15.3.(#7125)
See CHANGELOG for details.
NuGet: OpenTelemetry.Shims.OpenTracing v1.15.3-beta.1
Fixes support for
byte,short,int, andfloatattributes.(#7080)
Updated OpenTelemetry core component version(s) to
1.15.3.(#7125)
See CHANGELOG for details.
Commits viewable in compare view.
Updated OpenTelemetry.Instrumentation.AspNetCore from 1.15.1 to 1.15.2.
Release notes
Sourced from OpenTelemetry.Instrumentation.AspNetCore's releases.
1.15.2
NuGet: OpenTelemetry.Exporter.Geneva v1.15.2
1.15.3.(#4166)
See CHANGELOG for details.
Commits viewable in compare view.
Updated OpenTelemetry.Instrumentation.Http from 1.15.0 to 1.15.1.
Release notes
Sourced from OpenTelemetry.Instrumentation.Http's releases.
1.15.1
NuGet: OpenTelemetry.Instrumentation.AspNet v1.15.1
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Instrumentation.AspNet.TelemetryHttpModule v1.15.1
Activityis created.(#3820)
See CHANGELOG for details.
1.15.1-beta.2
NuGet: OpenTelemetry.Instrumentation.Wcf v1.15.1-beta.2
System.Security.Cryptography.Xmldependency version update for.NET 8, 9, and 10 to
4.7.1released in 1.15.1-beta.1 introduced in #4103.(#4266)
See CHANGELOG for details.
1.15.1-beta.1
NuGet: OpenTelemetry.Extensions.Enrichment v1.15.1-beta.1
1.15.3.([#4166](https://github.com/open-telemetry/opentelemetr...
_Description has been trunc...
Description has been truncated