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: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,24 @@
1
1
# Change Log
2
2
3
+
## 1.18.0 - 2025-07-10
4
+
5
+
### Overview
6
+
This release brings enhancements to Durable Functions through DTS integration, improves deployment reliability, and performance of the Azure Functions extension.
7
+
8
+
### Added
9
+
*[[4580](https://github.com/microsoft/vscode-azurefunctions/pull/4580)] Integrate deployment with Copilot, offering richer error analysis when deploying to Function Apps.
10
+
*[[4405](https://github.com/microsoft/vscode-azurefunctions/pull/4405)] Integrate **DTS emulator** into the **Local Workspace view**.
11
+
*[[4527](https://github.com/microsoft/vscode-azurefunctions/pull/4527)] Add **DTS preview support** for **Create Function** and remove **Netherite** from new storage options.
12
+
*[[4548](https://github.com/microsoft/vscode-azurefunctions/pull/4548)] Improved performance for listing and resolving resources
13
+
14
+
### Changed
15
+
*[[4529](https://github.com/microsoft/vscode-azurefunctions/pull/4529)] Check for **DTS trigger** before app creation to ensure a **Premium plan** is used.
16
+
17
+
### Fixed
18
+
*[[4573](https://github.com/microsoft/vscode-azurefunctions/pull/4573)] Fix: Advanced creation no longer prompts for user identity if **secret-based access** is used.
19
+
*[[4572](https://github.com/microsoft/vscode-azurefunctions/pull/4572)] Fix bug for **system identity** / resolved app ID.
20
+
*[[4576](https://github.com/microsoft/vscode-azurefunctions/pull/4576)] Fix container name to always be **lowercase**.
0 commit comments