Bump Aspire.Seq and 8 others - #92
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps Aspire.Seq from 9.3.0 to 13.1.0 Bumps Microsoft.Extensions.Http.Resilience from 9.5.0 to 10.1.0 Bumps Microsoft.Extensions.ServiceDiscovery from 9.3.0 to 10.1.0 Bumps OpenTelemetry.Exporter.Console from 1.12.0 to 1.14.0 Bumps OpenTelemetry.Exporter.OpenTelemetryProtocol from 1.12.0 to 1.14.0 Bumps OpenTelemetry.Extensions.Hosting from 1.12.0 to 1.14.0 Bumps OpenTelemetry.Instrumentation.AspNetCore from 1.12.0 to 1.14.0 Bumps OpenTelemetry.Instrumentation.Http from 1.12.0 to 1.14.0 Bumps OpenTelemetry.Instrumentation.Runtime from 1.12.0 to 1.14.0 --- updated-dependencies: - dependency-name: Aspire.Seq dependency-version: 13.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: OpenTelemetry.Exporter.OpenTelemetryProtocol dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: Microsoft.Extensions.Http.Resilience dependency-version: 10.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: Microsoft.Extensions.ServiceDiscovery dependency-version: 10.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: OpenTelemetry.Exporter.Console dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: OpenTelemetry.Extensions.Hosting dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: OpenTelemetry.Instrumentation.AspNetCore dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: OpenTelemetry.Instrumentation.Http dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: OpenTelemetry.Instrumentation.Runtime dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
|
👋 Thanks for contributing @dependabot[bot]! We will review the pull request and get back to you soon. |
Contributor
Author
|
Superseded by #97. |
dependabot
Bot
deleted the
dependabot/nuget/src/Aspire/Startup.Aspire/Startup.Aspire.ServiceDefaults/dependencies-6487177b24
branch
January 13, 2026 02:01
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.Seq from 9.3.0 to 13.1.0.
Release notes
Sourced from Aspire.Seq's releases.
13.1.0
We are excited to share that our 13.1.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://aspire.dev/whats-new/aspire-13-1/ to find what's new in 13.1.0!
What's Changed
ExcludeFromMcp()resource extension by @JamesNK in AddExcludeFromMcp()resource extension microsoft/aspire#12515aspire updatecommand by @Copilot in Add CLI self-update prompts toaspire updatecommand microsoft/aspire#12395CertificateAuthorityCollectionResourceby @danegsta in Add missing namespace toCertificateAuthorityCollectionResourcemicrosoft/aspire#12639... (truncated)
13.0.2
This patch is updating our Project Templates for our Python starter app to ensure we depend on the latest version of React. This is out of an abundance of caution, as we don't depend on any of the react packages that were flagged as vulnerable in GHSA-fv66-9v8q-g76r.
What's Changed
Full Changelog: microsoft/aspire@v13.0.1...v13.0.2
13.0.1
What's Changed
Full Changelog: microsoft/aspire@v13.0.0...v13.0.1
13.0.0
We are excited to share that our 13.0.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://aspire.dev/whats-new/aspire-13/ to find what's new in 13.0.0!
New Contributors
Full Changelog: microsoft/aspire@v9.5.0...v13.0.0
9.5.2
What's Changed
Full Changelog: microsoft/aspire@v9.5.1...v9.5.2
9.5.1
What's Changed
Full Changelog: microsoft/aspire@v9.5.0...v9.5.1
9.5.0
We are excited to share that our 9.5.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://learn.microsoft.com/en-us/dotnet/aspire/whats-new/dotnet-aspire-9.5 to find what's new in 9.5.0!
New Contributors
pipeas port separator microsoft/aspire#10884Full Changelog: microsoft/aspire@v9.4.0...v9.5.0
9.4.2
What's Changed
Full Changelog: microsoft/aspire@v9.4.1...v9.4.2
9.4.1
What's Changed
Full Changelog: microsoft/aspire@v9.4.0...v9.4.1
9.4.0
We are excited to share that our 9.4.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://learn.microsoft.com/en-us/dotnet/aspire/whats-new/dotnet-aspire-9.4 to find what's new in 9.4.0!
What's Changed
WithHostPortshould accept null for port param by @Alirexaa in API review:WithHostPortshould accept null for port param microsoft/aspire#9282mainby @radical in [CI] Fix azdo builds formainmicrosoft/aspire#9338ContainerResourceBuilderExtensions.csby @KuraiAndras in Fix typo in doccomment inContainerResourceBuilderExtensions.csmicrosoft/aspire#9342... (truncated)
9.3.2
What's Changed
Full Changelog: microsoft/aspire@v9.3.1...v9.3.2
9.3.1
What's Changed
Full Changelog: microsoft/aspire@v9.3.0...v9.3.1
Commits viewable in compare view.
Updated Microsoft.Extensions.Http.Resilience from 9.5.0 to 10.1.0.
Release notes
Sourced from Microsoft.Extensions.Http.Resilience's releases.
10.1.0
What's Changed
Microsoft.Extensions.DataIngestionin AI Chat Web template by @MackinnonBuck in UseMicrosoft.Extensions.DataIngestionin AI Chat Web template dotnet/extensions#7023... (truncated)
10.0.0
What's Changed
METGEN004error message: print return type inErrorInvalidMethodReturnTypeby @eduherminio in FixMETGEN004error message: print return type inErrorInvalidMethodReturnTypedotnet/extensions#6905SummarizingChatReducerby @MackinnonBuck in Preserve function content inSummarizingChatReducerdotnet/extensions#6908... (truncated)
9.10.0
What's Changed
KeyNotFoundExceptioninHttpRequestLatencyListener.OnEventWrittenby @pentp in FixKeyNotFoundExceptioninHttpRequestLatencyListener.OnEventWrittendotnet/extensions#6823ModelContextProtocolversion in MCP template by @MackinnonBuck in UpdateModelContextProtocolversion in MCP template dotnet/extensions#6870HostApplicationBuilderin AmbientMetadata extension by @eduherminio in Add support forHostApplicationBuilderin AmbientMetadata extension dotnet/extensions#6867New Contributors
... (truncated)
9.9.0
Highlights
AI
ApprovalRequiredAIFunction, user input/approval request & response content).AIFunctionsplit into a base class to improve extensibility.IChatReducermoved toMicrosoft.Extensions.AI.Abstractions.ChatMessage.Rolechanges as new messages.GetResponseAsync<T>now reads only the last message (bug fix).Telemetry & Diagnostics
url.query).server.addresstelemetry emits host only (per OpenTelemetry semantic conventions).Environment.CpuUsage.New Contributors
Full Changelog: dotnet/extensions@v9.8.0...v9.9.0
9.8.0
What's Changed
ConfigureEvaluationTests.ps1script when$ConfigRootis not supplied by @peterwald in FixConfigureEvaluationTests.ps1script when$ConfigRootis not supplied dotnet/extensions#6575Microsoft.Extensions.AI.Ollamaby @MackinnonBuck in RemoveMicrosoft.Extensions.AI.Ollamadotnet/extensions#6655... (truncated)
9.7.2
Packages Released
What's Changed
Full Changelog: dotnet/extensions@v9.7.1...v9.7.2
9.7.1
Packages Released
What's Changed
Full Changelog: dotnet/extensions@v9.7.0...v9.7.1
9.7.0
What's Changed
New Contributors
Full Changelog: dotnet/extensions@v9.6.0...v9.7.0
9.6.0
What's Changed
titleanddescriptionkeywords from root-level schemas in AIFunctionFactory. by @eiriktsarpalis in Removetitleanddescriptionkeywords from root-level schemas in AIFunctionFactory. dotnet/extensions#6465Microsoft.SemanticKerneldependency to 1.53.0 by @MackinnonBuck in Update chat templateMicrosoft.SemanticKerneldependency to 1.53.0 dotnet/extensions#6470AIFunction.ReturnJsonSchemaby @eiriktsarpalis in AddAIFunction.ReturnJsonSchemadotnet/extensions#6447New Contributors
Full Changelog: dotnet/extensions@v9.5.0...v9.6.0
Commits viewable in compare view.
Updated Microsoft.Extensions.ServiceDiscovery from 9.3.0 to 10.1.0.
Release notes
Sourced from Microsoft.Extensions.ServiceDiscovery's releases.
10.1.0
What's Changed
Microsoft.Extensions.DataIngestionin AI Chat Web template by @MackinnonBuck in UseMicrosoft.Extensions.DataIngestionin AI Chat Web template dotnet/extensions#7023... (truncated)
10.0.0
What's Changed
METGEN004error message: print return type inErrorInvalidMethodReturnTypeby @eduherminio in FixMETGEN004error message: print return type inErrorInvalidMethodReturnTypedotnet/extensions#6905Description has been truncated