Skip to content

Releases: microsoft/vscode-azurefunctions

v1.13.0

20 Sep 21:13
1f4986b

Choose a tag to compare

Added

Fixed

v1.12.4

17 Aug 20:04
531f8fd

Choose a tag to compare

Fixed

1.12.3

10 Aug 23:51
b86cfd1

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

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

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

1.12.0

13 Jul 23:23
3812e96

Choose a tag to compare

Added

  • Add actions submenu to workspace view title by @alexweininger in #3719
  • Allow user to create an Event Hub namespace and/or Event Hub when creating EventHubTrigger by @nturinski in #3713
  • Support ZRS enabled storage accounts in advanced create by @alexweininger in #3737

Fixed

Engineering

Dependencies

v1.11.0

23 May 19:07
1366cbe

Choose a tag to compare

Changed

  • Python V2 templates have left preview!
    • See the GA announcement here
    • Learn more from the blog post here

1.10.7

17 May 20:32
890b122

Choose a tag to compare

Added

  • Add support for the upcoming Azure Resources Focus feature

v.1.10.6

12 May 21:13
bc465eb

Choose a tag to compare

Added

  • Verify AzureWebJobsFeatureFlags setting has EnableWorkerIndexing and enable prior to deployment for Node Model v4 by @nturinski in #3653
  • Add clean script to TypeScript projects by @ejizba in #3654
  • Ensure that the app settings have propogated to production app before deploying by @nturinski in #3656
  • Improve task comparison during project init by @alexweininger in #3671

Fixed

  • Change the name of the windows-process-tree module by @nturinski in #3669

v1.10.5

21 Apr 17:39
aca8258

Choose a tag to compare

Changed

Fixed