All Products
Search
Document Center

Simple Message Queue (formerly MNS):Versions

Last Updated:Nov 20, 2024

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

Version 1.2.0

Release date

Description

Download URL

2024-07-26

  • 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.

    • More methods are supported, such as receive_message_with_str_body. The message body of receive_message_with_str_body is a string.

    • Sample code that supports the preceding features is provided.

  • Fixed issues

    • The client reports that the SDK version is incorrect.

    • When you call the PeekMessage operation to manage a queue, the Base64 codec settings specified for the queue do not take effect and only Base64 decoding is performed.

    • The issue of compatibility with Python.

Download SDK

Version 1.1.6

Release date

Description

Download URL

2021-05-13

  • Receipt handles that are returned after you send messages are parsed.

  • The issue of compatibility with Python 3 is fixed.

Download SDK

Version 1.1.5

Release date

Description

Download URL

2019-04-26

Python 3 is supported.

Download SDK

Version 1.1.4

Release date

Description

Download URL

2017-03-23

  • Phone numbers can be specified as endpoints of subscriptions to topics.

  • Chinese characters are supported in messages of topics and queues.

  • SMQ endpoints, AccessKey IDs, and AccessKey secrets can be specified by using the mnscmd tool.

  • Base64 encoding and decoding for queue messages can be enabled or disabled by using the mnscmd tool.

Download SDK

Version 1.1.3

Release date

Description

Download URL

2016-09-13

  • Request IDs can be sent to SMQ.

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

  • The JSON format is supported for topics.

  • The configuration file can be specified by using the mnscmd tool.

Download SDK

Version 1.1.2

Release date

Description

Download URL

2016-05-23

  • The message filtering feature is supported for topics.

  • The sample directory that contains the detailed sample code is supported.

Download SDK

Version 1.1.1

Release date

Description

Download URL

2016-03-28

  • The HTTPS protocol is supported.

  • The logging feature is supported.

Download SDK

Version 1.1.0

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.2

Release date

Description

Download URL

2015-06-09

  • The SDK can be installed.

  • The mnscmd tool is supported.

  • The API of the 2015-06-06 version is supported.

  • The BatchSendMessage, BatchReceiveMessage, BatchPeekMessage, and BatchDeleteMessage operations are supported.

Download SDK

Version 1.0.1

Release date

Description

Download URL

2015-02-03

  • The data type for non-string parameters of a queue is unified as INT.

  • The HTTP status code that is returned by the SetQueueAttribute operation is modified to 204.

Download SDK

Version 1.0.0

Release date

Description

2014-08-01

SMQ SDK for Python is released.