Skip to content

Releases: microsoft/vscode-azurefunctions

1.10.7

17 May 20:32
890b122
Compare
Choose a tag to compare

Added

  • Add support for the upcoming Azure Resources Focus feature

v.1.10.6

12 May 21:13
bc465eb
Compare
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
Compare
Choose a tag to compare

Changed

Fixed

v1.10.4

09 Mar 19:19
4ede718
Compare
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
Compare
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
Compare
Choose a tag to compare

Added

v1.10.1

07 Feb 00:26
0879c1e
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Changed

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