Skip to content

Commit 91b5be7

Browse files
authored
Changes for 1.19.0 release (#4685)
1 parent 8233464 commit 91b5be7

File tree

4 files changed

+215
-192
lines changed

4 files changed

+215
-192
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Change Log
22

3+
## 1.19.0 - 2025-08-21
4+
5+
### Overview
6+
This release delivers major improvements to durable functions, including better configuration handling, and enhanced validation for DTS. It also adds improved identity assignment support, and stronger reliability for local development with Azurite.
7+
8+
### Added
9+
* [[4625](https://github.com/microsoft/vscode-azurefunctions/pull/4625)] Improve support for assigning a **user-assigned identity and roles** to a Function App.
10+
* [[4650](https://github.com/microsoft/vscode-azurefunctions/pull/4650)] Deploy with **Functions CLI** for **custom runtimes on Flex Consumption** plans.
11+
* [[4667](https://github.com/microsoft/vscode-azurefunctions/pull/4667)] Add **dynamic Azurite connection string generation** using workspace settings.
12+
* [[4660](https://github.com/microsoft/vscode-azurefunctions/pull/4660)] Add **warning popup** when incompatible Function App plans are used for durable projects.
13+
* [[4618](https://github.com/microsoft/vscode-azurefunctions/pull/4618)] Update **Python requirements.txt**.
14+
15+
### Fixed
16+
* [[4622](https://github.com/microsoft/vscode-azurefunctions/pull/4622)] Fix `host.json` version not showing for **AzureExtensionsBundle**.
17+
* [[4632](https://github.com/microsoft/vscode-azurefunctions/pull/4632)] Fix **Azurite Table/Queue services** not starting during durable function debugging.
18+
* [[4652](https://github.com/microsoft/vscode-azurefunctions/pull/4652)] Use the v1 **index.json** for retrieving all templates
19+
* [[4661](https://github.com/microsoft/vscode-azurefunctions/pull/4661)] Update templates with **userPrompt tokens** so tokens are replaced.
20+
* [[4682](https://github.com/microsoft/vscode-azurefunctions/pull/4682)] Use **port number** to find the func PID.
21+
22+
## 1.18.1 - 2025-07-24
23+
24+
### Fixed
25+
* [[4609]](https://github.com/microsoft/vscode-azurefunctions/pull/4609) Fix bug with function app resolving that assumed access to certain properties
26+
327
## 1.18.0 - 2025-07-14
428

529
### Overview

0 commit comments

Comments
 (0)