-
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
Prepare release for 1.8.4 #1054
Conversation
ConnorMcMahon
commented
Nov 16, 2019
•
edited
Loading
edited
- Update to version 1.8.4
- Use DurableTask.AzureStorage to 1.6.5
- Update samples to use new version.
There are 3 open issues on the milestone that aren't #771 - I'm hesitant to move forward on this issue until a non-prerelease of Microsoft.NET.Sdk.Functions that unblock 2.3.0 usage moves forward. #951 - Not sure how much work needs to be done on the extension side to light this up. Will investigate. #934 - Not sure if this is something we can address until we support BYO serialization, which is likely a 2.0 only feature. The customer has a workaround, so I don't necessarily want to hold on the release for this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I pinged Fabio in one of the core open issues in the corresponding repo, so I will know soon regarding that issue. |
@@ -45,7 +45,7 @@ | |||
</ItemGroup> | |||
|
|||
<ItemGroup> | |||
<PackageReference Include="Microsoft.Azure.DurableTask.AzureStorage" Version="1.6.3" /> | |||
<PackageReference Include="Microsoft.Azure.DurableTask.AzureStorage" Version="1.6.4" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the intention to update to the newest version, 1.6.5?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good call!
The #934 fix would probably include custom serialization settings in DurableTask.Core, the changes that I am currently working on. I can prioritize this work if it would help. |