-
Notifications
You must be signed in to change notification settings - Fork 272
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
Update WebJobs dependency to 2.3.0 for V1 Function apps #771
Comments
This fix was released as part of v1.8.2. |
Reopening this issue with #811. |
Any ETA on this? We have 5k of the exceptions mentioned here #691 in the last 24 hours. I cannot update the WebJobs library to 2.3.x since the Functions SDK depends on 2.2.x. |
It looks like the underlying issue with upgrading to 2.3.x in "Microsoft.NET.Sdk.Functions" was fixed 1.0.30-beta1. However, there is not yet a non-prelease version of the package with the fix, so I don't necessarily feel comfortable upgrading it quite yet. |
It looks like 1.0.30 has finally released (along with 1.0.31), so it may be possible for us to finally upgrade. I will mark it for v2.2.0 release. |
The tooling finally supports upgrading to 2.3.0, which resolves #771.
The tooling finally supports upgrading to 2.3.0, which resolves #771.
Microsoft.Azure.WebJobs.Extensions.DurableTask for Functions v1 targets Microsoft.Azure.WebJobs v2.2.0. However, there is a newer version, v2.3.0, that has been out for a while and contains a variety of fixes. We should update to this latest version.
Related issue: #691
The text was updated successfully, but these errors were encountered: