Skip to content

Commit

Permalink
release 3.1.88 source code
Browse files Browse the repository at this point in the history
  • Loading branch information
Huaweicloud-SDK committed May 30, 2024
1 parent 8bd85be commit 702c3a0
Show file tree
Hide file tree
Showing 418 changed files with 38,684 additions and 90 deletions.
128 changes: 128 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,131 @@
# 3.1.88 2024-05-30

### HuaweiCloud SDK CDN

- _Features_
- None
- _Bug Fix_
- None
- _Change_
- **ShowHistoryTaskDetails**
- changes of response param
- `+ urls.fail_classify`
- `+ urls.fail_desc`
- **ListDomains**
- changes of response param
- `+ domains.sources.obs_bucket_type`
- **CreateDomain**
- changes of request param
- `+ domain.sources.obs_bucket_type`
- `* domain.sources: list<Sources> -> list<SourcesRequestBody>`
- changes of response param
- `+ domain.sources.obs_bucket_type`
- **DeleteDomain**
- changes of response param
- `+ domain.sources.obs_bucket_type`
- **EnableDomain**
- changes of response param
- `+ domain.sources.obs_bucket_type`
- **DisableDomain**
- changes of response param
- `+ domain.sources.obs_bucket_type`
- **ShowDomainFullConfig**
- changes of response param
- `+ configs.access_area_filter`
- `* configs.sources: list<SourcesConfig> -> list<SourcesConfigResponseBody>`
- **UpdateDomainFullConfig**
- changes of request param
- `+ configs.access_area_filter`

### HuaweiCloud SDK ECS

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

### HuaweiCloud SDK GaussDB

- _Features_
- Support the APIs `UpgradeProxyVersion`, `UpdateProxyName`, `ShowProxyIpgroup`, `ShowProxyVersion`
- _Bug Fix_
- None
- _Change_
- None

### HuaweiCloud SDK GaussDBforopenGauss

- _Features_
- None
- _Bug Fix_
- None
- _Change_
- **SearchAutoEnlargePolicy**
- changes of response param
- `+ step_percent`
- `+ step_size`
- **UpdateInstanceConfiguration**
- changes of response param
- `+ job_id`
- **CreateConfigurationTemplate**
- changes of request param
- `+ datastore.instance_mode: enum value [ha:readonly]`
- **ListDatabases**
- changes of response param
- `+ databases.datctype`
- `+ databases.compatibility_type`
- **ListTasks**
- changes of response param
- `+ tasks.created_at`
- `+ tasks.ended_at`
- **ListComponentInfos**
- changes of response param
- `+ nodes.components.type`
- `+ nodes.components.detail`
- **ShowUpgradeCandidateVersions**
- changes of response param
- `+ upgrade_type_list.is_parallel_upgrade`

### HuaweiCloud SDK VPC

- _Features_
- Support the following APIs:
- `ListClouddcnSubnets`
- `CreateClouddcnSubnet`
- `ShowClouddcnSubnet`
- `UpdateClouddcnSubnet`
- `DeleteClouddcnSubnet`
- `ShowClouddcnSubnetsTags`
- `AddClouddcnSubnetsTags`
- `ListClouddcnSubnetsFilterTags`
- `DeleteClouddcnSubnetsTag`
- `ListClouddcnSubnetsCountFilterTags`
- `ListClouddcnSubnetsTags`
- `BatchDeleteClouddcnSubnetsTags`
- `BatchCreateClouddcnSubnetsTags`
- _Bug Fix_
- None
- _Change_
- **ListSecurityGroups**
- changes of response param
- `+ security_groups.tags`
- **CreateSecurityGroup**
- changes of request param
- `+ security_group.tags`
- changes of response param
- `+ security_group.tags`
- **ShowSecurityGroup**
- changes of response param
- `+ security_group.tags`
- **UpdateSecurityGroup**
- changes of response param
- `+ security_group.tags`
- **CreateFirewall**
- changes of request param
- `+ firewall.tags`

# 3.1.87 2024-05-23

### HuaweiCloud SDK GaussDBforNoSQL
Expand Down
128 changes: 128 additions & 0 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,131 @@
# 3.1.88 2024-05-30

### HuaweiCloud SDK CDN

- _新增特性_
- 无
- _解决问题_
- 无
- _特性变更_
- **ShowHistoryTaskDetails**
- 响应参数变更
- `+ urls.fail_classify`
- `+ urls.fail_desc`
- **ListDomains**
- 响应参数变更
- `+ domains.sources.obs_bucket_type`
- **CreateDomain**
- 请求参数变更
- `+ domain.sources.obs_bucket_type`
- `* domain.sources: list<Sources> -> list<SourcesRequestBody>`
- 响应参数变更
- `+ domain.sources.obs_bucket_type`
- **DeleteDomain**
- 响应参数变更
- `+ domain.sources.obs_bucket_type`
- **EnableDomain**
- 响应参数变更
- `+ domain.sources.obs_bucket_type`
- **DisableDomain**
- 响应参数变更
- `+ domain.sources.obs_bucket_type`
- **ShowDomainFullConfig**
- 响应参数变更
- `+ configs.access_area_filter`
- `* configs.sources: list<SourcesConfig> -> list<SourcesConfigResponseBody>`
- **UpdateDomainFullConfig**
- 请求参数变更
- `+ configs.access_area_filter`

### HuaweiCloud SDK ECS

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

### HuaweiCloud SDK GaussDB

- _新增特性_
- 支持接口`UpgradeProxyVersion`、`UpdateProxyName`、`ShowProxyIpgroup`、`ShowProxyVersion`
- _解决问题_
- 无
- _特性变更_
- 无

### HuaweiCloud SDK GaussDBforopenGauss

- _新增特性_
- 无
- _解决问题_
- 无
- _特性变更_
- **SearchAutoEnlargePolicy**
- 响应参数变更
- `+ step_percent`
- `+ step_size`
- **UpdateInstanceConfiguration**
- 响应参数变更
- `+ job_id`
- **CreateConfigurationTemplate**
- 请求参数变更
- `+ datastore.instance_mode: enum value [ha:readonly]`
- **ListDatabases**
- 响应参数变更
- `+ databases.datctype`
- `+ databases.compatibility_type`
- **ListTasks**
- 响应参数变更
- `+ tasks.created_at`
- `+ tasks.ended_at`
- **ListComponentInfos**
- 响应参数变更
- `+ nodes.components.type`
- `+ nodes.components.detail`
- **ShowUpgradeCandidateVersions**
- 响应参数变更
- `+ upgrade_type_list.is_parallel_upgrade`

### HuaweiCloud SDK VPC

- _新增特性_
- 支持以下接口:
- `ListClouddcnSubnets`
- `CreateClouddcnSubnet`
- `ShowClouddcnSubnet`
- `UpdateClouddcnSubnet`
- `DeleteClouddcnSubnet`
- `ShowClouddcnSubnetsTags`
- `AddClouddcnSubnetsTags`
- `ListClouddcnSubnetsFilterTags`
- `DeleteClouddcnSubnetsTag`
- `ListClouddcnSubnetsCountFilterTags`
- `ListClouddcnSubnetsTags`
- `BatchDeleteClouddcnSubnetsTags`
- `BatchCreateClouddcnSubnetsTags`
- _解决问题_
- 无
- _特性变更_
- **ListSecurityGroups**
- 响应参数变更
- `+ security_groups.tags`
- **CreateSecurityGroup**
- 请求参数变更
- `+ security_group.tags`
- 响应参数变更
- `+ security_group.tags`
- **ShowSecurityGroup**
- 响应参数变更
- `+ security_group.tags`
- **UpdateSecurityGroup**
- 响应参数变更
- `+ security_group.tags`
- **CreateFirewall**
- 请求参数变更
- `+ firewall.tags`

# 3.1.87 2024-05-23

### HuaweiCloud SDK GaussDBforNoSQL
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if(ENABLE_BSON)
add_definitions(-DHUAWEICLOUD_SDK_BSON_)
endif()

SET(BUILD_SERVICE ram)
SET(BUILD_SERVICE organizations)
SET(SERVICE_VERSION v1)

if(BUILD_SERVICE STREQUAL "all" OR BUILD_SERVICE STREQUAL "")
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.87
3.1.88
4 changes: 4 additions & 0 deletions antiddos/include/huaweicloud/antiddos/v1/AntiDDoSRegion.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ class HUAWEICLOUD_ANTIDDOS_V1_EXPORT AntiDDoSRegion {
{
"https://antiddos.my-kualalumpur-1.myhuaweicloud.com"
});
regions["me-east-1"] = Region("me-east-1",
{
"https://antiddos.me-east-1.myhuaweicloud.com"
});
return regions;
}
private:
Expand Down
4 changes: 2 additions & 2 deletions cdn/include/huaweicloud/cdn/v2/CdnClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ class HUAWEICLOUD_CDN_V2_EXPORT CdnClient : public Client
);
// 查询域名配置接口
//
// 查询域名配置接口,支持查询业务类型、服务范围、备注、IPv6开关、回源方式、回源URL改写、高级回源、Range回源、回源跟随、回源是否校验Etag、回源超时时间、回源请求头、HTTPS配置、TLS版本配置、强制跳转、HSTS、HTTP/2、OCSP Stapling、QUIC、缓存规则、状态码缓存时间、防盗链、IP黑白名单、 Use-Agent黑白名单、URL鉴权配置、远程鉴权配置、IP访问限频、HTTP header配置、自定义错误页面配置、智能压缩、请求限速配置、WebSocket配置、视频拖拽、回源SNI、访问URL重写、浏览器缓存过期时间。
// 查询域名配置接口,支持查询业务类型、服务范围、备注、IPv6开关、回源方式、回源URL改写、高级回源、Range回源、回源跟随、回源是否校验Etag、回源超时时间、回源请求头、HTTPS配置、TLS版本配置、强制跳转、HSTS、HTTP/2、OCSP Stapling、QUIC、缓存规则、状态码缓存时间、防盗链、IP黑白名单、 Use-Agent黑白名单、URL鉴权配置、远程鉴权配置、IP访问限频、HTTP header配置、自定义错误页面配置、智能压缩、请求限速配置、WebSocket配置、视频拖拽、回源SNI、访问URL重写、浏览器缓存过期时间、区域访问控制
//
// Please refer to HUAWEI cloud API Explorer for details.
std::shared_ptr<ShowDomainFullConfigResponse> showDomainFullConfig(
Expand Down Expand Up @@ -468,7 +468,7 @@ class HUAWEICLOUD_CDN_V2_EXPORT CdnClient : public Client
);
// 修改域名全量配置接口
//
// 修改域名配置接口,支持修改业务类型、服务范围、备注、IPv6开关、回源方式、回源URL改写、高级回源、Range回源、回源跟随、回源是否校验Etag、回源超时时间、回源请求头、HTTPS配置、TLS版本配置、强制跳转、HSTS、HTTP/2、OCSP Stapling、QUIC、缓存规则、状态码缓存时间、防盗链、IP黑白名单、Use-Agent黑白名单、URL鉴权配置、远程鉴权配置、IP访问限频、HTTP header配置、自定义错误页面配置、智能压缩、请求限速配置、WebSocket配置、视频拖拽、回源SNI、访问URL重写、浏览器缓存过期时间。
// 修改域名配置接口,支持修改业务类型、服务范围、备注、IPv6开关、回源方式、回源URL改写、高级回源、Range回源、回源跟随、回源是否校验Etag、回源超时时间、回源请求头、HTTPS配置、TLS版本配置、强制跳转、HSTS、HTTP/2、OCSP Stapling、QUIC、缓存规则、状态码缓存时间、防盗链、IP黑白名单、Use-Agent黑白名单、URL鉴权配置、远程鉴权配置、IP访问限频、HTTP header配置、自定义错误页面配置、智能压缩、请求限速配置、WebSocket配置、视频拖拽、回源SNI、访问URL重写、浏览器缓存过期时间、区域访问控制
//
// Please refer to HUAWEI cloud API Explorer for details.
std::shared_ptr<UpdateDomainFullConfigResponse> updateDomainFullConfig(
Expand Down
Loading

0 comments on commit 702c3a0

Please sign in to comment.