Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps Azure.Data.Tables, Azure.Storage.Blobs, Microsoft.ApplicationInsights and Microsoft.Azure.WebJobs.Extensions.DurableTask. These dependencies needed to be updated together.
Updates Azure.Data.Tables from 12.8.3 to 12.8.3

Commits

Updates Azure.Storage.Blobs from 12.21.0 to 12.20.0

Commits

Updates Microsoft.ApplicationInsights from 2.22.0 to 2.21.0

Changelog

Sourced from Microsoft.ApplicationInsights's changelog.

Version 2.22.0

  • no changes since beta.

Version 2.22.0-beta4

Version 2.22.0-beta3

Version 2.22.0-beta2

Version 2.22.0-beta1

Version 2.21.0

  • no changes since beta.

Version 2.21.0-beta3

Version 2.21.0-beta2

Version 2.21.0-beta1

Version 2.20

... (truncated)

Commits

Updates Microsoft.Azure.WebJobs.Extensions.DurableTask from 2.13.7 to 3.0.0

Release notes

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

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

Updates

Dependency Updates

Notes

... (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
  • 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...
  • 9facae2 merge latest change from main
  • aa30752 Make durable client registration idempotent. (#2950)
  • 79e2295 Add WaitForCompletionOrCreateCheckStatusResponseAsync to Microsoft.Azure.Func...
  • 8470f3d Fail fast if ExtendedSessionsEnabled is requested for a non-.NET worker. (#...
  • 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)

…ights and Microsoft.Azure.WebJobs.Extensions.DurableTask

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

Updates `Azure.Data.Tables` from 12.8.3 to 12.8.3
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Data.Tables_12.8.3...Azure.Data.Tables_12.8.3)

Updates `Azure.Storage.Blobs` from 12.21.0 to 12.20.0
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Storage.Blobs_12.21.0...Azure.Storage.Blobs_12.20.0)

Updates `Microsoft.ApplicationInsights` from 2.22.0 to 2.21.0
- [Release notes](https://github.com/Microsoft/ApplicationInsights-dotnet/releases)
- [Changelog](https://github.com/microsoft/ApplicationInsights-dotnet/blob/main/CHANGELOG.md)
- [Commits](microsoft/ApplicationInsights-dotnet@2.22.0...2.21.0)

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

---
updated-dependencies:
- dependency-name: Azure.Data.Tables
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Azure.Storage.Blobs
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.ApplicationInsights
  dependency-type: direct:production
  update-type: version-update:semver-minor
- 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 added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Nov 14, 2024
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 27, 2024

Superseded by #142.

@dependabot dependabot bot closed this Nov 27, 2024
@dependabot dependabot bot deleted the dependabot/nuget/multi-70462b3393 branch November 27, 2024 21:18
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.

1 participant