Releases: microsoft/vscode-azurefunctions
Releases · microsoft/vscode-azurefunctions
v1.14.0
v1.13.4
v1.13.3
v1.13.2
Added
- [3881] Add workspace functions to extension API
- [3887] Automatically enable full monitoring for Java Elastic Premium
- [3916] Add EventGrid Cloud Event templates for .NET to verified list
- [3924], [3297] Improve creating new local app setting experience during new function template creation
Fixed
- [3813] Fix Windows files not appearing under the Files node
- [3889] Fix .gitignore being ignored during deployment
Removed
- [3902] Remove Azure Account from extension dependencies
Changed
Engineering
- [3831] Use Node 18.15
- [3832] Remove all .NET 5 (EOL) tests
- [3918] Update
eslint-config
to enforce import types - [1641] Update the appservice shared package to consume a fix for a race condition in the zip deploy code which could surface when acquiring tokens asynchronously
Full Changelog: v1.13.1...v1.13.2
v1.13.1
Added
- Enable Python 3.11 for GA
Changed
- Remove preview label from Node v4 programming model and make it the default over v3
- Remove '-alpha.7' from v4 node projects
v1.13.0
Added
- Python V2 programming model GA by @nturinski in #3799
- Python V2 blueprint support by @nturinski in #3799
- .NET 8 SDK support @nturinski in #3841
Fixed
- Fix Windows files node feature by @alexweininger in #3813
- Function app creation not setting
netFrameworkVersion
properly by @nturinski in #3847
v1.12.4
1.12.3
Fixed
(intermediate value).parsedBody.map is not a function
error when deploying Function App #3769- Fail to connect to log stream #3775
- Unexpected status code: 401 when executing remote function #3788
- Azure Functions icon not appearing in the workspace view when using a light theme #3783
Changed
- Azure Functions runtime V2 and V3 now show EOL warnings #3771
1.12.2
Fixed
- Fixed an issue where deployment failed due to empty lines in the
.funcignore
file.