Skip to content

Commit

Permalink
release 3.0.6-beta source code for cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Huaweicloud-SDK committed Feb 27, 2021
1 parent 9c88d6b commit b34810e
Show file tree
Hide file tree
Showing 20 changed files with 2,453 additions and 684 deletions.
86 changes: 54 additions & 32 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,63 +1,85 @@
## 3.0.5-beta 2021-02-07
## HuaweiCloud SDK IMS
- ### Features
# 3.0.6-beta 2021-02-27

### HuaweiCloud SDK Core

- _Features_
- None
- ### Bug Fix
- _Bug Fix_
- None
- ### Change
- Interface `ListOsVersions` adjustment: change the data type of `os_bit` which is the property of response of the interface from string to integer.
- _Change_
- Optimize the description of `README` and the format of `CHANGELOG`.

# 3.0.5-beta 2021-02-07

### HuaweiCloud SDK IMS

- _Features_
- None
- _Bug Fix_
- None
- _Change_
- Interface `ListOsVersions` adjustment: change the data type of `os_bit` which is the property of response of the
interface from string to integer.

# 3.0.4-beta 2021-01-30
## HuaweiCloud SDK ECS
- ### Features

### HuaweiCloud SDK ECS

- _Features_
- None
- ### Bug Fix
- _Bug Fix_
- None
- ### Change
- _Change_
- Change interface name from `UpdateAutoTerminateTimeServer` to `UpdateServerAutoTerminateTime`.

## HuaweiCloud SDK EVS
- ### Features
### HuaweiCloud SDK EVS

- _Features_
- None
- ### Bug Fix
- _Bug Fix_
- None
- ### Change
- Interface `CinderCreateVolume` is supported to specify the id of dedicated storage pool using property `OS-SCH-HNT:scheduler_hints`.
- _Change_
- Interface `CinderCreateVolume` is supported to specify the id of dedicated storage pool using
property `OS-SCH-HNT:scheduler_hints`.
- Modify property type of `allocated` of class `QuotaDetails` from `String` to `Integer`.


# 3.0.3-beta 2021-01-25
## HuaweiCloud SDK Core
- ### Features

### HuaweiCloud SDK Core

- _Features_
- None
- ### Bug Fix
- _Bug Fix_
- Support using default config.
- ### Change
- _Change_
- The default value of `ConnectionTimeout` is set to 60 seconds.
- The default value of `ReadTimeout` is set to 120 seconds.

## HuaweiCloud SDK ECS
- ### Features
### HuaweiCloud SDK ECS

- _Features_
- Support more interface: UpdateAutoTerminateTimeServer.
- ### Bug Fix
- _Bug Fix_
- None
- ### Change
- _Change_
- None


# 3.0.2-beta 2021-01-15
## HuaweiCloud SDK Core
- ### Features

### HuaweiCloud SDK Core

- _Features_
- Support multiple versions of SDK.
- ### Bug Fix
- _Bug Fix_
- None
- ### Change
- _Change_
- None

# 3.0.1-beta 2020-12-31

## First Release

- ### Supported Services
- `Elastic Cloud Server`(ECS) service.
- `Elastic IP`(EIP) service.
- `Virtual Private Cloud`(VPC) service.
- `Elastic Cloud Server` (ECS) service.
- `Elastic IP` (EIP) service.
- `Virtual Private Cloud` (VPC) service.
79 changes: 50 additions & 29 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
@@ -1,62 +1,83 @@
## 3.0.5-beta 2021-02-07
## HuaweiCloud SDK IMS
- ### 新增特性
# 3.0.6-beta 2021-02-27

### HuaweiCloud SDK Core

- _新增特性_
-
- ### 解决问题
- _解决问题_
-
- ### 特性变更
- 查询镜像支持的OS列表(ListOsVersions)接口返回体属性 `os_bit` 数据类型调整:string → int32
- _特性变更_
- 优化 README 文档描述及 CHANGELOG 日志格式

# 3.0.5-beta 2021-02-07

### HuaweiCloud SDK IMS

- _新增特性_
-
- _解决问题_
-
- _特性变更_
- 查询镜像支持的OS列表(ListOsVersions)接口返回体属性 `os_bit` 数据类型调整:string → int32

# 3.0.4-beta 2021-01-30
## HuaweiCloud SDK ECS
- ### 新增特性

### HuaweiCloud SDK ECS

- _新增特性_
-
- ### 解决问题
- _解决问题_
-
- ### 特性变更
- _特性变更_
- 接口名称调整: UpdateAutoTerminateTimeServer → UpdateServerAutoTerminateTime

## HuaweiCloud SDK EVS
- ### 新增特性
### HuaweiCloud SDK EVS

- _新增特性_
-
- ### 解决问题
- _解决问题_
-
- ### 特性变更
- _特性变更_
- 创建云硬盘接口支持指定专属存储池ID
- 查询配额相关接口属性 `allocated` 类型调整: string → int

# 3.0.3-beta 2021-01-25
## HuaweiCloud SDK Core
- ### 新增特性

### HuaweiCloud SDK Core

- _新增特性_
-
- ### 解决问题
- _解决问题_
- 支持创建默认Config
- ### 特性变更
- _特性变更_
- 设置默认ConnectionTimeout为60秒
- 设置默认ReadTimeout为120秒

## HuaweiCloud SDK ECS
- ### 新增特性
### HuaweiCloud SDK ECS

- _新增特性_
- 新增支持接口:修改云服务器云主机销毁时间
- ### 解决问题
- _解决问题_
-
- ### 特性变更
- _特性变更_
-

# 3.0.2-beta 2021-01-15
## HuaweiCloud SDK Core
- ### 新增特性

### HuaweiCloud SDK Core

- _新增特性_
- 支持多版本
- ### 解决问题
- _解决问题_
-
- ### 特性变更
- _特性变更_
-


# 3.0.1-beta 2020-12-31
## 首次发布
- ### 已支持服务

### 首次发布

- _已支持服务_
- 弹性云服务器(ECS)
- 弹性公网IP服务(EIP)
- 虚拟私有云服务(VPC)
Loading

0 comments on commit b34810e

Please sign in to comment.