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 Microsoft.Azure.WebJobs.Extensions.Storage from 3.0.1 to 4.0.4 #841

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Feb 15, 2021

Bumps Microsoft.Azure.WebJobs.Extensions.Storage from 3.0.1 to 4.0.4.

Release notes

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

Microsoft.Azure.WebJobs.Extensions.Storage 4.0.4

Microsoft.Azure.WebJobs.Extensions.Storage 4.0.3

No release notes provided.

Microsoft.Azure.WebJobs.Extensions.Storage 4.0.2

This package is not yet available on nuget

Changes in this release:

Microsoft.Azure.WebJobs.Extensions.Storage 4.0.1

This package is available at https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.Storage/4.0.1.

Changes in this release:

  • Explicitly set NetworkTimeout for Queue.GetMessagesAsync() (#2503). The latest storage packages will cancel network timeouts, but defaults are not correctly applied for Queue operations (Azure/azure-storage-net#999). This change explicitly sets it to 100 seconds, which will also be the Storage default.

Microsoft.Azure.WebJobs.Extensions.Storage 4.0.0

This package is available at https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.Storage/4.0.0.

See https://github.com/Azure/azure-webjobs-sdk/releases/tag/storage-v4.0.0-preview2 and https://github.com/Azure/azure-webjobs-sdk/releases/tag/storage-v4.0.0-preview1 for details on changes in this release.

Important Storage namespaces have changed, so you may need to update your code if you are using any of the Storage types directly. Your code may continue to compile as you may have an implicit reference to the old Storage SDK, but it will fail at runtime if these have not been updated in your code:

  • For blobs and queues, Microsoft.WindowsAzure.Storage.* namespaces are now Microsoft.Azure.Storage.*.
  • For tables, the namespaces are now Microsoft.Azure.Cosmos.Table.*.

Microsoft.Azure.WebJobs.Extensions.Storage 4.0.0-preview2

https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.Storage/4.0.0-preview2

Bug fixes in this release:

  • When deployed on the Functions consumption plan, set MaxConnectionsPerServer to 50 for each created client. This keeps connections low in the consumption sandbox. (#2484)
  • Move to latest versions of Storage packages and absorb new deadlock cancellation behavior (#2486)

Microsoft.Azure.WebJobs.Extensions.Storage 4.0.0-preview1

This is a major update to the Microsoft.Azure.WebJobs.Extensions.Storage nuget package. The major changes:

  • The extension now depends on:
  • Namespaces have changed, so you may need to update your code if you are using any of the Storage types directly:
    • For blobs and queues, Microsoft.WindowsAzure.Storage.* namespaces are now Microsoft.Azure.Storage.*.
    • For tables, the namespaces are now Microsoft.Azure.Cosmos.Table.*.

Please let us know via the Issues in this repo if you run into problems with this package.

service-bus-3.10-beta1

... (truncated)

Commits

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [Microsoft.Azure.WebJobs.Extensions.Storage](https://github.com/Azure/azure-webjobs-sdk) from 3.0.1 to 4.0.4.
- [Release notes](https://github.com/Azure/azure-webjobs-sdk/releases)
- [Commits](Azure/azure-webjobs-sdk@v3.0.1...storage-v4.0.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/nuget/Microsoft.Azure.WebJobs.Extensions.Storage-4.0.4 branch from a00ee61 to d203267 Compare May 30, 2021 12:36
@dlemstra dlemstra merged commit 02be855 into master May 30, 2021
@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/Microsoft.Azure.WebJobs.Extensions.Storage-4.0.4 branch May 30, 2021 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant