azure-storage-blob-php

This repo is used for releasing only, please go to https://github.com/azure/azure-storage-php for submitting issues or contribution.

MIT License

Downloads
10.4M
Stars
52
Committers
5

Bot releases are visible (Hide)

azure-storage-blob-php - Storage Client Library for Blob 1.5.4 Latest Release

Published by vinjiang about 2 years ago

2022.08 - version 1.5.4

  • Check $copyProgress is not null before using it in strpos.
azure-storage-blob-php - Storage Client Library for Blob 1.5.3

Published by vinjiang about 3 years ago

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.
azure-storage-blob-php - Storage Client Library for Blob 1.5.2

Published by vinjiang almost 4 years ago

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.
azure-storage-blob-php - Storage Client Library for Blob 1.5.1

Published by vinjiang about 4 years ago

2020.08 - version 1.5.1

  • Lower case query parameter names.
azure-storage-blob-php - Storage Client Library for Blob 1.5.0

Published by vinjiang almost 5 years ago

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.
azure-storage-blob-php - Storage Client Library for Blob 1.4.0

Published by vinjiang over 5 years ago

2019.04 - version 1.4.0

  • Added support for OAuth authentication.
  • Resolved some issues on Linux platform.
azure-storage-blob-php - Storage Client Library for Blob 1.3.0

Published by vinjiang over 5 years ago

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.
azure-storage-blob-php - Storage Client Library for Blob 1.2.0

Published by vinjiang about 6 years ago

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.
azure-storage-blob-php - Storage Client Library for Blob 1.1.0

Published by vinjiang over 6 years ago

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.
azure-storage-blob-php - Storage Client Library for Blob 1.0.0

Published by vinjiang almost 7 years ago

2018.01 - version 1.0.0

  • Created BlobSharedAccessSignatureHelper and moved method SharedAccessSignatureHelper::generateBlobServiceSharedAccessSignatureToken() into BlobSharedAccessSignatureHelper.
  • Added static builder methods createBlobService and createContainerAnonymousAccess into BlobRestProxy.
  • Removed dataSerializer parameter from BlobRextProxy constructor.
  • Added setUseTransactionalMD5 method for options of BlobRestProxy::CreateBlockBlob and BlobRestProxy::CreatePageBlobFromContent. Default false, enabling transactional MD5 validation will take more cpu and memory resources.
  • Fixed a bug that CopyBlobFromURLOptions not found.
  • Deprecated PHP 5.5 support.
Package Rankings
Top 1.11% on Packagist.org
Badges
Extracted from project README
Latest Stable Version
Related Projects