Skip to content

Releases: devmiek/tencent-cloud-sdk-python

Tencent Cloud SDK - v0.1.4-Beta

04 Mar 13:01

Choose a tag to compare

Pre-release

😘 We are very pleased to announce that this is the 0.1.4 Beta release of the Tencent Cloud SDK for Python. In this release we have fixed many known issues and added some new features.

Starting with this release, any client instance can access a public property named proxies. This property indicates one or more proxy server configurations set by the current client instance, and developers can now modify it at runtime.

It is worth noting that from this release, any product client inherits from the type UniversalClient rather than the type BaseClient, which will make it easier for developers to develop new product client types.

Note that environment credentials may not work in Tencent Cloud's serverless cloud functions in 0.1.3 Beta or earlier, and have been fixed in 0.1.4 Beta.

If you run into any issues, please let us know via the Issue Tracker on GitHub.

Tencent Cloud SDK - v0.1.3-Beta

26 Feb 12:07

Choose a tag to compare

Pre-release

😁 We are very pleased to announce that this is the second beta release of the Tencent Cloud SDK for Python. We have fixed several known bugs in the previous version and added some new features in this version.

It is worth noting that the serverless cloud function product client of the Tencent Cloud SDK for Python now supports "layer management" and monitoring data reporting; all client objects support access to the bound access credentials and allow setting new access credential information Wait...

We have added an advanced feature to the new version, which we will call the "Error Manager". With the Error Manager, developers can write custom error handler routines and respond to errors of interest (such as immediately retrying the operation that caused the error, exponential backoff retry, or throwing an exception ...).

If you run into any issues, please let us know via the Issue Tracker on GitHub.