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

build(deps): bump Microsoft.Azure.WebJobs.Extensions.DurableTask from 2.13.7 to 3.0.2 in /source/TestCommon #455

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps Microsoft.Azure.WebJobs.Extensions.DurableTask from 2.13.7 to 3.0.2.

Release notes

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

WebJobs.Extensions.DurableTask v3.0.2

https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.DurableTask/3.0.2

Updates

Full Changelog: Azure/azure-functions-durable-extension@v3.0.1...v3.0.2

WebJobs.Extensions.DurableTask v3.0.1

https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.DurableTask/3.0.1

Updates

Full Changelog: Azure/azure-functions-durable-extension@v3.0.0...v3.0.1

WebJobs.Extensions.DurableTask v3.0.0

https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.DurableTask/3.0.0

This is a major release of Microsoft.Azure.WebJobs.Extensions.DurableTask, including breaking changes to .NET in-process customers, mostly related to the Azure Storage SDK. Please review these release notes carefully, as there may be unexpected side effects resulting from these updates. If you encounter any issues, please open a GitHub issue in this repo.

Updates

  • Add Support for the New Azure Storage SDK: Azure.Core, Azure.Data.Tables, Azure.Storage.Blobs, and Azure.Storage.Queues, replacing the deprecated WindowsAzure.Storage for enhanced performance and improved Managed Identity support. Azure/azure-functions-durable-extension#2377

Dependency Updates

Notes

  • Dropped support for Azure Functions Host v1.
  • Updated target framework to .NET 6.0 only, removing support for .NET Core 3.1.
  • Default Table Partition Management for Azure Storage backend, which uses Azure Tables instead of Blobs for partition management among VMs. If you want to switch back the partition manager strategy, set useTablePartitionManagement to false in your app's host.json.
  • Downgrade Note: DurableTask.AzureStorage v1.x and v2.x use different message encoding strategies. If downgrading Microsoft.Azure.WebJobs.Extensions.DurableTask from v3.x to v2.x is needed, ensure you downgrade to v2.13.5 or higher, as it uses DurableTask.AzureStorage v1.17.4 or later, which supports forward compatibility.
  • Future Support and Maintenance of Microsoft.Azure.WebJobs.Extensions.DurableTask: v2.x will continue to be supported primarily for bug fixes, while all new features will be added exclusively to v3.x.

Durable Functions v3.0.0-rc.2

https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.DurableTask/3.0.0-rc.2

Dependency Updates

  • Azure.Identity 1.10.0 ->1.11.0
  • DurableTask.AzureStorage 2.0.0-rc -> 2.0.0-rc.2
  • DurableTask.ApplicationInsights 0.1.2 -> 0.1.6
  • DurableTask.Core 2.15.1 -> 2.17.1

... (truncated)

Changelog

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

Release Notes

Microsoft.Azure.Functions.Worker.Extensions.DurableTask (version)

New Features

  • Fail fast if extendedSessionsEnabled set to 'true' for the worker type that doesn't support extended sessions (Azure/azure-functions-durable-extension#2732).
  • Added an IFunctionsWorkerApplicationBuilder.ConfigureDurableExtension() extension method for cases where auto-registration does not work (no source gen running). (#2950)

Bug Fixes

  • Fix custom connection name not working when using IDurableClientFactory.CreateClient() - contributed by @​hctan
  • Made durable extension for isolated worker configuration idempotent, allowing multiple calls safely. (#2950)

Breaking Changes

Dependency Updates

Commits
  • 62f1d13 Update MaxQueuePollingInterval default for Flex Consumption apps (#2953)
  • 93eddb6 Use consistent scaler IDs for target-based and scale monitor implementations ...
  • e8133bd Update DurableTaskScaleMonitor.cs (#2976)
  • 860216c Make scalers into per-task hub singletons (cherry pick #2967) (#2974)
  • 8ad9682 Update Worker.Extensions.DurableTask.csproj (#2966)
  • 826f09a Update Assembly Version and Increase Worker.Extensions.DurableTask to 1.2.0 f...
  • 4382283 initial commit (#2963)
  • 3d738e4 Update Test Project to Target .NET 6 for WebJobs.Extensions.DurableTask Compa...
  • 6adcc02 Add pipeline support for v3.x (#2960) (#2961)
  • f0b360b Increase Azure.Identity to v1.12.1 (#2959)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Dec 9, 2024
@dependabot dependabot bot force-pushed the dependabot/nuget/source/TestCommon/Microsoft.Azure.WebJobs.Extensions.DurableTask-3.0.2 branch from a48df61 to 6ebd14a Compare December 9, 2024 14:00
Bumps [Microsoft.Azure.WebJobs.Extensions.DurableTask](https://github.com/Azure/azure-functions-durable-extension) from 2.13.7 to 3.0.2.
- [Release notes](https://github.com/Azure/azure-functions-durable-extension/releases)
- [Changelog](https://github.com/Azure/azure-functions-durable-extension/blob/dev/release_notes.md)
- [Commits](Azure/azure-functions-durable-extension@v2.13.7...v3.0.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/source/TestCommon/Microsoft.Azure.WebJobs.Extensions.DurableTask-3.0.2 branch from 6ebd14a to 76d8d93 Compare December 27, 2024 09:48
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