We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ada561 commit a57f959Copy full SHA for a57f959
CHANGELOG.md
@@ -1,3 +1,18 @@
1
+## 0.10.1 (2021-02-07)
2
+
3
+ENHANCEMENTS:
4
5
+- Update all APIs of `VPC` (#82)
6
+- Update all APIs of `UDisk` (#81)
7
+- Update all APIs of `UNet` (#80)
8
+- Update all APIs of `UHost` (#76)
9
10
+BUG FIXES:
11
12
+- (**BROKEN CHANGE**) Fix `DescribeRouteTable` field `SubnetCount` from `string` to `integer` (#82)
13
+- (**BROKEN CHANGE**) Fix `CloneRouteTable` field `Region` as `Required` (#82)
14
+- (**BROKEN CHANGE**) Fix `UHostDiskSet` field `Encrypted` from `string` to `boolean` (#76)
15
16
## 0.10.0 (2020-11-26)
17
18
FEATURES:
ucloud/version.py
@@ -1 +1 @@
-version = "0.10.0"
+version = "0.10.1"
0 commit comments