Added
- Enable support for Python 3.10 when creating projects [3486](https://github.com/microsoft/vscode-azurefunctions/issues/3486)
- Support new Durable Functions backend options for the following languages: C, JavaScript, TypeScript, Python [3273](https://github.com/microsoft/vscode-azurefunctions/issues/3272)
- Support for new Node.js language model (Preview). Set feature flag `azureFunctions.showNodeProgrammingModel` to enable [3285](https://github.com/microsoft/vscode-azurefunctions/issues/3285)
- Declared limited support for virtual workspaces [2793](https://github.com/microsoft/vscode-azurefunctions/issues/2793)
- Added Azurite generated emulator files to .funcignore [3371](https://github.com/microsoft/vscode-azurefunctions/issues/3371)
Changed
- Removed deprecated .NET runtime stacks for creating new projects and Function Apps [3474](https://github.com/microsoft/vscode-azurefunctions/issues/3474)
- Remove Python 3.6 due to EOL [3526](https://github.com/microsoft/vscode-azurefunctions/issues/3526)
- Add warning messages for Azure Functions Core Tools EOL and mismatched versions [3346](https://github.com/microsoft/vscode-azurefunctions/issues/3346) [#2985](https://github.com/microsoft/vscode-azurefunctions/issues/2985)
- Improve Core Tools install experience for Linux [2745](https://github.com/microsoft/vscode-azurefunctions/issues/2745)
Fixed
- [Bugs Fixed](https://github.com/microsoft/vscode-azurefunctions/milestone/60?closed=1)