This topic describes the release notes of the SDK for Python. To ensure optimal performance and stability, we recommend that you download the latest version of the SDK.
Usage notes
- Only Python 2.5 or later is supported.
- The Account, Queue, Topic, and Subscription structures in the SDK are not thread-safe. You must independently create instances in multi-threading scenarios.
Version 1.1.5
- Release date
2019-04-26
Click here to download the SDK.
- New feature
Python 3 is supported.
Version 1.1.4
- Release date
2017-03-23
Click here to download the SDK.
- New features
- Phone numbers can be specified as endpoints of subscriptions to topics.
- Chinese characters are supported in topics and queues.
- MNS endpoints, AccessKey ID, and AccessKey secret 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.
Version 1.1.3
- Release date
2016-09-13
Click here to download the SDK.
- New features
- RequestID can be passed through MNS .
- MNS queues and mail addresses can be specified as endpoints of subscriptions to topcics.
- The JSON format is supported for topics.
- The configuration file can be specified by using the mnscmd tool.
- Installation and running
- Download the SDK and decompress the package.
- Go to the mns_python_sdk directory, and follow the instructions in the README file to install and use the SDK.
Version 1.1.2
- Release date
2016-05-23
Click here to download the SDK.
- New features
- The message filtering feature is supported for topics.
- The sample directory that contains the detailed sample code is supported.
- Installation and running
- Download the SDK and decompress the package.
- Go to the mns_python_sdk directory, and follow the instructions in the README file to install and use the SDK.
Version 1.1.1
- Release date
2016-03-28
Click here to download the SDK.
- New features
- The HTTPS protocol is supported.
- The logging feature is supported.
- Installation and running
- Download the SDK and decompress the package.
- Go to the mns_python_sdk directory and follow the instructions in the README file to install and use the SDK.
Version 1.1.0
- Release date
2016-01-05
Click here to download the SDK.
- New features
- The topic feature is supported.
- Security Token Service (STS) tokens are supported.
- Installation and running
- Download the SDK and decompress the package.
- Go to the mns_python_sdk directory and follow the instructions in the README file to install and use the SDK.
Version 1.0.2
- Release date
2015-06-09
Click here to download the SDK.
- New features
- The SDK can be installed.
- The mnscmd tool is supported.
- The API version: "x-mns-version"="2015-06-06" is supported.
- The BatchSendMessage, BatchReceiveMessage, BatchPeekMessage, and BatchDeleteMessage operations are supported.
- Installation and running
- Download the SDK and decompress the package.
- Go to the mns_python_sdk directory and follow the instructions in the README file to install and use the SDK.
Version 1.0.1
- Release date
2015-02-03
Click here to download the SDK.
- New features
- 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.
Version 1.0.0
- Release date
2014-08-01
Click here to download the SDK.
- New feature
Initial release.