Versions

Updated at:

This topic describes the release notes of Simple Message Queue (SMQ) SDK for PHP. We recommend that you download the latest version of SMQ SDK for PHP to obtain high performance and stability.

Version 1.3.7

Note

Version 1.3.7 or later corresponds to the SDK version with the same version number provided by GitHub and Packagist.

Release date

Description

Download URL

2024-07-17

  • Feature updates

    • You can obtain the AccessKey ID and AccessKey secret from environment variables. For more information, see Configure endpoints and access credentials.

    • Topic- and queue-related messages can be produced and consumed. You can encode and decode messages in Base64.

    • Sample code that supports the preceding features is provided.

  • Fixed issues

    • The client reports that the SDK version is incorrect.

    • The PHP versions are incompatible with guzzle.

    • Variables that are not defined are used during exception handling.

Download SDK

Version 1.3.6

Note

This version corresponds to SMQ SDK for PHP V1.1.0 provided by GitHub and Packagist.

Release date

Description

Download URL

2019-04-26

Composer can be installed.

Download SDK

Version 1.3.5

Release date

Description

Download URL

2017-06-06

The Priority parameter is supported for the SendMessage operation.

Download SDK

Version 1.3.4

Release date

Description

Download URL

2017-04-13

You can send Short Message Service (SMS) messages without specifying parameters.

Download SDK

Version 1.3.3

Release date

Description

Download URL

2016-12-15

You can push SMS messages and view the sample code in the TopicTest.php file.

Download SDK

Version 1.3.2

Release date

Description

Download URL

2016-11-03

  • You can configure the timeout period.

  • The parsing error of the Endpoint parameter in the response of the GetSubscriptionAttr operation is fixed.

Download SDK

Version 1.3.1

Release date

Description

Download URL

2016-05-19

The sample code used for receiving messages from topics is optimized.

Download SDK

Version 1.3.0

Release date

Description

Download URL

2016-02-25

SMQ queues and email addresses can be specified as endpoints of subscriptions.

Download SDK

Version 1.2.2

Release date

Description

Download URL

2016-02-25

The response error of the BatchSendMessage operation in the SDK for PHP is fixed.

Download SDK

Version 1.2.1

Release date

Description

Download URL

2016-02-22

By default, all messages in queues are encoded in Base64 in previous versions of SDKs. You can set the Base64 parameter to FALSE to disable the Base64 encoding when you call the getQueueRef operation.

Download SDK

Version 1.2.0

Release date

Description

Download URL

2016-02-14

The Base64 encoding is no longer supported for the PublishMessage operation.

Download SDK

Version 1.1.0

Note

This version does not correspond to SMQ SDK for PHP V1.0.0 provided by GitHub or Packagist.

Release date

Description

Download URL

2016-01-05

  • The topic feature is supported.

  • Security Token Service (STS) tokens are supported.

Download SDK

Version 1.0.0

Note

This version does not correspond to SMQ SDK for PHP V1.0.0 provided by GitHub or Packagist.

Release date

Description

Download URL

2015-11-07

SMQ SDK for PHP is released for the first time.

Download SDK