Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: dotnet/aspire

Aspire 13.1.1

11 Feb 18:01
6c6cd23
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

  • [release/13.1] Ensure WithHostHttpsPort works when chained inline by @github-actions[bot] in#13678
  • [release/13.1] Escape backslashes in path string to discovered vite config by @github-actions[bot] in#13822
  • [release/13.1] [Testing] Fixing bugs for sticky slot app settings by @github-actions[bot] in#13810
  • [release/13.1] Fix AzureBicepResource file-not-found error when using templateFile with AzurePublishingContext by @github-actions[bot] in#14018
  • [release/13.1] Filter dev certs without X509SubjectKeyIdentifierExtension when any cert has it by @github-actions[bot] in#13676
  • [release/13.1] Fix Aspire.ProjectTemplates build failure from command line length limits by @github-actions[bot] in#14009
  • [release/13.1] Update Azure.Identity package version to 1.17.1 by@eerhardt in#14251
  • Bump patch version from 13.1.0 to 13.1.1 by @Copilot in#14329

Full Changelog:v13.1.0...v13.1.1

Contributors

  • @eerhardt
eerhardt
Assets2
Loading
Ahurein, Pattrigue, and MahmoudSaed98 reacted with hooray emoji
3 people reacted

Aspire 13.1.0 Release

17 Dec 15:35
8a4db17
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

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 tohttps://aspire.dev/whats-new/aspire-13-1/ to find what's new in 13.1.0!

What's Changed

  • Target net10.0 in client integrations by@eerhardt in#12500
  • Fix DockerComposeEnvironment duplicating image names in .env file by @Copilot in#12310
  • Replace apt-get with npm for Azure Functions Core Tools installation by @Copilot in#12537
  • Improve flaky dashboard integration test by@JamesNK in#12534
  • Add README.md for the Aspire.Hosting.Azure.AppService package by@ShilpiRach in#12528
  • Add support to enable automatic scaling for App Service Environment by@ShilpiRach in#12305
  • Update to FluentUI 4.13.1 by@JamesNK in#12532
  • Skip playground projects in build-packages workflow by @Copilot in#12547
  • Allow HostUrl to remap both address and port by@danegsta in#12521
  • Refactor NodeJs Integration by@eerhardt in#12530
  • Fix MCP endpoint with redirect HTTPS by@JamesNK in#12556
  • [main] Update dependencies from microsoft/usvc-apiserver by@dotnet-maestro[bot] in#12540
  • Refactor AddNodeApp by@eerhardt in#12538
  • Update Aspire branding from 13.0 to 13.1 by @Copilot in#12527
  • Add annotation to specify custom base images for generated Dockerfiles by @Copilot in#12566
  • Fix generating random MCP endpoint URL in templates by@JamesNK in#12558
  • [CI] Add new Agent for disabling or quarantining tests by@radical in#12570
  • AddExcludeFromMcp() resource extension by@JamesNK in#12515
  • Localized file check-in by OneLocBuild Task: Build definition ID 1309: Build ID 2828818 by@dotnet-bot in#12546
  • Register IPipelineOutputService in DI for pipeline output directory management by @Copilot in#12563
  • Add deploy support for Docker Compose by@captainsafia in#12548
  • Quarantine flaky test: AzureServiceBusEmulatorResourceGeneratesConfigJsonWithCustomizations by @Copilot in#12578
  • Update connection properties for non-Azure resources by@sebastienros in#12583
  • Filter to highest package version per channel in aspire add command by @Copilot in#12553
  • Log DCP messages at Debug/Trace level in AppHost by @Copilot in#12533
  • Add CLI self-update prompts toaspire update command by @Copilot in#12395
  • Fix golang and alpine images. by@mitchdenny in#12592
  • Replace ContainerTargetPlatform.AllLinux with LinuxAmd64 by @Copilot in#12596
  • [main] Update dependencies from microsoft/usvc-apiserver by@dotnet-maestro[bot] in#12610
  • Make IReportingStep and IReportingTask completion idempotent by @Copilot in#12602
  • Show --log-level debug hint when pipeline fails by @Copilot in#12603
  • [main] Update dependencies from dotnet/arcade by@dotnet-maestro[bot] in#12622
  • Rename app.py to main.py in template by@eerhardt in#12628
  • bump extension version by@adamint in#12623
  • don't build apphost in cli when running in extension by@adamint in#12621
  • Detect which version of yarn is being used by@eerhardt in#12633
  • Fix duplicate key exception when using WithExplicitStart() on resources with environment callbacks by @Copilot in#12604
  • Support AddCSharpApp, fix some rough edges around project resources by@adamint in#12568
  • Add missing namespace toCertificateAuthorityCollectionResource by@danegsta in#12639
  • Add ModelContextProtocol assemblies to signing list by@joperezr in#12637
  • Generate fallback Dockerfile for Python apps without UV by @Copilot in#12627
  • Update/bump container image tags for hosting components by@joperezr in#12459
  • Mark IDeveloperCertificateService experimental by@danegsta in#12648
  • Wait with exponential backoff for expected Executables by@karolz-ms in#12647
  • Make ProcessCertificateTrustConfigAsync internal by@danegsta in#12649
  • Add test cases and ensure container cert override paths work by@danegsta in#12654
  • Python hosting: Support .venv lookup by walking up parent directories by @Copilot in#12616
  • Provide more info about how apphost is built to user in vs code and only wait a few seconds to get c# dev kit build task by@adamint in#12659
  • Make None be the index 0 enum value for CertificateTrustScope by@danegsta in#12673
  • Add 'do' command to runtime-only check by@captainsafia in#12669
  • Revert arcade dependency update from PR#12622 by @Copilot in#12634
  • API Review feedback by@eerhardt in#12644
  • Rename Aspire.Hosting.NodeJs to Aspire.Hosting.JavaScript by@eerhardt in#12681
  • Refactor ACR authentication to use Azure SDK TokenCredential with OAuth2 token exchange by @Copilot in#12608
  • Refactor user secrets to DI-based factory with thread-safe synchronization by @Copilot in#12692
  • Fix .env files being overwritten by Docker Compose publisher by @Copilot in#12656
  • Add WithPip following Node.js patterns and rename AddPythonScript to AddPythonApp by @Copilot in#12667
  • Add buildOnly field to manifest schema and infrastructure by @Copilot in#12696
  • Add, respect auto-open aspire dashboard setting. Open the first application url in dotnet projects if multiple are provided by@adamint in#12674
  • Use DateTimeOffset.Now for checking certificate validity by@danegsta in#12680
  • Update templates localization files by@sebastienros in#12705
  • Disable Sizes in Icon for copilot-cli compatibility by@sebastienros in#12720
  • Add IContainerFilesDestinationResource interface to constrain PublishWithContainerFiles by @Copilot in#12699
  • Use dotnet script for MAUI workload restore by@jfversluis in#12370
  • [main] Update dependencies from microsoft/usvc-apiserver by@dotnet-maestro[bot] in#12727
  • [main] Update dependencies from microsoft/usvc-apiserver by@dotnet-maestro[bot] in#12731
  • Add env vars to resource MCP by@JamesNK in#12665
  • Remove credentials from JDBC connection strings by @Copilot in#12712
  • Localized file check-in by OneLocBuild Task: Build definition ID 1309: Build ID 2832410 by@dotnet-bot in#12591
  • Support a docker build arg to specify the source image in PublishWithContainerFiles by@eerhardt in#12716
  • Update GenAI visualizer to use new multimodal semantic conventions by@JamesNK in#12694
  • Make NetworkIdentifier a record to allow for non-breaking additions in future releases by@karolz-ms in#12688
  • Exclude localhost certificates without a subject key identifier extension by@danegsta in#12736
  • Use MatchesHostname instead by@danegsta in#12765
  • Update package versions for 9.5 templates by@DamianEdwards in#12770
  • Remove Obsolete models from AIFoundry and GitHub.Models by@eerhardt in#12755
  • Fix channel ordering in aspire update - staging before daily by @Copilot in#12760
  • Add More information link to MCP Server dialog page by@eerhardt in#12766
  • Refactor overrideStagingHash to overrideStagingFeed and add overrideStagingQuality configuration by @Copilot in#12775
  • Check aspire exists on path before command or starting aspire debug session by@adamint in#12773
  • Look for .aspire/settings.json...
Read more

Contributors

  • @radical
  • @MattKotsenas
  • @davidfowl
  • @DamianEdwards
  • @afscrome
  • @JamesNK
  • @flcdrg
  • @mitchdenny
  • @using
  • @jfversluis
  • @sebastienros
  • @akoeplinger
  • @sliekens
  • @ojamte
  • @captainsafia
  • @askpt
  • @fabiocav
  • @nohwnd
  • @mattchenderson
  • @eerhardt
  • @dotnet-bot
  • @maddymontaquila
  • @joperezr
  • @karolz-ms
  • @adamint
  • @vhvb1989
  • @JakeRadMSFT
  • @danegsta
  • @murataslan1
  • @dotnet-maestro
  • @ShilpiRach
radical, MattKotsenas, and 29 other contributors
Loading
nightroman and MarcMenghin reacted with thumbs up emojimurataslan1 reacted with hooray emojionionhammer, sorbonadavid-fvg, swdriessen, YohanSciubukgian, and murataslan1 reacted with rocket emojiLowieDelneste reacted with eyes emoji
8 people reacted

Aspire 13.0.2 Release

04 Dec 06:21
8924dc6
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

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 inGHSA-fv66-9v8q-g76r.

What's Changed

  • Bump patch version from 13.0.1 to 13.0.2 by @Copilot in#13324
  • Update React and ReactDOM to version 19.2.1 across all projects by@joperezr in#13325

Full Changelog:v13.0.1...v13.0.2

Contributors

  • @joperezr
joperezr
Loading
arunpratap26, Papishushi, iml6yu, murataslan1, and EvaRichieChuang reacted with heart emoji
5 people reacted

Aspire 13.0.1 Release

26 Nov 19:19
5ee81c7
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

  • Merge internal changes by@joperezr in#12896
  • [release/13.0] Fix Azure roles resources always redeploying by @github-actions[bot] in#12903
  • [release/13.0] Remove .py and .js files from being signed (#13005) by@eerhardt in#13032
  • [release/13.0] Fix subscription ID not being disabled on Azure provisioning dialog by @github-actions[bot] in#12913
  • [release/13.0] Default OpenAISettings.EnableSensitiveTelemetryData to TelemetryHelpers.EnableSensitiveDataDefault by @github-actions[bot] in#13017
  • Bump patch version from 13.0.0 to 13.0.1 by @Copilot in#13167
  • [release/13.0] EndpointReference evaluation should wait on missing AllocatedEndpoint (#13074) by@karolz-ms in#13076
  • [release/13.0] Update to Npgsql 10 by @github-actions[bot] in#13166
  • [release/13.0] Update dependencies from microsoft/usvc-apiserver by@danegsta in#13187

Full Changelog:v13.0.0...v13.0.1

Contributors

  • @eerhardt
  • @joperezr
  • @karolz-ms
  • @danegsta
eerhardt, joperezr, and 2 other contributors
Loading
swdriessen and euclidesdry-tripee reacted with rocket emoji
2 people reacted

Aspire 13.0.0 Release

11 Nov 16:31

Choose a tag to compare

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 tohttps://aspire.dev/whats-new/aspire-13/ to find what's new in 13.0.0!

New Contributors

Full Changelog:v9.5.0...v13.0.0

Contributors

  • @yreynhout
  • @jguadagno
  • @jomaxso
  • @foxminchan
yreynhout, jguadagno, and 2 other contributors
Loading
SebastienDegodez, PhuocHoan, bojanb98, euclidesdry-tripee, jeangatto, and AzarayAOS reacted with thumbs up emojijeangatto and euclidesdry-tripee reacted with laugh emojihlaueriksson, eqpoqpe, euclidesdry-tripee, jeangatto, inlineHamed, YohanSciubukgian, and AzarayAOS reacted with hooray emojijeangatto and AzarayAOS reacted with heart emojiswdriessen, rufer7, Arman-Espiar, euclidesdry-tripee, and jeangatto reacted with rocket emojiniltor reacted with eyes emoji
14 people reacted

Aspire 9.5.2 Release

23 Oct 19:59
2fc2752
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

  • [release/9.5] Revert SQL Server container image tag from 2025-latest to 2022-latest for Mac ARM compatibility by @github-actions[bot] in#11908
  • [release/9.5] Ensure OutputPath is created in ResourceContainerImageBuilder by @github-actions[bot] in#11886
  • [release/9.5] Add configuration to suppress unsecured telemetry message in dashboard by @github-actions[bot] in#11954
  • [release/9.5] Update dependencies fromhttps://github.com/microsoft/usvc-apiserver build 0.17.3 by@danegsta in#12032
  • [release/9.5] Multi-target RabbitMQ and Redis client libraries by@eerhardt in#12138
  • Backport PR#11951: Add noProfileSwitch to run command in DotNetCliRunner by @Copilot in#11959
  • Bump patch version to 9.5.2 by @Copilot in#12139

Full Changelog:v9.5.1...v9.5.2

Contributors

  • @eerhardt
  • @danegsta
eerhardt and danegsta
Loading
intrepid-developer, Meir017, eqpoqpe, nightroman, EvaRichieChuang, DES-Destry, inlineHamed, and VitorSouza23 reacted with thumbs up emojiswdriessen, EvaRichieChuang, Arman-Espiar, arunpratap26, and VitorSouza23 reacted with rocket emoji
11 people reacted

Aspire 9.5.1 Release

13 Oct 16:35
2869435
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

  • [release/9.5]: Add proper launch profile support to the VS Code extension by @Copilot in#11617
  • [release/9.5] Cherry-pick extension build and sign pipeline setup by @Copilot in#11618
  • [release/9.5] Fix globalPackagesFolder path to be platform-agnostic in NuGetConfigMerger by @github-actions[bot] in#11626
  • [release/9.5] Fix flashing console windows when Docker processes are launched on Windows by @github-actions[bot] in#11615
  • [release/9.5] Display help text for GenAI sensitive data when no messages by @github-actions[bot] in#11668
  • [release/9.5] Allow .NET 10 prerelease versions for single-file apphost scenarios by @github-actions[bot] in#11616
  • [release/9.5] Update Aspire package versions from 9.5.0 to 9.5.1 by @Copilot in#11721
  • [release/9.5] Fix DevTunnels in DevContainers and Codespaces by @github-actions[bot] in#11730
  • [release/9.5] Don't require gen_ai.system attribute on span events by @github-actions[bot] in#11735
  • [release/9.5] Update Microsoft.Extensions.AI packages, use content env var by @github-actions[bot] in#11726
  • [release/9.5] Fix ParameterProcessor to use ExecutionContextOptions and skip excluded resources by @github-actions[bot] in#11782
  • [release/9.5] Update retry in Kusto emulator actions to handle any non-permanent error by @github-actions[bot] in#11779
  • [release/9.5] Fix CommandLineArgsCallbackContext ExecutionContext in AzureResourcePreparer and prevent WithVSCodeDebugSupport execution in publish mode by @github-actions[bot] in#11788
  • [release/9.5] Fix GenAI visualizer when span is missing peer attribute by@JamesNK in#11765
  • [release/9.5] Support parameter names with dashes resolved from underscore configuration by @github-actions[bot] in#11802
  • [release/9.5] Adapt OpenAI health check based on endpoint configuration by @github-actions[bot] in#11792

Full Changelog:v9.5.0...v9.5.1

Contributors

  • @JamesNK
JamesNK
Loading
nightroman, pangjianxin, VitorSouza23, jeangatto, and euclidesdry-tripee reacted with thumbs up emojijeangatto and euclidesdry-tripee reacted with laugh emojijeangatto and euclidesdry-tripee reacted with hooray emojijeangatto and euclidesdry-tripee reacted with heart emojiswdriessen, Arman-Espiar, VitorSouza23, jeangatto, and euclidesdry-tripee reacted with rocket emoji
7 people reacted

Aspire 9.5.0 Release

25 Sep 19:21
6218df0
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

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 tohttps://learn.microsoft.com/en-us/dotnet/aspire/whats-new/dotnet-aspire-9.5 to find what's new in 9.5.0!

New Contributors

Full Changelog:v9.4.0...v9.5.0

Contributors

  • @MattKotsenas
  • @brettcannon
  • @twsouthwick
  • @KirillOsenkov
  • @jnyrup
  • @CaitieM20
  • @Steinblock
  • @ericstj
  • @danespinosa
  • @jeremy-vm
  • @benwitmanmsft
MattKotsenas, brettcannon, and 9 other contributors
Loading
nightroman, Nice3point, Kumima, eyjolfurgudnivatne, and clayxmen reacted with thumbs up emojiChrisClaude, intrepid-developer, j-bs, MarS0K, doroudi, ewilliams0305, inlineHamed, tokKurumi, andrewzolotukhin, and jomaxso reacted with hooray emojiswdriessen, pedershk, j-bs, ewilliams0305, Arman-Espiar, arunpratap26, and johnnypea reacted with rocket emojijulealgon and j-bs reacted with eyes emoji
21 people reacted

Aspire 9.4.2 Release

02 Sep 19:17
4884590
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

  • [release/9.4] Simplify Aspire CLI project name validation to only reject path separators by @github-actions[bot] in#10832
  • [release/9.4] External Services with URL Parameter fails to generate manifests by @github-actions[bot] in#10806
  • [release/9.4] Always update resource list in console logs after hidden bool changes by @github-actions[bot] in#10738
  • [release/9.4] serve blazor.web.js from wwwroot by@JamesNK in#10990
  • Branding updates for 9.4.2 by@joperezr in#11026
  • [release/9.4] Port Fix creating projects with GB18030 chars by@danmoseley in#11032
  • [release/9.4] Fix Azure AI Foundry resource name by @github-actions[bot] in#11038
  • [release/9.4] Fixed properties override when publishing an update in external service by @github-actions[bot] in#10824

Full Changelog:v9.4.1...v9.4.2

Contributors

  • @JamesNK
  • @danmoseley
  • @joperezr
JamesNK, danmoseley, and joperezr
Loading
arunpratap26, intrepid-developer, j-bs, and swdriessen reacted with hooray emojiswdriessen and aguerrerott reacted with rocket emoji
5 people reacted

Aspire 9.4.1 Release

12 Aug 19:39
7adcde9
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

  • [release/9.4] Mark Aspire.CLI as stable by@joperezr in#10724
  • [release/9.4] aspire config set writes appHostPath to ~/.aspire/settings.json globally, causing incorrect path resolution by @github-actions[bot] in#10703
  • [release/9.4] Update dependencies from microsoft/usvc-apiserver by@danegsta in#10814
  • [release/9.4] Fix grid scrolling bugs by @github-actions[bot] in#10861
  • Bump package versions to 9.4.1 in project files by@joperezr in#10891

Full Changelog:v9.4.0...v9.4.1

Contributors

  • @joperezr
  • @danegsta
joperezr and danegsta
Loading
andrewzolotukhin, intrepid-developer, jeangatto, stefan-epic, and s341507 reacted with thumbs up emoji
5 people reacted
Previous134
Previous

[8]ページ先頭

©2009-2026 Movatter.jp