Skip to content

Commit 8cd7c81

Browse files
Complete v1.21.3 changelog
Co-authored-by: rajeshkamal5050 <[email protected]>
1 parent ba19c5b commit 8cd7c81

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

cli/azd/.vscode/cspell.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ overrides:
140140
- creds
141141
- Moby
142142
- upsert
143+
- jfomhover
143144
- filename: docs/proxy-configuration.md
144145
words:
145146
- Telerik

cli/azd/CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,25 @@
11
# Release History
22

3-
## 1.22.0-beta.1 (Unreleased)
3+
## 1.21.3 (2025-11-14)
44

55
### Features Added
66

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.
810

911
### Bugs Fixed
1012

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+
1119
### Other Changes
1220

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!
22+
1323
## 1.21.2 (2025-11-13)
1424

1525
### Features Added

cli/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.22.0-beta.1
1+
1.21.3

0 commit comments

Comments
 (0)