From b61ccd6849ee5418aa5bb949f7aeea7043e2698f Mon Sep 17 00:00:00 2001 From: David Pine Date: Sun, 12 Jul 2026 00:57:22 -0500 Subject: [PATCH] docs: note graceful backchannel stream cancellation during aspire run shutdown --- src/frontend/src/content/docs/whats-new/aspire-13-4.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontend/src/content/docs/whats-new/aspire-13-4.mdx b/src/frontend/src/content/docs/whats-new/aspire-13-4.mdx index de4c919ab..d2e2c9d23 100644 --- a/src/frontend/src/content/docs/whats-new/aspire-13-4.mdx +++ b/src/frontend/src/content/docs/whats-new/aspire-13-4.mdx @@ -398,6 +398,7 @@ Aspire 13.4 includes a set of smaller CLI improvements and fixes: - `aspire update` now requires `--yes` in non-interactive mode, matching `aspire destroy`. - `aspire stop --all` output includes the AppHost name and, when needed, the PID for clearer multi-instance shutdown output. - `aspire new`, `aspire init`, `aspire run`, and `aspire update` include fixes for NuGet feed errors, output paths, generated files, disabled dashboards, detached shutdown, and AppHost package-reference cleanup. +- `aspire run` now handles AppHost shutdown more gracefully: backchannel log, resource-state, and publishing-activity streams complete immediately when a shutdown is already in progress, and a warning is shown if log capture is interrupted rather than surfacing an unhandled error. ## 🧩 App model and AppHost