Skip to content

Releases: microsoft/vscode-azurefunctions

v1.15.0

21 May 15:32
91bc852
Compare
Choose a tag to compare

Added

  • [4104] Flex Consumption SKU support for creation and deploying
  • [4115] Added Azure Blob Storage Trigger (using Event Grid) templates for flex consumption apps
  • [4138] Display a warning after deploying an Azure Blob Storage Trigger to a flex consumption app
  • [4130] Create new function app from Deploy command
  • [4101] Add retry logic to getFunctionsForHostedProject on ECONNREFUSED
  • [4127] Expanding in-proc .NET support

Changed

  • [4125] Changed deploying by function app id to use azureFunctions.deployByFunctionAppId rather than azureFunctions.deploy
  • [4130] Various UX changes in local workspace view

Full Changelog: https://github.com/microsoft/vscode-azurefunctions/milestone/66?closed=1

1.14.3

30 Apr 20:45
4baf3ec
Compare
Choose a tag to compare

Fixed

  • [4112] Fix listing functions on sovereign clouds

v1.14.2

26 Apr 21:55
1f1918d
Compare
Choose a tag to compare

Changed

  • [4096] Update initial launch.json for Python to use debugpy

Fixed

  • Minor text fixes

v1.14.1

04 Apr 22:41
878dd25
Compare
Choose a tag to compare

Fixed

  • [4061], [4062] Creating a function app with no workspace open

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