This repository was archived by the owner on May 8, 2024. It is now read-only.
Releases: Azure/azure-storage-php
Releases · Azure/azure-storage-php
Storage Client Library for File 1.2.0
2019.03 - version 1.2.0
- Fixed a bug where file name '0' cannot be created.
- Documentation refinement.
Storage Client Library for Common 1.2.0
2018.08 - version 1.2.0
- Fixed a bug
generateCanonicalResourcereturns an empty string if$resourcestarts with "/". - Supported optional middleware retry on connection failures.
- Fixed a typo of
DEAFULT_RETRY_INTERVAL.
Storage Client Library for Blob 1.2.0
2018.08 - version 1.2.0
- Updated Azure Storage API version from 2016-05-31 to 2017-04-17.
- Added method
setBlobTiermethod inBlobRestProxyto 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 inBlobRestProxyvisibility to public.
Storage Client Library for Queue 1.1.1
2018.08 - version 1.1.1
- Fixed a bug in documents that getMessageId method should return string instead of integer.
Storage Client Library for Table 1.1.0
2018.04 - version 1.1.0
- MD files are modified for better readability and formatting.
- CACERT can now be set when creating RestProxies using
$optionsparameter. - Removed unnecessary trailing spaces.
- Assertions are re-factored in test cases.
- Now the test framework uses
PHPUnit\Framework\TestCaseinstead ofPHPUnit_Framework_TestCase.
Storage Client Library for Queue 1.1.0
2018.04 - version 1.1.0
- MD files are modified for better readability and formatting.
- CACERT can now be set when creating RestProxies using
$optionsparameter. - Removed unnecessary trailing spaces.
- Assertions are re-factored in test cases.
- Now the test framework uses
PHPUnit\Framework\TestCaseinstead ofPHPUnit_Framework_TestCase.
Storage Client Library for File 1.1.0
2018.04 - version 1.1.0
- MD files are modified for better readability and formatting.
- CACERT can now be set when creating RestProxies using
$optionsparameter. - Removed unnecessary trailing spaces.
- Assertions are re-factored in test cases.
- Now the test framework uses
PHPUnit\Framework\TestCaseinstead ofPHPUnit_Framework_TestCase.
Storage Client Library for Common 1.1.0
2018.04 - version 1.1.0
- MD files are modified for better readability and formatting.
- CACERT can now be set when creating RestProxies using
$optionsparameter. - Removed unnecessary trailing spaces.
- Assertions are re-factored in test cases.
- Now the test framework uses
PHPUnit\Framework\TestCaseinstead ofPHPUnit_Framework_TestCase.
Storage Client Library for Blob 1.1.0
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
$optionsparameter. - Added a sample in
BlobSamples.phpto 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\TestCaseinstead ofPHPUnit_Framework_TestCase.
Storage Client Library for Table 1.0.0
2018.01 - version 1.0.0
- Created
TableSharedAccessSignatureHelperand moved methodSharedAccessSignatureHelper::generateTableServiceSharedAccessSignatureToken()intoTableSharedAccessSignatureHelper. - Added static builder methods
createTableServiceintoTableRestProxy. - Removed
dataSerializerparameter fromTableRextProxyconstructor. - Will change variable type according to EdmType specified when serializing table entity values.
- Deprecated PHP 5.5 support.