Skip to content

Commit 8aa2894

Browse files
v1.18.0 Changelog, notice, bump version (#4587)
* Changelog, notice, bump version * Update CHANGELOG.md Co-authored-by: Alex Weininger <[email protected]> --------- Co-authored-by: Alex Weininger <[email protected]>
1 parent 417be82 commit 8aa2894

File tree

4 files changed

+57
-4
lines changed

4 files changed

+57
-4
lines changed

CHANGELOG.md

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

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**.
21+
322
## 1.17.3 - 2025-05-19
423

524
### Added

NOTICE.html

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3700,7 +3700,8 @@ <h1>NOTICES AND INFORMATION</h1>
37003700
core-js-pure 3.41.0 - MIT
37013701
</summary>
37023702
<p><a href="https://github.com/zloirock/core-js#readme">https://github.com/zloirock/core-js#readme</a></p>
3703-
3703+
<ul><li>Copyright (c) 2014-2025 Denis Pushkarev</li>
3704+
<li>copyright (c) 2014-2025 Denis Pushkarev</li></ul>
37043705
<pre>
37053706
Copyright (c) 2014-2025 Denis Pushkarev
37063707

@@ -6546,6 +6547,39 @@ <h1>NOTICES AND INFORMATION</h1>
65466547
</pre>
65476548
</details>
65486549
</li>
6550+
<li>
6551+
<details>
6552+
<summary>
6553+
tree-kill 1.2.2 - MIT
6554+
</summary>
6555+
<p><a href="https://github.com/pkrumins/node-tree-kill">https://github.com/pkrumins/node-tree-kill</a></p>
6556+
<ul><li>Copyright (c) 2018 Peter Krumins</li></ul>
6557+
<pre>
6558+
MIT License
6559+
6560+
Copyright (c) 2018 Peter Krumins
6561+
6562+
Permission is hereby granted, free of charge, to any person obtaining a copy
6563+
of this software and associated documentation files (the &quot;Software&quot;), to deal
6564+
in the Software without restriction, including without limitation the rights
6565+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
6566+
copies of the Software, and to permit persons to whom the Software is
6567+
furnished to do so, subject to the following conditions:
6568+
6569+
The above copyright notice and this permission notice shall be included in all
6570+
copies or substantial portions of the Software.
6571+
6572+
THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
6573+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
6574+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
6575+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
6576+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
6577+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
6578+
SOFTWARE.
6579+
6580+
</pre>
6581+
</details>
6582+
</li>
65496583
<li>
65506584
<details>
65516585
<summary>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-azurefunctions",
33
"displayName": "Azure Functions",
44
"description": "%azureFunctions.description%",
5-
"version": "1.17.4-alpha",
5+
"version": "1.18.0",
66
"publisher": "ms-azuretools",
77
"icon": "resources/azure-functions.png",
88
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",

0 commit comments

Comments
 (0)