Skip to content

Tencent Cloud SDK - v0.2.4

Compare
Choose a tag to compare
@devmiek devmiek released this 05 Jan 15:19
4b02c49

Now, the SDK will automatically search for file credentials in multiple locations. The SDK will search the ., ./.tencent, and ~/.tencent directories in order and look for a file named credentials.json in them. This file contains 2 properties, secretId and secretKey. By default, environmental credentials take precedence.

This release resolves compatibility issues with Python 3.10 or later. Also, this version passes the compatibility test for CPython 3.6 ~ 3.10. If everything works, it will be the next stable release.