Skip to content

Releases: Azure/azure-storage-queue-php

Storage Client Library for Queue 1.3.4

09 Oct 03:32
Compare
Choose a tag to compare

2021.09 - version 1.3.4

  • Upgraded dependency for azure-storage-common to version 1.5.2.

Storage Client Library for Queue 1.3.3

30 Dec 06:51
Compare
Choose a tag to compare

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

28 Aug 09:52
Compare
Choose a tag to compare

2020.08 - version 1.3.2

  • Lower case query parameter names.

Storage Client Library for Queue 1.3.1

02 Jan 23:29
Compare
Choose a tag to compare

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

26 Apr 15:14
Compare
Choose a tag to compare

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

26 Mar 10:08
Compare
Choose a tag to compare

2019.03 - version 1.2.0

  • Documentation refinement.

Storage Client Library for Queue 1.1.1

02 Aug 11:22
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 Queue 1.1.0

26 Apr 07:56
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.0.0

11 Jan 04:56
Compare
Choose a tag to compare

2018.01 - version 1.0.0

  • Created QueueSharedAccessSignatureHelper and moved method SharedAccessSignatureHelper::generateQueueServiceSharedAccessSignatureToken() into QueueSharedAccessSignatureHelper.
  • Added static builder methods createQueueService into QueueRestProxy.
  • Removed dataSerializer parameter from QueueRextProxy constructor.
  • Deprecated PHP 5.5 support.