Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

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

Release notes

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

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

No release notes provided.

Microsoft.Azure.WebJobs 3.0.23

Commits
  • bacde74 moving storage to 4.0.3 (#2596)
  • ffb46ba Merge pull request #2592 from Azure/developer/hamids/updateregexes
  • b36006c Allocating a lot less in ExceptionFormatter.GetFormattedException (#2510)
  • e6c470d Remove RegexOptions.Compiled for code paths executed during cold start
  • 6280022 Fix Max number of function execution attempts, bump sdk version (#2582)
  • 36917b9 Add function execution retry support (#2463)
  • 8aba142 Removed unnecessary dependency on AspNetMvcCore (#2536)
  • a140585 Added logging for blob accesses during (input/output) binding (#2557)
  • 309cf3e Remove webjobs package reference (#2574)
  • 5c117bf Update WebJobs SDKto 3.0.22 (#2572)
  • 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 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.3.
- [Release notes](https://github.com/Azure/azure-webjobs-sdk/releases)
- [Commits](Azure/azure-webjobs-sdk@v3.0.1...storage-v4.0.3)

Signed-off-by: dependabot-preview[bot] <[email protected]>
@dependabot-preview dependabot-preview bot added .NET Pull requests that update .net code dependencies labels Oct 2, 2020
@stale
Copy link

stale bot commented Dec 25, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the goneStale label Dec 25, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #841.

@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/Microsoft.Azure.WebJobs.Extensions.Storage-4.0.3 branch February 15, 2021 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies goneStale .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant