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

Bump Microsoft.Azure.WebJobs.Extensions.DurableTask from 1.8.2 to 1.8.3 #189

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps Microsoft.Azure.WebJobs.Extensions.DurableTask from 1.8.2 to 1.8.3.

Release notes

Sourced from Microsoft.Azure.WebJobs.Extensions.DurableTask's releases.

Durable Functions v1.8.3 Release

Summary of changes

The v1.8.3 release is a bug fix release with several fixes/improvements over v1.8.2.

  • Blob content instead of blob url in the output for the large output (#665).
  • Some Orchestrations stuck awaiting an activity that has completed (#774)
  • Revert Microsoft.Azure.Webjobs dependency to version 2.2.0 (#796)
  • Updated DurableTask.AzureStorage nuget dependency to v1.6.3

This release can be downloaded from nuget.org:
https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.DurableTask/1.8.3

For more information on Durable Functions, see our official documentation:
https://docs.microsoft.com/azure/azure-functions/durable/durable-functions-overview

Important note regarding the fix for #665

Previously large orchestration inputs and outputs would result in orchestration instance status query results that returned a blob storage URL instead of the actual input or output content. This meant that custom code needed to be written to handle the case where either the output was a blob storage URL or the JSON-encoded input or output of the orchestration. This non-deterministic behavior was problematic enough that we decided change the behavior to always download the full orchestration inputs and outputs (the blob URL behavior is actually a recent change, which we're effectively reverting).

If you depended on the previous behavior of returning blob storage URLs for large inputs or outputs, you disable the "always fetch" behavior in host.json as shown below:

{
  "durableTask": {
    "fetchLargeMessagesAutomatically": false
  }
}
Commits
  • 323c309 Increment nuget package version to v1.8.3 (#827)
  • be570ad Increment nuget package version to v1.8.3 (#827)
  • e2c5307 Durable Functions v1.8.3 release payload
  • 53176ef Add automatic fetching of large messages to Durable 1.0 (#824)
  • 08ee0fe Revert Microsoft.Azure.Webjobs to version 2.2.0
  • b7fbc61 Updated JavaScript samples' dependencies:
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jul 1, 2019
@dependabot-preview dependabot-preview bot requested a review from davidgruar July 1, 2019 05:55
@dependabot-preview
Copy link
Contributor Author

Superseded by #275.

@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/Microsoft.Azure.WebJobs.Extensions.DurableTask-1.8.3 branch November 4, 2019 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants