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

chore(deps): bump Microsoft.Azure.WebJobs.Extensions.DurableTask, Microsoft.Bcl.AsyncInterfaces and Microsoft.Extensions.Azure in /source #1396

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 27, 2024

Bumps Microsoft.Azure.WebJobs.Extensions.DurableTask, Microsoft.Bcl.AsyncInterfaces and Microsoft.Extensions.Azure. These dependencies needed to be updated together.
Updates Microsoft.Azure.WebJobs.Extensions.DurableTask from 2.13.7 to 3.0.1

Release notes

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

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

Notes

Durable Functions v3.0.0-rc.1

https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.DurableTask/3.0.0-rc.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
  • 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)
  • c9dcf15 Merge pull request #2958 from Azure/nytian/updatev3
  • cbedfe5 update CustomTestStorageAccountProvider to use IStorageServiceClientProviderF...
  • Additional commits viewable in compare view

Updates Microsoft.Bcl.AsyncInterfaces from 8.0.0 to 6.0.0

Commits
  • 4822e3c Update dependencies from https://github.com/dotnet/arcade build 20211022.3 (#...
  • bf20df1 [release/6.0] [wasm][debugger] Fix loading a non wasm page and then returning...
  • de75159 [release/6.0] Create a parent CMake project for building app bundles on CI (#...
  • 8da5835 [release/6.0] Update dependencies from dotnet/icu dotnet/emsdk (#60684)
  • 6f41165 [release/6.0] Tweak workload build to use _GenerateMsiVersionString target (#...
  • c86a857 [release/6.0] Update dependencies from dotnet/icu dotnet/emsdk dotnet/runtime...
  • 80ed1bd [release/6.0] Don't special case "Experimental" projects (#60643)
  • 263945a [release/6.0] Fix stable builds for some transport packages (#60635)
  • 034f191 Update mac installers location string (#60500)
  • 7907830 [release/6.0] Enforce scatter/gather file I/O Windows API requirements et. al...
  • Additional commits viewable in compare view

Updates Microsoft.Extensions.Azure from 1.7.6 to 1.7.0

Commits
  • f3de59f [Extensions] August release prep (#38080)
  • 9fdbb9b Fixed bug where Data Lake File and Directory Client constructors were not pro...
  • 2c1290d Increment package version after release of Azure.Core.Experimental (#38065)
  • 7046aac Increment package version after release of Azure.ResourceManager.StorageMover...
  • 231133e Increment package version after release of Azure.ResourceManager.AppContainer...
  • 95fefe6 Prepare to release AppContainers 1.1.0-beta.3 (#38071)
  • 2684d2c Preparation for Azure.Core.Experimental release 0.1.0-preview.29 (#38060)
  • 923fd0e [Storage] [DataMovement] Consolidated StorageResourceSingle methods parameter...
  • f666cb9 Increment package version after release of Azure.Search.Documents (#38061)
  • e7e1955 STG 90 Release Prep (#38059)
  • Additional commits viewable in compare view

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 requested a review from a team as a code owner November 27, 2024 08:29
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 27, 2024
@dependabot dependabot bot requested a review from ENDK-CCO November 27, 2024 08:29
@dependabot dependabot bot force-pushed the dependabot/nuget/source/multi-9e4bd661d4 branch from f1efc5e to 0dca894 Compare November 27, 2024 20:54
Copy link

github-actions bot commented Nov 28, 2024

Test results for \source\IntegrationTests\bin\Release\net8.0\Energinet.DataHub.EDI.IntegrationTests.dll

29 tests   29 ✅  11m 34s ⏱️
 1 suites   0 💤
 1 files     0 ❌

Results for commit cddafc0.

♻️ This comment has been updated with latest results.

…rosoft.Bcl.AsyncInterfaces and Microsoft.Extensions.Azure

Bumps [Microsoft.Azure.WebJobs.Extensions.DurableTask](https://github.com/Azure/azure-functions-durable-extension), [Microsoft.Bcl.AsyncInterfaces](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Azure](https://github.com/Azure/azure-sdk-for-net). These dependencies needed to be updated together.

Updates `Microsoft.Azure.WebJobs.Extensions.DurableTask` from 2.13.7 to 3.0.1
- [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.1)

Updates `Microsoft.Bcl.AsyncInterfaces` from 8.0.0 to 6.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v6.0.0)

Updates `Microsoft.Extensions.Azure` from 1.7.6 to 1.7.0
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Microsoft.Extensions.Azure_1.7.6...Microsoft.Extensions.Azure_1.7.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/source/multi-9e4bd661d4 branch from cddafc0 to c669926 Compare November 28, 2024 11:54
Copy link
Author

dependabot bot commented on behalf of github Dec 2, 2024

Looks like these dependencies are up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Dec 2, 2024
@dependabot dependabot bot deleted the dependabot/nuget/source/multi-9e4bd661d4 branch December 2, 2024 10:57
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants