Skip to content

Commit

Permalink
release 3.1.134 source code
Browse files Browse the repository at this point in the history
  • Loading branch information
Huaweicloud-SDK committed Feb 6, 2025
1 parent 6687194 commit 1b64d91
Show file tree
Hide file tree
Showing 219 changed files with 2,743 additions and 1,431 deletions.
55 changes: 55 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,58 @@
# 3.1.134 2025-02-06

### HuaweiCloud SDK CCE

- _API Version_
- V3
- _Features_
- None
- _Bug Fix_
- None
- _Change_
- **ShowClusterSupportConfiguration**
- changes of request param
- `+ cluster_id`
- `+ cluster_type`
- `+ cluster_version`
- `+ network_mode`
- `- cluster_id`
- `- cluster_type`
- `- cluster_version`
- `- network_mode`
- **ShowCluster**
- changes of response param
- `+ spec.clusterOps`
- **UpdateCluster**
- changes of response param
- `+ spec.clusterOps`
- **DeleteCluster**
- changes of response param
- `+ spec.clusterOps`
- **CreateCluster**
- changes of request param
- `+ spec.clusterOps`
- changes of response param
- `+ spec.clusterOps`
- **ListClusters**
- changes of response param
- `+ items.spec.clusterOps`

### HuaweiCloud SDK RDS

- _API Version_
- V3
- _Features_
- Support the APIs `ShowDatabaseLevelDatabase`, `ShowAutoUpgradePolicy`, `SetAutoUpgradePolicy`
- _Bug Fix_
- None
- _Change_
- **CreateInstance**
- changes of request param
- `+ is_auto_upgrade`
- **CreateRestoreInstance**
- changes of request param
- `+ is_auto_upgrade`

# 3.1.133 2025-01-23

### HuaweiCloud SDK BSS
Expand Down
55 changes: 55 additions & 0 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,58 @@
# 3.1.134 2025-02-06

### HuaweiCloud SDK CCE

- _接口版本_
- V3
- _新增特性_
- 无
- _解决问题_
- 无
- _特性变更_
- **ShowClusterSupportConfiguration**
- 请求参数变更
- `+ cluster_id`
- `+ cluster_type`
- `+ cluster_version`
- `+ network_mode`
- `- cluster_id`
- `- cluster_type`
- `- cluster_version`
- `- network_mode`
- **ShowCluster**
- 响应参数变更
- `+ spec.clusterOps`
- **UpdateCluster**
- 响应参数变更
- `+ spec.clusterOps`
- **DeleteCluster**
- 响应参数变更
- `+ spec.clusterOps`
- **CreateCluster**
- 请求参数变更
- `+ spec.clusterOps`
- 响应参数变更
- `+ spec.clusterOps`
- **ListClusters**
- 响应参数变更
- `+ items.spec.clusterOps`

### HuaweiCloud SDK RDS

- _接口版本_
- V3
- _新增特性_
- 支持接口`ShowDatabaseLevelDatabase`、`ShowAutoUpgradePolicy`、`SetAutoUpgradePolicy`
- _解决问题_
- 无
- _特性变更_
- **CreateInstance**
- 请求参数变更
- `+ is_auto_upgrade`
- **CreateRestoreInstance**
- 请求参数变更
- `+ is_auto_upgrade`

# 3.1.133 2025-01-23

### HuaweiCloud SDK BSS
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.133
3.1.134
Loading

0 comments on commit 1b64d91

Please sign in to comment.