Skip to content

Aspire 13.2.1

Latest

Choose a tag to compare

@github-actions github-actions released this 31 Mar 05:43
14bf8c4

πŸ› Bug Fixes

  • πŸ–₯️ CLI bundles for ARM & musl β€” win-arm64, linux-arm64, and linux-musl-x64 bundles now correctly include DCP instead of silently producing broken installs (#15529)
  • ⚑ aspire new in VS Code β€” Fixed a race where the workspace switch severed the CLI terminal before the agent init prompt could complete (#15553)
  • πŸ”— Dashboard resource URLs β€” The describe command no longer produces broken dashboard links with a stray /login?t=... in the path (#15495)
  • 🌍 Guest AppHost env vars β€” Launch profile environment variables are now correctly forwarded to guest AppHosts (#15637)
  • πŸ“¦ Legacy settings migration β€” .aspire/settings.json β†’ aspire.config.json migration was silently skipped in some scenarios; now works reliably (#15526)
  • πŸ”§ TypeScript AppHost restore β€” Fixed config resolution during TS AppHost restore (#15625)
  • 🎭 Playwright CLI on Windows β€” aspire agent init now correctly installs playwright-cli on Windows (#15559)
  • πŸ“Œ Emulator stability β€” Pinned Kusto emulator image and improved Cosmos DB emulator reliability (#15504)

✨ Improvements

  • πŸ—οΈ Brownfield TypeScript aspire init β€” Running aspire init in existing JS/TS projects now smartly merges package.json β€” scripts, dependencies, and engines β€” with semver-aware conflict handling (#15123)
  • 🎯 Endpoint filtering β€” New ExcludeReferenceEndpoint property lets you filter specific endpoints from WithReference (#15586)
  • 🌐 More polyglot ATS APIs β€” Exported additional hosting APIs for TypeScript and Go AppHost authoring (#15557)
  • πŸ” Short trace ID support β€” The dashboard now resolves short trace IDs in addition to full-length ones (#15613)
  • ⚠️ Aspire.Hosting.NodeJs deprecated β€” Use Aspire.Hosting.JavaScript instead; the old package no longer appears in aspire add (#15686)