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.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.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.0
Release date | Description |
2014-08-01 | SMQ SDK for Python is released. |