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
Copy file name to clipboardExpand all lines: cli/azd/CHANGELOG.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,25 @@
1
1
# Release History
2
2
3
-
## 1.22.0-beta.1 (Unreleased)
3
+
## 1.21.3 (2025-11-14)
4
4
5
5
### Features Added
6
6
7
-
### Breaking Changes
7
+
-[[#6185]](https://github.com/Azure/azure-dev/pull/6185) Add support for processing model resources as parameters in AI Agents extension.
8
+
-[[#6158]](https://github.com/Azure/azure-dev/pull/6158) Add support for deploying Aspire apps to App Service deployment slots.
9
+
-[[#6143]](https://github.com/Azure/azure-dev/pull/6143) Add support for multi-agent projects with environment variables for agent metadata.
8
10
9
11
### Bugs Fixed
10
12
13
+
-[[#6190]](https://github.com/Azure/azure-dev/pull/6190) Fix default infrastructure settings being incorrectly written to `azure.yaml` files.
14
+
-[[#6191]](https://github.com/Azure/azure-dev/pull/6191) Fix local pointer handling in AI Agents extension.
15
+
-[[#6186]](https://github.com/Azure/azure-dev/pull/6186) Fix prompting during provision/deploy in AI Agents extension.
16
+
-[[#6187]](https://github.com/Azure/azure-dev/pull/6187) Fix agent playground URL encoding in AI Agents extension.
17
+
-[[#6176]](https://github.com/Azure/azure-dev/pull/6176) Fix panic when container settings are undefined during predeploy.
18
+
11
19
### Other Changes
12
20
21
+
-[[#6183]](https://github.com/Azure/azure-dev/pull/6183) Improve exception messages with actionable guidance in AI Agents extension. Thanks @jfomhover for the contribution!
0 commit comments