Skip to content

Commit 3812e96

Browse files
Prep for v1.12.0 release (#3743)
* Bump version to 1.12.0 * Update changelog * Update readme image * Generate notice * Update changelog
1 parent ba45b72 commit 3812e96

File tree

5 files changed

+3287
-3842
lines changed

5 files changed

+3287
-3842
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Change Log
22

3+
## 1.12.0 - 2023-07-13
4+
5+
### Added
6+
* Add actions submenu to workspace view title by @alexweininger in [#3719](https://github.com/microsoft/vscode-azurefunctions/pull/3719)
7+
* Allow user to create an Event Hub namespace and/or Event Hub when creating EventHubTrigger by @nturinski in [#3713](https://github.com/microsoft/vscode-azurefunctions/pull/3713)
8+
* Support ZRS enabled storage accounts in advanced create by @alexweininger in [#3737](https://github.com/microsoft/vscode-azurefunctions/pull/3737)
9+
10+
### Fixed
11+
* Fix view properties command for function apps by @alexweininger in [#3714](https://github.com/microsoft/vscode-azurefunctions/pull/3714)
12+
* Fix SWA create function for node model v4 by @ejizba in [#3721]([#3721](https://github.com/microsoft/vscode-azurefunctions/pull/3721))
13+
* Hardcode default bundle version by @alexweininger in [#3727](https://github.com/microsoft/vscode-azurefunctions/pull/3727)
14+
* Fix create function app when workspace items are selected by @alexweininger in [#3732](https://github.com/microsoft/vscode-azurefunctions/pull/3732)
15+
* Fix view properties command on remote function by @alexweininger in [#3736](https://github.com/microsoft/vscode-azurefunctions/pull/3736)
16+
17+
### Engineering
18+
* Update to utils v2 by @alexweininger in [#3707](https://github.com/microsoft/vscode-azurefunctions/pull/3707)
19+
* Upgrade to TS 5.1.3 by @alexweininger in [#3712](https://github.com/microsoft/vscode-azurefunctions/pull/3712)
20+
* Remove onCommand activation events by @alexweininger in [#3741](https://github.com/microsoft/vscode-azurefunctions/pull/3741)
21+
* Resolve using list instead of get by @alexweininger in [#3726](https://github.com/microsoft/vscode-azurefunctions/pull/3726)
22+
23+
### Dependencies
24+
* Update dependencies to fix CG alerts by @bwateratmsft in [#3720](https://github.com/microsoft/vscode-azurefunctions/pull/3720)
25+
* Bump semver from 5.7.1 to 7.5.2 by @dependabot in [#3724](https://github.com/microsoft/vscode-azurefunctions/pull/3724)
26+
327
## 1.11.0 - 2023-05-23
428

529
### Changed

0 commit comments

Comments
 (0)