Skip to content

Commit

Permalink
release 3.1.82 source code
Browse files Browse the repository at this point in the history
  • Loading branch information
Huaweicloud-SDK committed Feb 20, 2024
1 parent a9aa9a7 commit 94d3185
Show file tree
Hide file tree
Showing 459 changed files with 20,605 additions and 920 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
# 3.1.82 2024-02-20

### HuaweiCloud SDK IAMAccessAnalyzer

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

### HuaweiCloud SDK DCS

- _Features_
- Support the APIs `ListClients`, `ScanClients`, `HangUpClients`, `HangUpKillAllClients`
- _Bug Fix_
- None
- _Change_
- None

### HuaweiCloud SDK DLI

- _Features_
- None
- _Bug Fix_
- None
- _Change_
- **ListSqlJobs**
- changes of response param
- `* jobs.duration: int32 -> int64`
- `* jobs.result_count: int32 -> int64`

# 3.1.81 2024-02-07

### HuaweiCloud SDK GEIP
Expand Down
32 changes: 32 additions & 0 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
# 3.1.82 2024-02-20

### HuaweiCloud SDK IAMAccessAnalyzer

- _新增特性_
- 支持访问分析服务
- _解决问题_
- 无
- _特性变更_
- 无

### HuaweiCloud SDK DCS

- _新增特性_
- 支持接口`ListClients`、`ScanClients`、`HangUpClients`、`HangUpKillAllClients`
- _解决问题_
- 无
- _特性变更_
- 无

### HuaweiCloud SDK DLI

- _新增特性_
- 无
- _解决问题_
- 无
- _特性变更_
- **ListSqlJobs**
- 响应参数变更
- `* jobs.duration: int32 -> int64`
- `* jobs.result_count: int32 -> int64`

# 3.1.81 2024-02-07

### HuaweiCloud SDK GEIP
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.81
3.1.82
3 changes: 2 additions & 1 deletion VulnerabilityFixingDescription.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
| Software | CVE Number | Description | Fixed In |
|-------------------|----------------|----------------------------------------------------------------------------------------------------|---------------------------|
| certifi-2021.10.8 | CVE-2022-23491 | [https://nvd.nist.gov/vuln/detail/CVE-2022-23491](https://nvd.nist.gov/vuln/detail/CVE-2022-23491) | huaweicloudsdkcore-3.1.19 |
| certifi-2021.10.8 | CVE-2022-23491 | [https://nvd.nist.gov/vuln/detail/CVE-2022-23491](https://nvd.nist.gov/vuln/detail/CVE-2022-23491) | huaweicloudsdkcore-3.1.19 |
| ecdsa-0.18.0 | CVE-2024-23342 | [https://nvd.nist.gov/vuln/detail/CVE-2024-23342](https://nvd.nist.gov/vuln/detail/CVE-2024-23342) | huaweicloudsdkcore-3.1.82 |
2 changes: 1 addition & 1 deletion huaweicloud-sdk-aad/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
huaweicloudsdkcore >= 3.1.81
huaweicloudsdkcore >= 3.1.82
4 changes: 2 additions & 2 deletions huaweicloud-sdk-aad/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "huaweicloudsdkaad"
VERSION = "3.1.81"
VERSION = "3.1.82"
AUTHOR = "HuaweiCloud SDK"
AUTHOR_EMAIL = "hwcloudsdk@huawei.com"
URL = "https://github.com/huaweicloud/huaweicloud-sdk-python-v3"
Expand All @@ -14,7 +14,7 @@
with open(path.join(this_directory, 'README_PYPI.md'), encoding='utf-8') as f:
LONG_DESCRIPTION = f.read()

REQUIRES = ["huaweicloudsdkcore>=3.1.81"]
REQUIRES = ["huaweicloudsdkcore>=3.1.82"]

OPTIONS = {
'bdist_wheel': {
Expand Down
Loading

0 comments on commit 94d3185

Please sign in to comment.