-
Notifications
You must be signed in to change notification settings - Fork 15
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
New version 2.0.11651-alpha of the Functions runtime #94
Comments
Please use Azure/app-service-announcements-discussions#41 to discuss. |
This preview release introduced some breaking changes! You will need to update your binding extensions to resolve these breaking changes. Different workflows are required depending on how your functions are written:
What Nuget packages do I need?Whatever nuget references you already have will need to be updated. Use this table as a reference:
To fix a function app written in VSThis is basically just a NuGet update. Because you'll need to update multiple packages in one go, the easiest way to do this is to edit the .csproj file for your function app and update the references accordingly. Doing a build will then be enough to trigger a package restore. You'll then need to deploy the change. To fix a function app written locally using azure-functions-core-tools (including VS Code)
To fix a function app written in the PortalFollow these steps:
As a reminder, you can discuss issues/problems here: |
The Durable Functions extension (Microsoft.Azure.WebJobs.Extensions.DurableTask) has been updated to version v1.2.1-beta3, which is compatible with the new v2.0.11651-alpha functions runtime. I've updated the table above with this information. Release notes for this update can be found here. |
One more note: if you are stuck and need to get a v2 app back up and running asap, , you can set FUNCTIONS_EXTENSION_VERSION=2.0.11587-alpha in the App Settings to go back to previous build. But this is only a temporary measure, as the old build will later disappear and you should always be on the latest Preview. So while you do that, use a separate app to get ready for the new build, and then move all your apps back to |
I just updated the table for Microsoft.Azure.WebJobs.Extensions.MicrosoftGraph. |
It took a little longer than we would have wanted, but the updated Azure Functions and WebJobs Tools VS extension is now up. Please go ahead and upgrade. The new version is 15.0.40405.0. Important: At this point, there is no reason for anyone to still be running the older build. We will keep this old build around for a while longer to make sure everyone transitions. But please make sure you do this to avoid suddenly being broken when the old build is removed! |
A new version of the 2.0 Preview runtime is being deployed. Note that it has some breaking changes from the previous Preview build.
Please see https://github.com/Azure/azure-functions-host/releases/tag/v2.0.11651-alpha for details.
The text was updated successfully, but these errors were encountered: