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 Blob 1.5.4
2022.08 - version 1.5.4
- Check
$copyProgress
is not null before using it instrpos
.
Storage Client Library for Table 1.1.6
2022.08 - version 1.1.6
- Removed EOL from Content-Type header in batch API.
Storage Client Library for Blob 1.5.3
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
inIBlob
.
Storage Client Library for Common 1.5.2
2021.09 - version 1.5.2
- Added support for guzzle 7.3.
- Resolve some warnings when calling
Psr7\stream_for
, usesUtils::streamFor
instead. - Added colon to non-UTC timestamps.
- Fixed type hint for
ServiceException::getResponse()
. - Fixed random number range that might cause an overflow in the guid generation.
- Added logic to convert to exception when promise is rejected with string.
- Compares
strlen
result with an integer instead of string.
Storage Client Library for Queue 1.3.4
2021.09 - version 1.3.4
- Upgraded dependency for
azure-storage-common
to version 1.5.2.
Storage Client Library for File 1.2.5
2021.09 - version 1.2.5
- Upgraded dependency for
azure-storage-common
to version 1.5.2.
Storage Client Library for Table 1.1.5
2021.09 - version 1.1.5
- Upgraded dependency for
azure-storage-common
to version 1.5.2. - Fixed a bug where
QueryEnttitiesResult
with a nullNextRowKey
won't work. - Return integer from a sorting callback, not bool.
Storage Client Library for Blob 1.5.2
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.
Storage Client Library for Common 1.5.1
2020.12 - version 1.5.1
- Guzzle version is now updated to support both 6.x and 7.x.
Storage Client Library for Queue 1.3.3
2020.12 - version 1.3.3
- Guzzle version is now updated to support both 6.x and 7.x.