github microsoft/aspire v13.5.1
Aspire 13.5.1

latest release: v13.5.2
9 hours ago

What's New in Aspire 13.5.1

Patch release for Aspire 13.5 fixing a TypeScript/Java polyglot AppHost compatibility regression when running the 13.5 SDK under an older (13.4.x) CLI, plus a DCP update and release-pipeline housekeeping.

๐Ÿ› Fixes

  • ๐ŸŽ Polyglot AppHosts could crash on startup on macOS โ€” On macOS, polyglot (TypeScript/Python/Java/Go/Rust) AppHosts could crash during startup due to an interaction between how DCP's Go runtime forks detached processes and how .NET Native AOT installs its signal handlers. Updated DCP (Developer Control Plane) to 0.25.13 to resolve the crash. ([#19528](#19528))

  • ๐Ÿ”— Polyglot AppHosts on the 13.5 SDK crashed under an older CLI with MissingMethodException โ€” A TypeScript or Java AppHost built with the 13.5 SDK failed to start when launched by an older (13.4.x) CLI, because the newer codegen called Aspire.TypeSystem members that don't exist in the CLI's older contract. Code generation now probes for these additive capabilities before using them, so older CLIs skip only the unsupported feature and startup succeeds. Regression introduced in 13.5 by #19365. Fixes #19503. ([#19524](#19524), backport of #19506, @adamint)

๐Ÿท๏ธ Housekeeping

  • ๐Ÿ“ฆ Updated DCP (Developer Control Plane) to 0.25.13 ([#19528](#19528))

  • ๐Ÿ”ง Restored WinGet publication using .NET 9 wingetcreate ([#19509](#19509))

  • ๐Ÿงน Removed the pipeline-scoped Publish-Build-Assets group from the release pipeline ([#19523](#19523), [#19163](#19163))

  • ๐Ÿš€ Bumped branding to 13.5.1 ([#19531](#19531))

Full Changelog: [v13.5.0...v13.5.1](v13.5.0...v13.5.1)

Full commit: [69db530a4816698cf1d5fa4557933e0ac4f127c6](69db530)

Don't miss a new aspire release

NewReleases is sending notifications on new releases.