You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
1.25.3 (2026-05-28)
Bugs Fixed
[#8316] Fix extension pack support gaps: extension manifests can declare dependencies without top-level capabilities, semver dependency ranges resolve to the highest compatible published version, and install-time dependency cycles fail with a clear error.
[#8402] Fix the progress widget printing stale, overlapping output on narrow terminals by truncating each rendered line to the terminal width.
[#8263] Fix lifecycle hook output (preprovision, postprovision, and predeploy) being silently suppressed during azd up.
Other Changes
[#8440] Promote the azd tool command group out of alpha, making it available by default along with its first-run welcome and update-check experiences.
[#8316] Improve azd extension upgrade dependency handling by reconciling declared dependencies to the latest compatible versions, adding --no-dependency-upgrades to opt out, and reporting dependency updates via dependencyUpgrades in --output json.