Skip to content
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

Closed
cgillum opened this issue May 23, 2019 · 5 comments · Fixed by #1216
Closed

Update WebJobs dependency to 2.3.0 for V1 Function apps #771

cgillum opened this issue May 23, 2019 · 5 comments · Fixed by #1216
Assignees
Labels
Enhancement Feature requests. Needs: V1 backport The fix for this should be back-ported to Durable Functions 1.x P2 Priority 2
Milestone

Comments

@cgillum
Copy link
Member

cgillum commented May 23, 2019

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

@cgillum cgillum added the Enhancement Feature requests. label May 23, 2019
@cgillum cgillum added this to the Triage milestone May 23, 2019
@ghost ghost added the Needs: Triage 🔍 label May 23, 2019
@cgillum cgillum modified the milestones: Triage, v1.8.2 May 25, 2019
ConnorMcMahon added a commit that referenced this issue May 29, 2019
ConnorMcMahon added a commit that referenced this issue May 29, 2019
@ConnorMcMahon ConnorMcMahon added the fix-ready Indicates that an issue has been fixed and will be available in the next release. label May 29, 2019
@cgillum
Copy link
Member Author

cgillum commented May 30, 2019

This fix was released as part of v1.8.2.

@ConnorMcMahon
Copy link
Contributor

Reopening this issue with #811.

@ConnorMcMahon ConnorMcMahon reopened this Jun 18, 2019
@ConnorMcMahon ConnorMcMahon removed the fix-ready Indicates that an issue has been fixed and will be available in the next release. label Jun 20, 2019
@ConnorMcMahon ConnorMcMahon modified the milestones: v1.8.2, 1.8.4 Jul 3, 2019
@cgillum cgillum added the P2 Priority 2 label Aug 10, 2019
@juunas11
Copy link

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.
Or is the only solution to update to v2?

@ConnorMcMahon
Copy link
Contributor

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.

@ConnorMcMahon
Copy link
Contributor

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.

@ConnorMcMahon ConnorMcMahon modified the milestones: 1.8.5, v2.2.0 Feb 11, 2020
@ConnorMcMahon ConnorMcMahon added the Needs: V1 backport The fix for this should be back-ported to Durable Functions 1.x label Feb 11, 2020
ConnorMcMahon pushed a commit that referenced this issue Feb 14, 2020
The tooling finally supports upgrading to 2.3.0, which resolves #771.
ConnorMcMahon pushed a commit that referenced this issue Feb 18, 2020
The tooling finally supports upgrading to 2.3.0, which resolves #771.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Feature requests. Needs: V1 backport The fix for this should be back-ported to Durable Functions 1.x P2 Priority 2
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants