Skip to content

Releases: microsoft/vscode-azurefunctions

v1.15.4

13 Sep 14:38
010c071
Compare
Choose a tag to compare

Engineering

  • [4256] Upgrade packages for additional improvements to telemetry
  • [4247] [4266] Update release pipeline to support signing

v1.15.3

23 Aug 19:23
c8e26a3
Compare
Choose a tag to compare

Added

  • [4239] Use a list task for the cache that is used for all resolving

Removed

  • [4243] Remove EnableWorkerIndexing feature flag

Engineering

  • [4241] Improve telemetry and performance

v1.15.2

20 Aug 21:12
6ca9e0f
Compare
Choose a tag to compare

Engineering

  • [4165] Show multiple runtime matches for targetFramework when creating from Functions API
  • [4195] Enable end-to-end Azure tests and add more tests
  • [4215] Update backup templates
  • [4200] Upgrade @azure/arm-appservice to enable flex consumption SKU support

v1.15.1

20 Jun 00:21
d4923f7
Compare
Choose a tag to compare

Changed

  • [4182] Display a warning when attempting to deploy a containerized function app

Fixed

  • [4184] "+ Create new function app" command when deploying a containerized function app

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