Skip to content

Commit

Permalink
release 3.1.93 source code
Browse files Browse the repository at this point in the history
  • Loading branch information
Huaweicloud-SDK committed May 23, 2024
1 parent 335aef6 commit 572020a
Show file tree
Hide file tree
Showing 356 changed files with 81,866 additions and 1,648 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.93 2024-05-23

### HuaweiCloud SDK Organizations

- _Features_
- Support `Organizations`
- _Bug Fix_
- None
- _Change_
- None

### HuaweiCloud SDK AS

- _Features_
- None
- _Bug Fix_
- None
- _Change_
- **CreateScalingGroup**
- changes of request param
- `+ tags`
- **ListScalingGroups**
- changes of response param
- `+ scaling_groups.tags`
- **ShowScalingGroup**
- changes of response param
- `+ scaling_group.tags`

### HuaweiCloud SDK Config

- _Features_
- Support the following APIs:
- `ListResourcesByTag`
- `CountResourcesByTag`
- `TagResource`
- `UnTagResource`
- `ListTagsForResource`
- `ListTagsForResourceType`
- _Bug Fix_
- None
- _Change_
- **ShowPolicyAssignment**
- changes of response param
- `+ tags`
- **UpdatePolicyAssignment**
- changes of request param
- `+ tags`
- changes of response param
- `+ tags`
- **ShowAggregatePolicyAssignmentDetail**
- changes of response param
- `+ tags`
- **CreatePolicyAssignments**
- changes of request param
- `+ tags`
- changes of response param
- `+ tags`
- **ListPolicyAssignments**
- changes of response param
- `+ tags`
- `+ value.tags`

### HuaweiCloud SDK DataArtsStudio

- _Features_
- None
- _Bug Fix_
- None
- _Change_
- **UpdateSecurityPermissionSetPermission**
- changes of response param
- `+ url`
- **CreateSecurityPermissionSetPermission**
- changes of request param
- `+ url`
- changes of response param
- `+ url`
- **ListSecurityPermissionSetPermissions**
- changes of response param
- `+ url`
- `+ permissions.url`
- **ListSecurityDlfDataWareHouses**
- changes of request param
- `+ offset`
- `+ limit`

### HuaweiCloud SDK GaussDBforNoSQL

- _Features_
- Support the APIs `ShowRedisBigKeys`, `ShowPasswordlessConfig`, `UpdatePasswordlessConfig`
- _Bug Fix_
- None
- _Change_
- **OfflineNodes**
- changes of request param
- `* x-auth-token: optional -> required`

### HuaweiCloud SDK MetaStudio

- _Features_
- Support the following APIs:
- `ShowAgency`
- `CreateAgencyWithRoleType`
- `DeleteAgencyWithRoleType`
- `ListHotWords`
- `CreateHotWords`
- `ShowHotWords`
- `UpdateHotWords`
- `DeleteHotWords`
- `ShowHotWordsSwitch`
- `UpdateHotWordsSwitch`
- _Bug Fix_
- None
- _Change_
- Remove the API `CheckTextLanguage`
- **ShowRobot**
- changes of response param
- `+ is_ifly_production`
- `+ tail_silence_time`
- `+ sis_region`
- `+ sis_project_id`
- **UpdateRobot**
- changes of request param
- `+ tail_silence_time`
- `+ huawei_ei_cbs.sis_region`
- `+ huawei_ei_cbs.sis_project_id`
- `+ iflytek_aiui_config.is_production`
- `+ iflytek_spark.is_production`
- `+ third_party_model_config.sis_region`
- `+ third_party_model_config.sis_project_id`
- `+ mobvoi_config.sis_region`
- `+ mobvoi_config.sis_project_id`
- **CreateRobot**
- changes of request param
- `+ tail_silence_time`
- `+ huawei_ei_cbs.sis_region`
- `+ huawei_ei_cbs.sis_project_id`
- `+ iflytek_aiui_config.is_production`
- `+ iflytek_spark.is_production`
- `+ third_party_model_config.sis_region`
- `+ third_party_model_config.sis_project_id`
- `+ mobvoi_config.sis_region`
- `+ mobvoi_config.sis_project_id`
- **ListRobot**
- changes of response param
- `+ is_ifly_production`
- `+ tail_silence_time`
- `+ sis_region`
- `+ sis_project_id`
- `+ data.is_ifly_production`
- `+ data.tail_silence_time`
- `+ data.sis_region`
- `+ data.sis_project_id`
- **ListDigitalHumanVideo**
- changes of request param
- `+ job_id`

### HuaweiCloud SDK RDS

- _Features_
- Support the API `DownloadErrorlog`
- _Bug Fix_
- None
- _Change_
- None

# 3.1.92 2024-05-16

### 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.93 2024-05-23

### HuaweiCloud SDK Organizations

- _新增特性_
- 支持组织服务
- _解决问题_
- 无
- _特性变更_
- 无

### HuaweiCloud SDK AS

- _新增特性_
- 无
- _解决问题_
- 无
- _特性变更_
- **CreateScalingGroup**
- 请求参数变更
- `+ tags`
- **ListScalingGroups**
- 响应参数变更
- `+ scaling_groups.tags`
- **ShowScalingGroup**
- 响应参数变更
- `+ scaling_group.tags`

### HuaweiCloud SDK Config

- _新增特性_
- 支持以下接口:
- `ListResourcesByTag`
- `CountResourcesByTag`
- `TagResource`
- `UnTagResource`
- `ListTagsForResource`
- `ListTagsForResourceType`
- _解决问题_
- 无
- _特性变更_
- **ShowPolicyAssignment**
- 响应参数变更
- `+ tags`
- **UpdatePolicyAssignment**
- 请求参数变更
- `+ tags`
- 响应参数变更
- `+ tags`
- **ShowAggregatePolicyAssignmentDetail**
- 响应参数变更
- `+ tags`
- **CreatePolicyAssignments**
- 请求参数变更
- `+ tags`
- 响应参数变更
- `+ tags`
- **ListPolicyAssignments**
- 响应参数变更
- `+ tags`
- `+ value.tags`

### HuaweiCloud SDK DataArtsStudio

- _新增特性_
- 无
- _解决问题_
- 无
- _特性变更_
- **UpdateSecurityPermissionSetPermission**
- 响应参数变更
- `+ url`
- **CreateSecurityPermissionSetPermission**
- 请求参数变更
- `+ url`
- 响应参数变更
- `+ url`
- **ListSecurityPermissionSetPermissions**
- 响应参数变更
- `+ url`
- `+ permissions.url`
- **ListSecurityDlfDataWareHouses**
- 请求参数变更
- `+ offset`
- `+ limit`

### HuaweiCloud SDK GaussDBforNoSQL

- _新增特性_
- 支持接口`ShowRedisBigKeys`、`ShowPasswordlessConfig`、`UpdatePasswordlessConfig`
- _解决问题_
- 无
- _特性变更_
- **OfflineNodes**
- 请求参数变更
- `* x-auth-token: optional -> required`

### HuaweiCloud SDK MetaStudio

- _新增特性_
- 支持以下接口:
- `ShowAgency`
- `CreateAgencyWithRoleType`
- `DeleteAgencyWithRoleType`
- `ListHotWords`
- `CreateHotWords`
- `ShowHotWords`
- `UpdateHotWords`
- `DeleteHotWords`
- `ShowHotWordsSwitch`
- `UpdateHotWordsSwitch`
- _解决问题_
- 无
- _特性变更_
- 移除接口`CheckTextLanguage`
- **ShowRobot**
- 响应参数变更
- `+ is_ifly_production`
- `+ tail_silence_time`
- `+ sis_region`
- `+ sis_project_id`
- **UpdateRobot**
- 请求参数变更
- `+ tail_silence_time`
- `+ huawei_ei_cbs.sis_region`
- `+ huawei_ei_cbs.sis_project_id`
- `+ iflytek_aiui_config.is_production`
- `+ iflytek_spark.is_production`
- `+ third_party_model_config.sis_region`
- `+ third_party_model_config.sis_project_id`
- `+ mobvoi_config.sis_region`
- `+ mobvoi_config.sis_project_id`
- **CreateRobot**
- 请求参数变更
- `+ tail_silence_time`
- `+ huawei_ei_cbs.sis_region`
- `+ huawei_ei_cbs.sis_project_id`
- `+ iflytek_aiui_config.is_production`
- `+ iflytek_spark.is_production`
- `+ third_party_model_config.sis_region`
- `+ third_party_model_config.sis_project_id`
- `+ mobvoi_config.sis_region`
- `+ mobvoi_config.sis_project_id`
- **ListRobot**
- 响应参数变更
- `+ is_ifly_production`
- `+ tail_silence_time`
- `+ sis_region`
- `+ sis_project_id`
- `+ data.is_ifly_production`
- `+ data.tail_silence_time`
- `+ data.sis_region`
- `+ data.sis_project_id`
- **ListDigitalHumanVideo**
- 请求参数变更
- `+ job_id`

### HuaweiCloud SDK RDS

- _新增特性_
- 支持接口`DownloadErrorlog`
- _解决问题_
- 无
- _特性变更_
- 无

# 3.1.92 2024-05-16

### HuaweiCloud SDK CDN
Expand Down
2 changes: 1 addition & 1 deletion Core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"api",
"core"
],
"version": "3.1.92",
"version": "3.1.93",
"type": "library",
"license": "Apache-2.0",
"authors": [
Expand Down
4 changes: 2 additions & 2 deletions Services/Aad/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"api",
"aad"
],
"version": "3.1.92",
"version": "3.1.93",
"type": "library",
"license": "Apache-2.0",
"authors": [
Expand All @@ -20,7 +20,7 @@
],
"minimum-stability": "dev",
"require": {
"huaweicloud/huaweicloud-sdk-core": "3.1.92"
"huaweicloud/huaweicloud-sdk-core": "3.1.93"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions Services/AntiDDoS/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"api",
"antiddos"
],
"version": "3.1.92",
"version": "3.1.93",
"type": "library",
"license": "Apache-2.0",
"authors": [
Expand All @@ -20,7 +20,7 @@
],
"minimum-stability": "dev",
"require": {
"huaweicloud/huaweicloud-sdk-core": "3.1.92"
"huaweicloud/huaweicloud-sdk-core": "3.1.93"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 572020a

Please sign in to comment.