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-storage-blob from 1.5.2 to 1.5.3 #865

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2021

Bumps microsoft/azure-storage-blob from 1.5.2 to 1.5.3.

Release notes

Sourced from microsoft/azure-storage-blob's releases.

Storage Client Library for Blob 1.5.3

2021.09 - version 1.5.3

  • Upgraded dependency for azure-storage-common to version 1.5.2.
  • Resolved some interface inconsistency between IBlob/BlobRestProxy.
  • Imported Psr\Http\Message\StreamInterface in IBlob.
Changelog

Sourced from microsoft/azure-storage-blob's changelog.

2021.09 - version 1.5.3

  • Upgraded dependency for azure-storage-common to version 1.5.2.
  • Resolved some interface inconsistency between IBlob/BlobRestProxy.
  • Imported Psr\Http\Message\StreamInterface in IBlob.

2020.12 - version 1.5.2

  • Resolved an issue where access condition does not work for large block blob uploads.
  • Guzzle version is now updated to support both 6.x and 7.x.

2020.08 - version 1.5.1

  • Lower case query parameter names.

2020.01 - version 1.5.0

  • Added support to include deleted in blob list.
  • Added support to undelete a blob.
  • Fixed the issue in SAS token where special characters were not correctly encoded.
  • Samples no longer uses ‘BlobRestProxy’ directly, instead, ‘ServicesBuilder’ is used.

2019.04 - version 1.4.0

  • Added support for OAuth authentication.
  • Resolved some issues on Linux platform.

2019.03 - version 1.3.0

  • Fixed a bug where blob name '0' cannot be created.
  • Documentation refinement.
  • ListContainer now can have ETag more robustly fetched from response header.

2018.08 - version 1.2.0

  • Updated Azure Storage API version from 2016-05-31 to 2017-04-17.
  • Added method setBlobTier method in BlobRestProxy to set blob tiers.
  • Added support setting or getting blob tiers related properties when creating blobs, listing blobs, getting blob properties and copying blobs.
  • Set the getBlobUrl() method in BlobRestProxy visibility to public.

2018.04 - version 1.1.0

  • Private method BlobRestProxy::getBlobUrl now preserves primary URI path when exists.
  • MD files are modified for better readability and formatting.
  • CACERT can now be set when creating RestProxies using $options parameter.
  • Added a sample in BlobSamples.php to list all blobs with certain prefix. This is a recommended implementation of using continuation token to list all the blobs.
  • Removed unnecessary trailing spaces.
  • Assertions are re-factored in test cases.
  • Now the test framework uses PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase.

2018.01 - version 1.0.0

  • Created BlobSharedAccessSignatureHelper and moved method SharedAccessSignatureHelper::generateBlobServiceSharedAccessSignatureToken() into BlobSharedAccessSignatureHelper.

... (truncated)

Commits
  • 9aec3e1 source code copied from azure-storage-php for v1.5.3-blob release
  • See full diff 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 dependabot bot force-pushed the dependabot/composer/microsoft/azure-storage-blob-1.5.3 branch from c2667f7 to bc83323 Compare November 30, 2021 09:25
@MichaIng
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/composer/microsoft/azure-storage-blob-1.5.3 branch from bc83323 to 6ba0595 Compare February 22, 2022 21:42
@MichaIng
Copy link
Member

This updates a deprecated function call: #999
Might help solving guzzle bump on server, but not sure where the still left calls are done: nextcloud/server#30210

@dependabot dependabot bot force-pushed the dependabot/composer/microsoft/azure-storage-blob-1.5.3 branch from 6ba0595 to 5f3b2c9 Compare April 12, 2022 17:43
@blizzz blizzz added this to the Nextcloud 25 milestone Apr 21, 2022
@dependabot dependabot bot force-pushed the dependabot/composer/microsoft/azure-storage-blob-1.5.3 branch from 5f3b2c9 to c9aee3e Compare April 26, 2022 06:11
@dependabot dependabot bot force-pushed the dependabot/composer/microsoft/azure-storage-blob-1.5.3 branch from c9aee3e to bba8691 Compare June 21, 2022 11:13
Bumps [microsoft/azure-storage-blob](https://github.com/Azure/azure-storage-blob-php) from 1.5.2 to 1.5.3.
- [Release notes](https://github.com/Azure/azure-storage-blob-php/releases)
- [Changelog](https://github.com/Azure/azure-storage-blob-php/blob/master/ChangeLog.md)
- [Commits](Azure/azure-storage-blob-php@v1.5.2...v1.5.3)

---
updated-dependencies:
- dependency-name: microsoft/azure-storage-blob
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/composer/microsoft/azure-storage-blob-1.5.3 branch from bba8691 to a06a4a6 Compare June 21, 2022 14:29
@skjnldsv skjnldsv modified the milestones: Nextcloud 25, Nextcloud 26 Aug 19, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 3, 2022

Superseded by #1156.

@dependabot dependabot bot closed this Sep 3, 2022
@dependabot dependabot bot deleted the dependabot/composer/microsoft/azure-storage-blob-1.5.3 branch September 3, 2022 01:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants