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 the dependencies group with 3 updates #469

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dependencies group with 3 updates: Azure.Identity, Microsoft.Azure.WebJobs.Extensions.DurableTask and Newtonsoft.json.

Updates Azure.Identity from 1.13.1 to 1.12.1

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

Updates Newtonsoft.json from 13.0.3 to 13.0.1

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 3 updates: [Azure.Identity](https://github.com/Azure/azure-sdk-for-net), [Microsoft.Azure.WebJobs.Extensions.DurableTask](https://github.com/Azure/azure-functions-durable-extension) and [Newtonsoft.json](https://github.com/JamesNK/Newtonsoft.Json).


Updates `Azure.Identity` from 1.13.1 to 1.12.1
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Identity_1.13.1...Azure.Identity_1.12.1)

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)

Updates `Newtonsoft.json` from 13.0.3 to 13.0.1
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@13.0.3...13.0.1)

---
updated-dependencies:
- dependency-name: Azure.Identity
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: Microsoft.Azure.WebJobs.Extensions.DurableTask
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: Newtonsoft.json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

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 18, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 25, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 25, 2024
@dependabot dependabot bot deleted the dependabot/nuget/dependencies-8ec789dcfb branch November 25, 2024 10:12
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