Skip to content

Commit

Permalink
release 3.1.79 source code
Browse files Browse the repository at this point in the history
  • Loading branch information
Huaweicloud-SDK committed Feb 1, 2024
1 parent b073fb3 commit 1dcba82
Show file tree
Hide file tree
Showing 222 changed files with 7,848 additions and 1,550 deletions.
152 changes: 152 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,155 @@
# 3.1.79 2024-02-01

### HuaweiCloud SDK AOM

- _Features_
- None
- _Bug Fix_
- None
- _Change_
- **ListEvents**
- changes of response param
- `* events.annotations: map<string, string> -> map<string, object>`
- `* events.attach_rule: map<string, string> -> map<string, object>`
- **PushEvents**
- changes of request param
- `* events.annotations: map<string, string> -> map<string, object>`
- `* events.attach_rule: map<string, string> -> map<string, object>`
- **CreatePromInstance**
- changes of request param
- `+ region`

### HuaweiCloud SDK AOS

- _Features_
- Support the APIs `CreatePrivateProvider`, `CreatePrivateProviderVersion`
- _Bug Fix_
- None
- _Change_
- **GetExecutionPlan**
- changes of response param
- `+ execution_plan_items.imported`
- **GetExecutionPlanMetadata**
- changes of response param
- `+ summary.resource_import`

### HuaweiCloud SDK CDN

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

### HuaweiCloud SDK GaussDB

- _Features_
- None
- _Bug Fix_
- None
- _Change_
- **CreateGaussMySqlInstance**
- changes of request param
- `+ tde_info`
- **ShowGaussMySqlInstanceInfoUnifyStatus**
- changes of response param
- `+ instance.tde_info`
- **ListGaussMySqlInstanceDetailInfoUnifyStatus**
- changes of response param
- `+ instances.tde_info`

### HuaweiCloud SDK Kafka

- _Features_
- None
- _Bug Fix_
- None
- _Change_
- Remove the APIs `CreateShrinkageJob`, `ShowShrinkCheckResult`, `UpdateSinkTaskQuota`
- **CreateInstanceTopic**
- changes of response param
- `- id`

### HuaweiCloud SDK NAT

- _Features_
- None
- _Bug Fix_
- None
- _Change_
- **ListNatGatewayDnatRules**
- changes of request param
- `+ marker`
- **ListNatGatewaySnatRules**
- changes of request param
- `+ marker`
- **ListNatGateways**
- changes of request param
- `+ marker`

### HuaweiCloud SDK RDS

- _Features_
- Support the following APIs:
- `StartInstanceReduceVolumeAction`
- `UpdateHostPrivilege`
- `ShowIncreBackupPolicy1`
- `UpdateIncreBackupPolicy1`
- `ListRdSforMySqlProxy`
- `DeleteRdSforMySqlProxy`
- `ModifyRdSforMySqlProxyRouteMode`
- `RestartRdSforMysqlProxy`
- `ListRdSforMysqlProxyFlavors`
- `CreateRdSforMySqlProxy`
- _Bug Fix_
- None
- _Change_
- **SetAuditlogPolicy**
- changes of request param
- `+ audit_types`
- **CreateDbUser**
- changes of request param
- `+ is_privilege`

### HuaweiCloud SDK RocketMQ

- _Features_
- None
- _Bug Fix_
- None
- _Change_
- **ShowGroup**
- changes of response param
- `* retry_max_time: number -> int32`
- **UpdateConsumerGroup**
- changes of request param
- `* retry_max_time: number -> int32`
- **ResetConsumeOffset**
- changes of request param
- `* timestamp: number -> string`
- **CreateConsumerGroupOrBatchDeleteConsumerGroup**
- changes of request param
- `+ createdAt`
- `+ permissions`
- `+ consume_orderly`
- `- from_beginning`
- `* retry_max_time: number -> int32`
- **ListInstanceConsumerGroups**
- changes of response param
- `+ groups.createdAt`
- `+ groups.permissions`
- `+ groups.consume_orderly`
- `- groups.from_beginning`
- `* groups.retry_max_time: number -> int32`
- **BatchUpdateConsumerGroup**
- changes of request param
- `+ groups.createdAt`
- `+ groups.permissions`
- `+ groups.consume_orderly`
- `- groups.from_beginning`
- `* groups.retry_max_time: number -> int32`

# 3.1.78 2024-01-25

### HuaweiCloud SDK AOM
Expand Down
152 changes: 152 additions & 0 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,155 @@
# 3.1.79 2024-02-01

### HuaweiCloud SDK AOM

- _新增特性_
- 无
- _解决问题_
- 无
- _特性变更_
- **ListEvents**
- 响应参数变更
- `* events.annotations: map<string, string> -> map<string, object>`
- `* events.attach_rule: map<string, string> -> map<string, object>`
- **PushEvents**
- 请求参数变更
- `* events.annotations: map<string, string> -> map<string, object>`
- `* events.attach_rule: map<string, string> -> map<string, object>`
- **CreatePromInstance**
- 请求参数变更
- `+ region`

### HuaweiCloud SDK AOS

- _新增特性_
- 支持接口`CreatePrivateProvider`、`CreatePrivateProviderVersion`
- _解决问题_
- 无
- _特性变更_
- **GetExecutionPlan**
- 响应参数变更
- `+ execution_plan_items.imported`
- **GetExecutionPlanMetadata**
- 响应参数变更
- `+ summary.resource_import`

### HuaweiCloud SDK CDN

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

### HuaweiCloud SDK GaussDB

- _新增特性_
- 无
- _解决问题_
- 无
- _特性变更_
- **CreateGaussMySqlInstance**
- 请求参数变更
- `+ tde_info`
- **ShowGaussMySqlInstanceInfoUnifyStatus**
- 响应参数变更
- `+ instance.tde_info`
- **ListGaussMySqlInstanceDetailInfoUnifyStatus**
- 响应参数变更
- `+ instances.tde_info`

### HuaweiCloud SDK Kafka

- _新增特性_
- 无
- _解决问题_
- 无
- _特性变更_
- 移除接口`CreateShrinkageJob`、`ShowShrinkCheckResult`、`UpdateSinkTaskQuota`
- **CreateInstanceTopic**
- 响应参数变更
- `- id`

### HuaweiCloud SDK NAT

- _新增特性_
- 无
- _解决问题_
- 无
- _特性变更_
- **ListNatGatewayDnatRules**
- 请求参数变更
- `+ marker`
- **ListNatGatewaySnatRules**
- 请求参数变更
- `+ marker`
- **ListNatGateways**
- 请求参数变更
- `+ marker`

### HuaweiCloud SDK RDS

- _新增特性_
- 支持以下接口:
- `StartInstanceReduceVolumeAction`
- `UpdateHostPrivilege`
- `ShowIncreBackupPolicy1`
- `UpdateIncreBackupPolicy1`
- `ListRdSforMySqlProxy`
- `DeleteRdSforMySqlProxy`
- `ModifyRdSforMySqlProxyRouteMode`
- `RestartRdSforMysqlProxy`
- `ListRdSforMysqlProxyFlavors`
- `CreateRdSforMySqlProxy`
- _解决问题_
- 无
- _特性变更_
- **SetAuditlogPolicy**
- 请求参数变更
- `+ audit_types`
- **CreateDbUser**
- 请求参数变更
- `+ is_privilege`

### HuaweiCloud SDK RocketMQ

- _新增特性_
- 无
- _解决问题_
- 无
- _特性变更_
- **ShowGroup**
- 响应参数变更
- `* retry_max_time: number -> int32`
- **UpdateConsumerGroup**
- 请求参数变更
- `* retry_max_time: number -> int32`
- **ResetConsumeOffset**
- 请求参数变更
- `* timestamp: number -> string`
- **CreateConsumerGroupOrBatchDeleteConsumerGroup**
- 请求参数变更
- `+ createdAt`
- `+ permissions`
- `+ consume_orderly`
- `- from_beginning`
- `* retry_max_time: number -> int32`
- **ListInstanceConsumerGroups**
- 响应参数变更
- `+ groups.createdAt`
- `+ groups.permissions`
- `+ groups.consume_orderly`
- `- groups.from_beginning`
- `* groups.retry_max_time: number -> int32`
- **BatchUpdateConsumerGroup**
- 请求参数变更
- `+ groups.createdAt`
- `+ groups.permissions`
- `+ groups.consume_orderly`
- `- groups.from_beginning`
- `* groups.retry_max_time: number -> int32`

# 3.1.78 2024-01-25

### HuaweiCloud SDK AOM
Expand Down
Loading

0 comments on commit 1dcba82

Please sign in to comment.