Skip to content
This repository was archived by the owner on Jun 15, 2026. It is now read-only.

Releases: Azure/azure-storage-queue-php

Storage Client Library for Queue 1.3.4

Choose a tag to compare

@vinjiang vinjiang released this 09 Oct 03:32

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

Choose a tag to compare

@vinjiang vinjiang released this 30 Dec 06:51

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

Choose a tag to compare

@vinjiang vinjiang released this 28 Aug 09:52

2020.08 - version 1.3.2

  • Lower case query parameter names.

Storage Client Library for Queue 1.3.1

Choose a tag to compare

@vinjiang vinjiang released this 02 Jan 23:29

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

Choose a tag to compare

@vinjiang vinjiang released this 26 Apr 15:14

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

Choose a tag to compare

@vinjiang vinjiang released this 26 Mar 10:08

2019.03 - version 1.2.0

  • Documentation refinement.

Storage Client Library for Queue 1.1.1

Choose a tag to compare

@vinjiang vinjiang released this 02 Aug 11:22

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

Choose a tag to compare

@vinjiang vinjiang released this 26 Apr 07:56

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

Choose a tag to compare

@vinjiang vinjiang released this 11 Jan 04:56

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.