Skip to content

Commit e48c418

Browse files
release 3.0.25-beta source code for python
1 parent 27faef6 commit e48c418

File tree

493 files changed

+60461
-1424
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

493 files changed

+60461
-1424
lines changed

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,46 @@
1+
## 3.0.25-beta 2020-12-15
2+
## HuaweiCloud SDK CCE
3+
- ### Features
4+
- Support Cloud Container Engine service.
5+
- ### Bug Fix
6+
- None
7+
- ### Change
8+
- None
9+
10+
## HuaweiCloud SDK ELB
11+
- ### Features
12+
- None
13+
- ### Bug Fix
14+
- Fix the problem that sending request to interface `CreateListener` returns empty response.
15+
- Fix the problem that sending request to interface `CreateListener` returns response with wrong type.
16+
- ### Change
17+
- None
18+
19+
## HuaweiCloud SDK FunctionGraph
20+
- ### Features
21+
- Support more interfaces: UpdateFunctionReservedInstances.
22+
- ### Bug Fix
23+
- None
24+
- ### Change
25+
- None
26+
27+
## HuaweiCloud SDK Meeting
28+
- ### Features
29+
- Support more interfaces: CreatePortalRefNonce.
30+
- ### Bug Fix
31+
- None
32+
- ### Change
33+
- None
34+
35+
## HuaweiCloud SDK NAT
36+
- ### Features
37+
- None
38+
- ### Bug Fix
39+
- Fix the problem that using interface `BatchCreateNatGatewayDnatRules` failed.
40+
- ### Change
41+
- None
42+
43+
144
## 3.0.24-beta 2020-12-04
245
## HuaweiCloud SDK SMN
346
- ### Features

CHANGELOG_CN.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,46 @@
1+
## 3.0.25-beta 2020-12-15
2+
## HuaweiCloud SDK CCE
3+
- ### 新增特性
4+
- 支持云容器引擎服务
5+
- ### 解决问题
6+
-
7+
- ### 特性变更
8+
-
9+
10+
## HuaweiCloud SDK ELB
11+
- ### 新增特性
12+
-
13+
- ### 解决问题
14+
- 创建监听器接口返回为空问题修复
15+
- 证书列表查询接口返回非列表问题修复
16+
- ### 特性变更
17+
-
18+
19+
## HuaweiCloud SDK FunctionGraph
20+
- ### 新增特性
21+
- 新增支持接口:更新函数预留实例个数
22+
- ### 解决问题
23+
-
24+
- ### 特性变更
25+
-
26+
27+
## HuaweiCloud SDK Meeting
28+
- ### 新增特性
29+
- 新增支持接口:获取页面免登陆跳转的nonce信息
30+
- ### 解决问题
31+
-
32+
- ### 特性变更
33+
-
34+
35+
## HuaweiCloud SDK NAT
36+
- ### 新增特性
37+
-
38+
- ### 解决问题
39+
- 修复批量创建DNAT规则失败的问题
40+
- ### 特性变更
41+
-
42+
43+
144
## 3.0.24-beta 2020-12-04
245
## HuaweiCloud SDK SMN
346
- ### 新增特性

examples/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from setuptools import setup, find_packages
2222

2323
NAME = "huaweicloudsdkexample"
24-
VERSION = "3.0.24-beta"
24+
VERSION = "3.0.25-beta"
2525
AUTHOR = "HuaweiCloud SDK"
2626
AUTHOR_EMAIL = "[email protected]"
2727
URL = "https://github.com/huaweicloud/huaweicloud-sdk-python-v3"

0 commit comments

Comments
 (0)