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.4
2020.12 - version 1.2.4
- Fixed an issue where 400 is reported for some curl versions.
- Guzzle version is now updated to support both 6.x and 7.x.
Storage Client Library for Table 1.1.4
2020.12 - version 1.1.4
- Guzzle version is now updated to support both 6.x and 7.x.
Storage Client Library for Blob 1.5.1
2020.08 - version 1.5.1
- Lower case query parameter names.
Storage Client Library for Common 1.5.0
2020.08 - version 1.5.0
- Resolved TLS 1.2 issue and some test issues.
- Check $uri null type before array/string access.
- Accept DateTimeImmutable as EdmType input.
- Added client-request-id to requests.
- Updated getContinuationToken return type.
- Call static methods using
static::
notself::
. - Added $isSecondary parameter for appendBlobRetryDecider.
- Retry on no response from server after a successful connection
Storage Client Library for Queue 1.3.2
2020.08 - version 1.3.2
- Lower case query parameter names.
Storage Client Library for File 1.2.3
2020.08 - version 1.2.3
- Lower case query parameter names.
Storage Client Library for Table 1.1.3
2020.08 - version 1.1.3
- Lower case query parameter names.
Storage Client Library for Blob 1.5.0
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.
Storage Client Library for Common 1.4.1
2020.01 - version 1.4.1
- Changed to perform override existence instead of value check for ‘$options[‘verify’]’ in ‘ServiceRestProxy’.
Storage Client Library for Queue 1.3.1
2020.01 - version 1.3.1
- Fixed the issue in SAS token where special characters were not correctly encoded.