Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Releases: Azure/azure-storage-php

Storage Client Library for File 1.2.0

26 Mar 09:45
Compare
Choose a tag to compare

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

02 Aug 10:49
c6fd3d9
Compare
Choose a tag to compare

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

02 Aug 10:52
c6fd3d9
Compare
Choose a tag to compare

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.

Storage Client Library for Queue 1.1.1

02 Aug 10:52
c6fd3d9
Compare
Choose a tag to compare

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

26 Apr 07:25
1afdf1c
Compare
Choose a tag to compare

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 of PHPUnit_Framework_TestCase.

Storage Client Library for Queue 1.1.0

26 Apr 07:25
1afdf1c
Compare
Choose a tag to compare

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 of PHPUnit_Framework_TestCase.

Storage Client Library for File 1.1.0

26 Apr 07:26
1afdf1c
Compare
Choose a tag to compare

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 of PHPUnit_Framework_TestCase.

Storage Client Library for Common 1.1.0

26 Apr 07:22
1afdf1c
Compare
Choose a tag to compare

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 of PHPUnit_Framework_TestCase.

Storage Client Library for Blob 1.1.0

26 Apr 07:23
1afdf1c
Compare
Choose a tag to compare

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.

Storage Client Library for Table 1.0.0

11 Jan 01:43
89e7bcd
Compare
Choose a tag to compare

2018.01 - version 1.0.0

  • Created TableSharedAccessSignatureHelper and moved method SharedAccessSignatureHelper::generateTableServiceSharedAccessSignatureToken() into TableSharedAccessSignatureHelper.
  • Added static builder methods createTableService into TableRestProxy.
  • Removed dataSerializer parameter from TableRextProxy constructor.
  • Will change variable type according to EdmType specified when serializing table entity values.
  • Deprecated PHP 5.5 support.