Skip to content

Releases: microsoft/vscode-azurefunctions

v1.14.0

21 Mar 22:35
965a478
Compare
Choose a tag to compare

Added

  • [3943], [3964] Support for creating containerized function apps
  • [3929] Support for creating containerized function projects

Changed

  • [3984] Improved "Execute Function" flow for EventGrid functions

v1.13.4

28 Feb 01:10
577d45c
Compare
Choose a tag to compare

Fixed

  • [3978] Fixes filtering based on files.exclude setting when deploying with no .funcignore

v1.13.3

05 Feb 23:00
60e5b8b
Compare
Choose a tag to compare

Fixed

  • [3967] Fixes functions not deploying for Linux Consumption apps
  • [3969] Fixes deploy subpath setting being ignored

v1.13.2

31 Jan 23:14
c58c59c
Compare
Choose a tag to compare

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

  • [3888] Revert hardcoded template version of '[3.*, 4.0.0)'
  • [3905] Update all backup templates

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

26 Sep 19:35
0ef70a2
Compare
Choose a tag to compare

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

20 Sep 21:13
1f4986b
Compare
Choose a tag to compare

Added

Fixed

v1.12.4

17 Aug 20:04
531f8fd
Compare
Choose a tag to compare

Fixed

1.12.3

10 Aug 23:51
b86cfd1
Compare
Choose a tag to compare

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

01 Aug 23:56
34b173a
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where deployment failed due to empty lines in the .funcignore file.

1.12.1

20 Jul 00:24
d2e0bce
Compare
Choose a tag to compare

Added

Changed

  • Print a warning if the function project root can't be found on deploy by @mkfrey in #3764

Fixed