-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Azure Functions Runtime 2.0.11857 Preview Breaking Change Notice #112
Comments
This has now been released to all regions. |
There was a breaking change for JavaScript functions we left out: We are deprecating support for Node v6, which may affect deployed function apps. Please change WEBSITE_NODE_DEFAULT_VERSION in App Settings to an 8.x version that is >=8.4.0 (for example: 8.11.1). |
This runtime update also breaks the Durable Functions extension. If you are using Durable Functions on the v2 runtime, please set the |
Azure Functions Runtime 2.0.11857 release
A new version of the Azure Functions Runtime 2.0, is being prepared.
This is notice is being posted in advance to prepare users running on the current Azure Functions 2.0 preview version for the following potential breaking changes:
NodeJs Language Worker:
Java Language Worker:
To consume the latest functions runtime, following changes need to be made to existing java functions:
Changes needed to import statements in the function code:
Before
After (remove serverless):
Changes needed to pom.xml: Update groupId, artificatId and version
Before
After
New version of The Maven Tooling has been released:
1.0.0-beta-2
1.11
Please note that it will take 2~3 days for Maven Central to update the newest version number. To use the latest Maven Azure Functions Archetype, explicitly specify the version in your command:
Other changes
What can I do to avoid being impacted?
To avoid impact, you can pin your Function App to the current version of the runtime now by updating the app setting
FUNCTIONS_EXTENSION_VERSION
to2.0.11776-alpha
. Once the new version is released, you will not be automatically upgraded and will have the ability to test your code with the new version, which we recommend you do in a different Function App.This version will remain available until June 30th.
Please use Azure/app-service-announcements-discussions#50 for discussions related to this release.
The text was updated successfully, but these errors were encountered: