Skip to content

Commit

Permalink
release 3.1.98 source code
Browse files Browse the repository at this point in the history
  • Loading branch information
Huaweicloud-SDK committed Jun 6, 2024
1 parent ed1be11 commit dc436e3
Show file tree
Hide file tree
Showing 160 changed files with 9,091 additions and 895 deletions.
166 changes: 166 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,169 @@
# 3.1.98 2024-06-06

### HuaweiCloud SDK CCE

- _Features_
- None
- _Bug Fix_
- None
- _Change_
- **ShowNode**
- changes of response param
- `+ spec.serverEnterpriseProjectID`
- **UpdateNode**
- changes of response param
- `+ spec.serverEnterpriseProjectID`
- **DeleteNode**
- changes of response param
- `+ spec.serverEnterpriseProjectID`
- **CreateNode**
- changes of request param
- `+ spec.serverEnterpriseProjectID`
- changes of response param
- `+ spec.serverEnterpriseProjectID`
- **ListNodes**
- changes of response param
- `+ items.spec.serverEnterpriseProjectID`
- **ShowNodePool**
- changes of response param
- `+ spec.nodeTemplate.serverEnterpriseProjectID`
- **UpdateNodePool**
- changes of request param
- `+ spec.nodeTemplate.serverEnterpriseProjectID`
- changes of response param
- `+ spec.nodeTemplate.serverEnterpriseProjectID`
- **DeleteNodePool**
- changes of response param
- `+ spec.nodeTemplate.serverEnterpriseProjectID`
- **CreateNodePool**
- changes of request param
- `+ spec.nodeTemplate.serverEnterpriseProjectID`
- changes of response param
- `+ spec.nodeTemplate.serverEnterpriseProjectID`
- **ListNodePools**
- changes of response param
- `+ items.spec.nodeTemplate.serverEnterpriseProjectID`

### HuaweiCloud SDK ECS

- _Features_
- None
- _Bug Fix_
- None
- _Change_
- **ChangeVpc**
- changes of request param
- `* nic.security_groups: object<ChangeVpcSecurityGroups> -> list<ChangeVpcSecurityGroups>`
- **ListFlavors**
- changes of response param
- `+ flavors.os_extra_specs.cond:storage:type`
- **ListResizeFlavors**
- changes of response param
- `+ flavors.extra_specs.cond:storage:type`

### HuaweiCloud SDK GaussDB

- _Features_
- Support the following APIs:
- `ShowLtsConfigs`
- `CreateLtsConfigs`
- `DeleteLtsConfigs`
- `ShowRecyclePolicy`
- `SetRecyclePolicy`
- `ListRecycleInstances`
- `ShowSlowlogSensitiveStatus`
- `UpdateSlowlogSensitiveSwitch`
- `RestartProxyInstance`
- `RenameInstanceNode`
- `ShowAutoScalingHistory`
- `UpdateServerlessPolicy`
- `ModifyNodePriority`
- `ShowInstanceEip`
- `ListParamsTemplateApplyHistory`
- `ShowProxyConfigurations`
- _Bug Fix_
- None
- _Change_
- **ShowProxyIpgroup**
- changes of response param
- `+ ip_group.id`
- `+ ip_group.name`
- `+ ip_group.ip_list`
- `* ip_group: object -> object<ProxyIpGroupDetail>`
- **UpdateGaussMySqlInstanceName**
- changes of request param
- `+ is_modify_node_name`

### HuaweiCloud SDK GaussDBforNoSQL

- _Features_
- None
- _Bug Fix_
- None
- _Change_
- **OfflineNodes**
- changes of response param
- `+ job_id`

### HuaweiCloud SDK GaussDBforopenGauss

- _Features_
- None
- _Bug Fix_
- None
- _Change_
- **ListAvailableFlavors**
- changes of response param
- `+ flavors.spec_code`
- `- flavors.spec_cpde`
- **ListRestorableInstances**
- changes of response param
- `* instances.version: number -> string`
- **ListDbUsers**
- changes of response param
- `+ users.attribute`
- `+ users.lock_status`
- `- users.attributes`
- **ShowUpgradeCandidateVersions**
- changes of response param
- `+ hotfix_upgrade_infos`
- `+ hotfix_rollback_infos`

### HuaweiCloud SDK ImageSearch

- _Features_
- None
- _Bug Fix_
- None
- _Change_
- **RunSearch**
- changes of request param
- `+ text`
- `+ search_type: enum value [TEXT]`
- `+ optional_params.text_lang`

### HuaweiCloud SDK LTS

- _Features_
- None
- _Bug Fix_
- None
- _Change_
- **CreateLogStreamIndex**
- changes of request param
- `+ sqlAnalysisEnable`

### HuaweiCloud SDK RDS

- _Features_
- Support the APIs `ShowReplayDelayStatus`, `SwitchLogReplay`, `ListShareBackups`
- _Bug Fix_
- None
- _Change_
- **ListBackups**
- changes of request param
- `+ status`

# 3.1.97 2024-05-30

### HuaweiCloud SDK CDN
Expand Down
166 changes: 166 additions & 0 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,169 @@
# 3.1.98 2024-06-06

### HuaweiCloud SDK CCE

- _新增特性_
- 无
- _解决问题_
- 无
- _特性变更_
- **ShowNode**
- 响应参数变更
- `+ spec.serverEnterpriseProjectID`
- **UpdateNode**
- 响应参数变更
- `+ spec.serverEnterpriseProjectID`
- **DeleteNode**
- 响应参数变更
- `+ spec.serverEnterpriseProjectID`
- **CreateNode**
- 请求参数变更
- `+ spec.serverEnterpriseProjectID`
- 响应参数变更
- `+ spec.serverEnterpriseProjectID`
- **ListNodes**
- 响应参数变更
- `+ items.spec.serverEnterpriseProjectID`
- **ShowNodePool**
- 响应参数变更
- `+ spec.nodeTemplate.serverEnterpriseProjectID`
- **UpdateNodePool**
- 请求参数变更
- `+ spec.nodeTemplate.serverEnterpriseProjectID`
- 响应参数变更
- `+ spec.nodeTemplate.serverEnterpriseProjectID`
- **DeleteNodePool**
- 响应参数变更
- `+ spec.nodeTemplate.serverEnterpriseProjectID`
- **CreateNodePool**
- 请求参数变更
- `+ spec.nodeTemplate.serverEnterpriseProjectID`
- 响应参数变更
- `+ spec.nodeTemplate.serverEnterpriseProjectID`
- **ListNodePools**
- 响应参数变更
- `+ items.spec.nodeTemplate.serverEnterpriseProjectID`

### HuaweiCloud SDK ECS

- _新增特性_
- 无
- _解决问题_
- 无
- _特性变更_
- **ChangeVpc**
- 请求参数变更
- `* nic.security_groups: object<ChangeVpcSecurityGroups> -> list<ChangeVpcSecurityGroups>`
- **ListFlavors**
- 响应参数变更
- `+ flavors.os_extra_specs.cond:storage:type`
- **ListResizeFlavors**
- 响应参数变更
- `+ flavors.extra_specs.cond:storage:type`

### HuaweiCloud SDK GaussDB

- _新增特性_
- 支持以下接口:
- `ShowLtsConfigs`
- `CreateLtsConfigs`
- `DeleteLtsConfigs`
- `ShowRecyclePolicy`
- `SetRecyclePolicy`
- `ListRecycleInstances`
- `ShowSlowlogSensitiveStatus`
- `UpdateSlowlogSensitiveSwitch`
- `RestartProxyInstance`
- `RenameInstanceNode`
- `ShowAutoScalingHistory`
- `UpdateServerlessPolicy`
- `ModifyNodePriority`
- `ShowInstanceEip`
- `ListParamsTemplateApplyHistory`
- `ShowProxyConfigurations`
- _解决问题_
- 无
- _特性变更_
- **ShowProxyIpgroup**
- 响应参数变更
- `+ ip_group.id`
- `+ ip_group.name`
- `+ ip_group.ip_list`
- `* ip_group: object -> object<ProxyIpGroupDetail>`
- **UpdateGaussMySqlInstanceName**
- 请求参数变更
- `+ is_modify_node_name`

### HuaweiCloud SDK GaussDBforNoSQL

- _新增特性_
- 无
- _解决问题_
- 无
- _特性变更_
- **OfflineNodes**
- 响应参数变更
- `+ job_id`

### HuaweiCloud SDK GaussDBforopenGauss

- _新增特性_
- 无
- _解决问题_
- 无
- _特性变更_
- **ListAvailableFlavors**
- 响应参数变更
- `+ flavors.spec_code`
- `- flavors.spec_cpde`
- **ListRestorableInstances**
- 响应参数变更
- `* instances.version: number -> string`
- **ListDbUsers**
- 响应参数变更
- `+ users.attribute`
- `+ users.lock_status`
- `- users.attributes`
- **ShowUpgradeCandidateVersions**
- 响应参数变更
- `+ hotfix_upgrade_infos`
- `+ hotfix_rollback_infos`

### HuaweiCloud SDK ImageSearch

- _新增特性_
- 无
- _解决问题_
- 无
- _特性变更_
- **RunSearch**
- 请求参数变更
- `+ text`
- `+ search_type: enum value [TEXT]`
- `+ optional_params.text_lang`

### HuaweiCloud SDK LTS

- _新增特性_
- 无
- _解决问题_
- 无
- _特性变更_
- **CreateLogStreamIndex**
- 请求参数变更
- `+ sqlAnalysisEnable`

### HuaweiCloud SDK RDS

- _新增特性_
- 支持接口`ShowReplayDelayStatus`、`SwitchLogReplay`、`ListShareBackups`
- _解决问题_
- 无
- _特性变更_
- **ListBackups**
- 请求参数变更
- `+ status`

# 3.1.97 2024-05-30

### HuaweiCloud SDK CDN
Expand Down
Loading

0 comments on commit dc436e3

Please sign in to comment.