Skip to content

Tags: ucloud-bot/ucloud-sdk-python2

Tags

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix api of and mark region config is optional (ucloud#11)

BUGFIX:

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

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
migrate from python3 (ucloud#10)

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

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix utf8 header in documentation (ucloud#8)

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add stepflow sdk (ucloud#5)

FEATURE:

- Add the SDK of `StepFlow` product (ucloud#5)

BUGFIX:

- Fix the `NoneType` error for `RetCodeException` (ucloud#5)

v0.2.0

Toggle v0.2.0's commit message
Feature/typesystem enhancement (ucloud#4)

* migrate from python3 sdk

* migrate from python3 sdk

v0.1.3

Toggle v0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
improve docs & fix user agent (ucloud#3)

ENHANCEMENT:

- Improve documentation: add response fields and models to service documentation (ucloud#3)

BUGFIX:

- Fix transport keywork arguments has no-effected error, add user-agent to default headers (ucloud#3)

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix sucure token (ucloud#2)