Skip to content

Releases: ucloud/ucloud-sdk-python3

0.6.2 (2019-10-25)

25 Oct 10:56
5827f9b
Compare
Choose a tag to compare
0.6.2 (2019-10-25) Pre-release
Pre-release

ENHANCEMENTS:

  • Update fields of UHost api
  • Add DescribeIsolationGroup of UHost
  • Add DescribeUHostInstanceSnapshot of UHost

BUG FIXES:

  • Fix fields of BatchDescribeNewUcdnDomain

0.6.1 (2019-10-25)

25 Oct 07:51
28871f1
Compare
Choose a tag to compare
0.6.1 (2019-10-25) Pre-release
Pre-release

BUG FIXES:

  • fix UCDN response fields

0.6.0 (2019-10-23)

23 Oct 14:07
a068473
Compare
Choose a tag to compare
0.6.0 (2019-10-23) Pre-release
Pre-release

FEATURES:

  • add UCDN product

ENHANCEMENTS:

  • Add toolkit for auto release

v0.5.1

24 Sep 11:51
5647df4
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release

BUGFIX:

  • Mark region config is optional
  • Update field CPUSet at the model PHostSetSchema

v0.5.0

23 Sep 13:36
3e42543
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

FEATURE:

  • Add SendUSMSMessage as public api
  • Add GetUSMSSendReceipt as public api
  • Add CreateUSMSSignature as public api
  • Add QueryUSMSSignature as public api
  • Add UpdateUSMSSignature as public api
  • Add DeleteUSMSSignature as public api
  • Add CreateUSMSTemplate as public api
  • Add QueryUSMSTemplate as public api
  • Add UpdateUSMSTemplate as public api
  • Add DeleteUSMSTemplate as public api

v0.4.0

22 Aug 02:36
44fe5cc
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

ENHANCEMENT:

  • Add test scenario and improve the testing framework (#12)
  • Improve continuous deployment workflow, integration on a private cluster (#12)

BUGFIX:

  • Fix unexpected error when project id is empty (#12)

v0.3.2

09 Aug 09:31
42e38e3
Compare
Choose a tag to compare
v0.3.2 Pre-release
Pre-release

FEATURE:

  • Add parameters encoding for array on general invoking (#10)

v0.3.1

06 Aug 08:19
621c16b
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

FEATURE:

  • Add testing framework supported scenario and step, inspire by ThoughtWorks, Guage (#9)

ENHANCEMENT:

  • Add unit testing cases to improving line coverage at core modules. (#9)
  • Improved CI workflow. (#9)

BUGFIX:

  • Fix JSON decoding error for py3.5. (#9)

v0.3.0

22 Jul 13:28
214e08e
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

FEATURE:

  • Add the SDK of StepFlow product (#8)

BUGFIX:

  • Fix the NoneType error for RetCodeException (#8)

v0.2.0

19 Jul 13:11
5ea3116
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

FEATURE:

  • Set zero-value as the default value for container types (list, dict) (#7)
  • Add case-insensitive converting at the schema (#7)
  • Add non-strict mode for the type system (#7)