Skip to content

Commit 2343e71

Browse files
release 3.1.134 source code
1 parent 4c6aef4 commit 2343e71

File tree

383 files changed

+3200
-1441
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

383 files changed

+3200
-1441
lines changed

CHANGELOG.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,58 @@
1+
# 3.1.134 2025-02-06
2+
3+
### HuaweiCloud SDK CCE
4+
5+
- _API Version_
6+
- V3
7+
- _Features_
8+
- None
9+
- _Bug Fix_
10+
- None
11+
- _Change_
12+
- **ShowClusterSupportConfiguration**
13+
- changes of request param
14+
- `+ cluster_id`
15+
- `+ cluster_type`
16+
- `+ cluster_version`
17+
- `+ network_mode`
18+
- `- cluster_id`
19+
- `- cluster_type`
20+
- `- cluster_version`
21+
- `- network_mode`
22+
- **ShowCluster**
23+
- changes of response param
24+
- `+ spec.clusterOps`
25+
- **UpdateCluster**
26+
- changes of response param
27+
- `+ spec.clusterOps`
28+
- **DeleteCluster**
29+
- changes of response param
30+
- `+ spec.clusterOps`
31+
- **CreateCluster**
32+
- changes of request param
33+
- `+ spec.clusterOps`
34+
- changes of response param
35+
- `+ spec.clusterOps`
36+
- **ListClusters**
37+
- changes of response param
38+
- `+ items.spec.clusterOps`
39+
40+
### HuaweiCloud SDK RDS
41+
42+
- _API Version_
43+
- V3
44+
- _Features_
45+
- Support the APIs `ShowDatabaseLevelDatabase`, `ShowAutoUpgradePolicy`, `SetAutoUpgradePolicy`
46+
- _Bug Fix_
47+
- None
48+
- _Change_
49+
- **CreateInstance**
50+
- changes of request param
51+
- `+ is_auto_upgrade`
52+
- **CreateRestoreInstance**
53+
- changes of request param
54+
- `+ is_auto_upgrade`
55+
156
# 3.1.133 2025-01-23
257

358
### HuaweiCloud SDK BSS

CHANGELOG_CN.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,58 @@
1+
# 3.1.134 2025-02-06
2+
3+
### HuaweiCloud SDK CCE
4+
5+
- _接口版本_
6+
- V3
7+
- _新增特性_
8+
- 无
9+
- _解决问题_
10+
- 无
11+
- _特性变更_
12+
- **ShowClusterSupportConfiguration**
13+
- 请求参数变更
14+
- `+ cluster_id`
15+
- `+ cluster_type`
16+
- `+ cluster_version`
17+
- `+ network_mode`
18+
- `- cluster_id`
19+
- `- cluster_type`
20+
- `- cluster_version`
21+
- `- network_mode`
22+
- **ShowCluster**
23+
- 响应参数变更
24+
- `+ spec.clusterOps`
25+
- **UpdateCluster**
26+
- 响应参数变更
27+
- `+ spec.clusterOps`
28+
- **DeleteCluster**
29+
- 响应参数变更
30+
- `+ spec.clusterOps`
31+
- **CreateCluster**
32+
- 请求参数变更
33+
- `+ spec.clusterOps`
34+
- 响应参数变更
35+
- `+ spec.clusterOps`
36+
- **ListClusters**
37+
- 响应参数变更
38+
- `+ items.spec.clusterOps`
39+
40+
### HuaweiCloud SDK RDS
41+
42+
- _接口版本_
43+
- V3
44+
- _新增特性_
45+
- 支持接口`ShowDatabaseLevelDatabase`、`ShowAutoUpgradePolicy`、`SetAutoUpgradePolicy`
46+
- _解决问题_
47+
- 无
48+
- _特性变更_
49+
- **CreateInstance**
50+
- 请求参数变更
51+
- `+ is_auto_upgrade`
52+
- **CreateRestoreInstance**
53+
- 请求参数变更
54+
- `+ is_auto_upgrade`
55+
156
# 3.1.133 2025-01-23
257

358
### HuaweiCloud SDK BSS

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.133
1+
3.1.134
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
huaweicloudsdkcore >= 3.1.133
1+
huaweicloudsdkcore >= 3.1.134

huaweicloud-sdk-aad/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import setup, find_packages
55

66
NAME = "huaweicloudsdkaad"
7-
VERSION = "3.1.133"
7+
VERSION = "3.1.134"
88
AUTHOR = "HuaweiCloud SDK"
99
AUTHOR_EMAIL = "[email protected]"
1010
URL = "https://github.com/huaweicloud/huaweicloud-sdk-python-v3"
@@ -14,7 +14,7 @@
1414
with open(path.join(this_directory, 'README_PYPI.md'), encoding='utf-8') as f:
1515
LONG_DESCRIPTION = f.read()
1616

17-
REQUIRES = ["huaweicloudsdkcore>=3.1.133"]
17+
REQUIRES = ["huaweicloudsdkcore>=3.1.134"]
1818

1919
OPTIONS = {
2020
'bdist_wheel': {

0 commit comments

Comments
 (0)