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
+24
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,29 @@
1
1
# Change Log
2
2
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)
0 commit comments