Releases: microsoft/Container-Migration-Solution-Accelerator
Releases · microsoft/Container-Migration-Solution-Accelerator
v2.0.4
v2.0.3
v2.0.2
2.0.2 (2026-05-06)
Bug Fixes
- allow insecure HTTP for internal container communication (1b9abf6)
- fixed all copilot comments (c0d5766)
- standardize comments and remove telemetry parameter from deployment configuration (f6e2588)
- streamline resource group creation by consolidating tag handling (1976a0d)
- update API versions and generator metadata in deployment template (99bd63e)
v2.0.1
v2.0.0
What's Changed
Platform / Architecture (V2)
- Updated solution to “V2” positioning with refreshed architecture and implementation guidance across docs (agentic + deployment architecture).
- Modernized AI stack references in documentation (now calls out Azure OpenAI GPT-5.1 + Microsoft Agent Framework workflows / group-chat orchestration).
App/API improvements (user-facing)
- Added Process Cancel support: backend API now exposes endpoints to request cancellation and check cancellation status, forwarding the request to the processor Control API.
- Telemetry/status payload enriched: backend process status rendering now includes richer agent activity details and additional structured fields (step timings/results, generated files, conversion metrics) for improved UI diagnostics.
- Optimized generated documentation, significantly improving readability and usability of migration, design, and analysis reports.
Frontend (user experience)
- Progress modal enhanced to track progress by stable step identifiers (analysis/design/yaml_conversion/documentation) rather than phase strings.
- Rendered Markdown improvements including Mermaid diagram rendering support in the batch report view (better readability of generated reports).
- Dependency refresh in frontend (notably adds Mermaid + markdown rendering helpers) for improved report display and security/compatibility.
Full Changelog: v1.0.6...v2.0.0
v1.0.6
v1.0.5
v1.0.4
1.0.4 (2026-04-08)
Bug Fixes
- patch path traversal (CWE-22) and harden /config endpoint [MSRC 112301] (3a0ec34)
Other Updates
- Add AI playbook section to README (efd26fc)
- Enhance notification email subjects with status icons (bb0dd7c)
- rebuild main.json from updated main.bicep (0a7bd20)
- replace ai foundry avm pattern with cognitive service account avm module (a57d922)
- Update deployment failure notification email body for clarity (4f50cdc)
- Update Deployment Guide with azd 1.23.9 note (dcccef4)
- Update notification email subjects for clarity on deployment status (93ec933)
- Update RBAC role name in Deployment Guide (e16fac2)