Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/frontend/src/content/docs/whats-new/aspire-13-5.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ The Aspire CLI is now available as an npm package (`@microsoft/aspire-cli`), pro
- **Friendly health check error messages**: Health check failures now display concise, actionable messages instead of raw exception stacks.
- **Fixed telemetry streaming with resource filters**: Streams now wait for resources to appear before returning empty results.
- **Fixed duplicate replica display names**: Dashboard now uses the last 8 characters of the service.instance.id GUID to prevent collisions.
- **Trace detail span pane closes on navigation**: When navigating between traces (for example, using the browser's Back button or following a span link to another trace), the span detail pane now correctly closes instead of persisting with a stale span from the previous trace. If the destination URL includes a `?spanId=` query parameter, the correct span is automatically re-opened.

## 🧩 VS Code extension enhancements

Expand Down
Loading