Skip to content

v1.10.0

Choose a tag to compare

@MicroFish91 MicroFish91 released this 03 Feb 02:56
· 441 commits to main since this release
1002b2d

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