Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Bump Microsoft.Azure.WebJobs.Extensions.DurableTask from 2.5.0 to 2.6.1#28

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/Microsoft.Azure.WebJobs.Extensions.DurableTask-2.6.1
Closed

Bump Microsoft.Azure.WebJobs.Extensions.DurableTask from 2.5.0 to 2.6.1#28
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/Microsoft.Azure.WebJobs.Extensions.DurableTask-2.6.1

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Feb 4, 2022

Bumps Microsoft.Azure.WebJobs.Extensions.DurableTask from 2.5.0 to 2.6.1.

Release notes

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

Durable Functions v2.6.1 Release

NuGet Package

New Features

  • Support specification of max entity operation batch size (#2015)
  • Added a boolean property IncludeDeleted to EntityQuery which controls whether to return deleted entities. (#1421)

Bug fixes

  • Fixed handling of function timeouts inside entity and activity functions (#2065)
  • Added a check in the constructor of AzureStorageDurabilityProviderFactory to see if it's actually the selected provider, and skips the constructor if not. This avoids spurious errors caused by the configuration not being appropriate for this provider. (#2015)
  • Fixed stuck orchestration issue caused when CallEntityAsync was the first action in an orchestration and the entity completed before the orchestrator completed its first history checkpoint. (fixed in DT.AzureStorage Azure/durabletask#657)
  • Fixed a Distributed Tracing bug where a StorageException would sometimes occur due to incorrect compression of the correlation field. (fixed in DT.AzureStorage Azure/durabletask#649)

Breaking Changes

  • By default, IDurableEntityClient.ListEntitiesAsync no longer returns deleted entities. (#1421)

Dependency Updates

Microsoft.Azure.DurableTask.AzureStorage 1.9.4 -> 1.10.1 Microsoft.Azure.WebJobs.Extensions.DurableTask.Analyzers 0.4.1 -> 0.4.2

Durable Functions v2.6.0 Release

NuGet package

Updates

  • New HttpRetryOptions class for passing retry options to CallHttpAsync() invocations to add & customize retry behavior
  • Added HttpRetryOptions to DurableHttpRequest - set this property to use retry logic when you use the CallHttpAsync() overload that takes the full object
  • Log trace events whenever entities are created or deleted
  • Throw meaningful exceptions inside orchestrations when they try to call, signal, or lock a non-existing entity
  • Fixed null reference exceptions thrown in DurableClient

Breaking Changes

  • IDurableOrchestrationContext's CallHttpAsync(HttpMethod, Uri, string) overload now has a HttpRetryOptions parameter
  • IDurableActivityContext now has a Name property.

Dependency Updates

Microsoft.Azure.DurableTask.AzureStorage --> 1.9.4 Microsoft.Azure.DurableTask.Core 2.5.6 --> 2.6.0 Microsoft.Azure.WebJobs.Extensions.DurableTask.Analyzers 0.4.0 --> 0.4.1

DurableTask.AzureStorage Updates

v1.9.4

Release Notes

... (truncated)

Commits
  • b2d9df4 Merge pull request #2065 from Azure/dev
  • 2de99ce Incremented versions for 2.6.1 release
  • 0c0cc87 Fix spurious validation errors for non-Azure-Storage backends (#2015)
  • 422eb32 fix polling loop in HttpApi to handle null return value instead of TimeoutExc...
  • 4c754ed Allow ListEntitiesAsync to only return entities with non-null state (#1421)
  • e226fa9 Analyzer: Resolved compilation bug and stack overflow bug
  • 85b8894 Add azure-pipelines-release.yml (main) (#2056)
  • 434f059 Handle entity operation timeouts and support specification of maximal batch s...
  • 02a7a40 resolved compilation and semantic model bugs, inc version
  • c1c6663 Fixed usage of durable client attribute not used during waiting for completio...
  • Additional commits viewable 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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)

Bumps [Microsoft.Azure.WebJobs.Extensions.DurableTask](https://github.com/Azure/azure-functions-durable-extension) from 2.5.0 to 2.6.1.
- [Release notes](https://github.com/Azure/azure-functions-durable-extension/releases)
- [Commits](Azure/azure-functions-durable-extension@v2.5.0...v2.6.1)

---
updated-dependencies:
- dependency-name: Microsoft.Azure.WebJobs.Extensions.DurableTask
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Feb 4, 2022
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Apr 21, 2022

Superseded by #31.

@dependabot dependabot Bot closed this Apr 21, 2022
@dependabot dependabot Bot deleted the dependabot/nuget/Microsoft.Azure.WebJobs.Extensions.DurableTask-2.6.1 branch April 21, 2022 21:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants