Skip to content

Add Aspire 13.2.1 release notes to the 13.2 what's-new doc#630

Open
Copilot wants to merge 2 commits intomainfrom
copilot/add-13-2-1-release-notes
Open

Add Aspire 13.2.1 release notes to the 13.2 what's-new doc#630
Copilot wants to merge 2 commits intomainfrom
copilot/add-13-2-1-release-notes

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 27, 2026

Adds a new ## Aspire 13.2.1 sub-section at the end of aspire-13-2.mdx containing the 13.2.1 patch release notes.

The section documents the breaking changes introduced in the TypeScript AppHost SDK as described in microsoft/aspire#15557 (comment):

Previous name New name Notes
runAsExistingFromParameters(name, resourceGroup) runAsExisting(name, { resourceGroup }) Name change plus positional → options object.
publishAsExistingFromParameters(name, resourceGroup) publishAsExisting(name, { resourceGroup }) Name change plus positional → options object.
withConnectionPropertyValue(name, value) withConnectionProperty(name, value) Unified API for string/reference values.
withParameterBuildArg(name, parameter) withBuildArg(name, parameter) Renamed to the unified withBuildArg surface.

Also includes the note that withConnectionPropertyValue is restored as a compatibility alias in the generated SDKs, so it is not a runtime SDK break.

…ing changes

Agent-Logs-Url: https://github.com/microsoft/aspire.dev/sessions/4cae4fc9-94b4-40c3-bdd1-93b03e2f629f

Co-authored-by: sebastienros <1165805+sebastienros@users.noreply.github.com>
@sebastienros sebastienros marked this pull request as ready for review March 27, 2026 17:47
Copilot AI review requested due to automatic review settings March 27, 2026 17:47
@sebastienros sebastienros added this to the 13.2 milestone Mar 27, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds patch release notes for Aspire 13.2.1 to the existing “What’s new in Aspire 13.2” documentation, with emphasis on TypeScript AppHost SDK API renames introduced in 13.2.1.

Changes:

  • Appends a new ## Aspire 13.2.1 section to the 13.2 “what’s new” page.
  • Documents TypeScript AppHost SDK API renames (including positional → options-object changes).
  • Adds a note about withConnectionPropertyValue being available as a compatibility alias.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@sebastienros sebastienros requested a review from joperezr March 27, 2026 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants