Releases: Azure/azure-storage-queue-php
Releases · Azure/azure-storage-queue-php
Storage Client Library for Queue 1.3.4
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.
Storage Client Library for Queue 1.3.2
2020.08 - version 1.3.2
- Lower case query parameter names.
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.
Storage Client Library for Queue 1.3.0
2019.04 - version 1.3.0
- Added support for OAuth authentication.
- Resolved some issues on Linux platform.
Storage Client Library for Queue 1.2.0
2019.03 - version 1.2.0
- Documentation refinement.
Storage Client Library for Queue 1.1.1
2018.08 - version 1.1.1
- Fixed a bug in documents that
getMessageIdmethod should return string instead of integer.
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 Queue 1.0.0
2018.01 - version 1.0.0
- Created
QueueSharedAccessSignatureHelperand moved methodSharedAccessSignatureHelper::generateQueueServiceSharedAccessSignatureToken()intoQueueSharedAccessSignatureHelper. - Added static builder methods
createQueueServiceintoQueueRestProxy. - Removed
dataSerializerparameter fromQueueRextProxyconstructor. - Deprecated PHP 5.5 support.