Skip to content

Releases: microsoft/vscode-azurefunctions

v1.10.4

09 Mar 19:19
4ede718

Choose a tag to compare

Changed

  • Make skip for now message more clear when there are no resources available by @nturinski in #3611
  • Change learn more label for programming model step by @nturinski in #3609
  • Remove node.js programming model experimental flag by @nturinski in #3612

Fixed

v1.10.3

23 Feb 20:40
464daf2

Choose a tag to compare

Added

Fixed

  • Detect new NodeJs model during "Init for VS Code" by @ejizba in #3586
  • Minor fixes for durable in new NodeJs model by @ejizba in #3587

v1.10.2

16 Feb 18:18
a7988f9

Choose a tag to compare

Added

v1.10.1

07 Feb 00:26
0879c1e

Choose a tag to compare

Fixed

  • Deployment failure due to Function Core Tools not being installed #3556
  • Missing event hub connection prompt #3554

v1.10.0

03 Feb 02:56
1002b2d

Choose a tag to compare

Added

  • Enable support for Python 3.10 when creating projects #3486
  • Support new Durable Functions backend options for the following languages: C#, JavaScript, TypeScript, Python #3273
  • Support for new Node.js language model (Preview). Set feature flag azureFunctions.showNodeProgrammingModel to enable #3285
  • Declared limited support for virtual workspaces #2793
  • Added Azurite generated emulator files to .funcignore #3371

Changed

  • Removed deprecated .NET runtime stacks for creating new projects and Function Apps #3474
  • Remove Python 3.6 due to EOL #3526
  • Add warning messages for Azure Functions Core Tools EOL and mismatched versions #3346 #2985
  • Improve Core Tools install experience for Linux #2745

Fixed

v1.9.0

16 Nov 22:12
f82188e

Choose a tag to compare

Added

  • Create Function button in Workspace view #3350
  • Warning when a stack has an upcoming end of life #3353
  • Updated host.json template to enable dynamic concurrency #3248

Changed

  • Always on = on when creating an Azure Function App on an app service plan #3037
  • Automatically run npm install after initializing a TypeScript or JavaScript Project #3034

Fixed

v1.8.3

25 Oct 23:30
c17ac08

Choose a tag to compare

Changed

  • Revert addition of PyStein "feature flag" setting. #3386

v1.8.2

18 Oct 23:06
4ac119c

Choose a tag to compare

Fixed

  • Deployment failures initialized from "Deploy..." button on Workspace ribbon #3369

v1.8.1

26 Sep 21:43
72ffbd1

Choose a tag to compare

Fixed

  • Log Analytic workspace resource provider not being registered blocked creation #3352

v1.8.0

21 Sep 00:15
5a651c7

Choose a tag to compare

Added

  • Support for new Python language model (set feature flag azureFunctions.showPystienModel to enable) #3235
  • Support for Java 17 (Preview) #3245

Changed

  • Use appropriate version of extension bundle in Python V2 projects #3304
  • Update Python V2 naming #3305
  • update FUNCTIONS-WORKER-RUNTIME setting with remote function app #3288
  • Add net7 tests #3277
  • Just use the 1st value for creating python projects #3276
  • Push Framework argument for .net70 #3273
  • Switch to latest VS Code test package #3275
  • Replace fse with AzExtFsUtils where possible #3268
  • Update net7 template #3262
  • Update backup templates #3260
  • Move workflow from root to workflows folder #3259
  • Rename info-needed-closer #3257
  • Bump terser from 5.9.0 to 5.14.2 #3253
  • Use shared azure id parsing utils #3246
  • Add post release version bumper #3244
  • Update AppInsights key #3239
  • Update FUNCTIONS-WORKER-RUNTIME setting when deploying dotnet-isolated projects to dotnet remote #3288

Fixed

  • An error occurs for the setting "azureFunctions.projectLanguageModel" with the default value "0" #3315
  • Do not open new documents if opened in new window #3307
  • An error occurs if a Java/Python (New Model Preview) project opens in VS Code previously when creating a new Python project #3300
  • [Suggestion] It would be better to change log to "Delete Slot 'xxx' Succeeded" in the ACTIVITYLOG window after deleting a slot #3148
  • View properties doesn't display site config #3264
  • Fix tests to use v4 Core Tools #3267
  • App Insights APM 2.1 Enablement and Representation #2835
  • [Suggestion] Don't show Logic Apps in Functions Extension #3165
  • Fix ServiceUnavailable error that occurs in Files and Logs node #3188