This repository has been 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
generateCanonicalResource
returns an empty string if$resource
starts 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
setBlobTier
method inBlobRestProxy
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 inBlobRestProxy
visibility 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
$options
parameter. - Removed unnecessary trailing spaces.
- Assertions are re-factored in test cases.
- Now the test framework uses
PHPUnit\Framework\TestCase
instead 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
$options
parameter. - Removed unnecessary trailing spaces.
- Assertions are re-factored in test cases.
- Now the test framework uses
PHPUnit\Framework\TestCase
instead 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
$options
parameter. - Removed unnecessary trailing spaces.
- Assertions are re-factored in test cases.
- Now the test framework uses
PHPUnit\Framework\TestCase
instead 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
$options
parameter. - Removed unnecessary trailing spaces.
- Assertions are re-factored in test cases.
- Now the test framework uses
PHPUnit\Framework\TestCase
instead 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
$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 ofPHPUnit_Framework_TestCase
.
Storage Client Library for Table 1.0.0
2018.01 - version 1.0.0
- Created
TableSharedAccessSignatureHelper
and moved methodSharedAccessSignatureHelper::generateTableServiceSharedAccessSignatureToken()
intoTableSharedAccessSignatureHelper
. - Added static builder methods
createTableService
intoTableRestProxy
. - Removed
dataSerializer
parameter fromTableRextProxy
constructor. - Will change variable type according to EdmType specified when serializing table entity values.
- Deprecated PHP 5.5 support.