Skip to content

Commit 890fdef

Browse files
release 3.1.156 source code
1 parent 3718818 commit 890fdef

File tree

123 files changed

+3642
-990
lines changed

Some content is hidden

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

123 files changed

+3642
-990
lines changed

CHANGELOG.md

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,98 @@
1+
# 3.1.156 2025-07-24
2+
3+
### HuaweiCloud SDK DBSS
4+
5+
- _API Version_
6+
- V1
7+
- _Features_
8+
- Support the APIs `ListAlarmTopicConfigInfo`, `SetAlarmTopicConfigInfo`
9+
- _Bug Fix_
10+
- None
11+
- _Change_
12+
- None
13+
14+
### HuaweiCloud SDK DRS
15+
16+
- _API Version_
17+
- V3
18+
- _Features_
19+
- None
20+
- _Bug Fix_
21+
- None
22+
- _Change_
23+
- **ListDataCompareOverview**
24+
- changes of response param
25+
- `+ data_compare_overview_infos.compare_num`
26+
- `+ data_compare_overview_infos.compare_end_num`
27+
- `+ data_compare_overview_infos.data_inconsistent_num`
28+
- `+ data_compare_overview_infos.uncomparable_num`
29+
- **ListContentCompareOverview**
30+
- changes of response param
31+
- `+ content_compare_result_infos.compare_num`
32+
- `+ content_compare_result_infos.compare_end_num`
33+
- `+ content_compare_result_infos.data_inconsistent_num`
34+
- `+ content_compare_result_infos.uncomparable_num`
35+
- **ListContentCompareDetail**
36+
- changes of response param
37+
- `+ content_compare_result_infos.status`
38+
- `+ content_compare_result_infos.complete_shard_count`
39+
- `+ content_compare_result_infos.total_shard_count`
40+
- `+ content_compare_result_infos.progress`
41+
42+
### HuaweiCloud SDK DRS
43+
44+
- _API Version_
45+
- V5
46+
- _Features_
47+
- Support the APIs `ExportCreationTemplate`, `ShowExportProgress`, `ListTemplates`, `DownloadCreateTemplate`
48+
- _Bug Fix_
49+
- None
50+
- _Change_
51+
- **DownloadBatchCreateTemplate**
52+
- changes of request param
53+
- `+ engine_type`
54+
- **ImportBatchCreateJobs**
55+
- changes of request param
56+
- `+ type`
57+
- **ExecuteJobAction**
58+
- changes of request param
59+
- `+ job.action_name: enum value [diagnosis,start_repair,stop_repair]`
60+
- `- job.action_name: enum value [diagnosis:一键诊断。,start_repair:开始数据修复。,stop_repair:停止数据修复。]`
61+
- **BatchExecuteJobActions**
62+
- changes of request param
63+
- `+ jobs.action_name: enum value [diagnosis,start_repair,stop_repair]`
64+
- `- jobs.action_name: enum value [diagnosis:一键诊断。,start_repair:开始数据修复。,stop_repair:停止数据修复。]`
65+
66+
### HuaweiCloud SDK ECS
67+
68+
- _API Version_
69+
- V2
70+
- _Features_
71+
- None
72+
- _Bug Fix_
73+
- None
74+
- _Change_
75+
- **ShowServer**
76+
- changes of response param
77+
- `+ server.network_interfaces.subnet_id`
78+
- **ListServersDetails**
79+
- changes of response param
80+
- `+ servers.network_interfaces.subnet_id`
81+
- **ListRecycleBinServers**
82+
- changes of response param
83+
- `+ servers.network_interfaces.subnet_id`
84+
85+
### HuaweiCloud SDK IoTDA
86+
87+
- _API Version_
88+
- V5
89+
- _Features_
90+
- Support the API `DeleteDeviceMessage`
91+
- _Bug Fix_
92+
- None
93+
- _Change_
94+
- None
95+
196
# 3.1.155 2025-07-17
297

398
### HuaweiCloud SDK Config

CHANGELOG_CN.md

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,98 @@
1+
# 3.1.156 2025-07-24
2+
3+
### HuaweiCloud SDK DBSS
4+
5+
- _接口版本_
6+
- V1
7+
- _新增特性_
8+
- 支持接口`ListAlarmTopicConfigInfo`、`SetAlarmTopicConfigInfo`
9+
- _解决问题_
10+
- 无
11+
- _特性变更_
12+
- 无
13+
14+
### HuaweiCloud SDK DRS
15+
16+
- _接口版本_
17+
- V3
18+
- _新增特性_
19+
- 无
20+
- _解决问题_
21+
- 无
22+
- _特性变更_
23+
- **ListDataCompareOverview**
24+
- 响应参数变更
25+
- `+ data_compare_overview_infos.compare_num`
26+
- `+ data_compare_overview_infos.compare_end_num`
27+
- `+ data_compare_overview_infos.data_inconsistent_num`
28+
- `+ data_compare_overview_infos.uncomparable_num`
29+
- **ListContentCompareOverview**
30+
- 响应参数变更
31+
- `+ content_compare_result_infos.compare_num`
32+
- `+ content_compare_result_infos.compare_end_num`
33+
- `+ content_compare_result_infos.data_inconsistent_num`
34+
- `+ content_compare_result_infos.uncomparable_num`
35+
- **ListContentCompareDetail**
36+
- 响应参数变更
37+
- `+ content_compare_result_infos.status`
38+
- `+ content_compare_result_infos.complete_shard_count`
39+
- `+ content_compare_result_infos.total_shard_count`
40+
- `+ content_compare_result_infos.progress`
41+
42+
### HuaweiCloud SDK DRS
43+
44+
- _接口版本_
45+
- V5
46+
- _新增特性_
47+
- 支持接口`ExportCreationTemplate`、`ShowExportProgress`、`ListTemplates`、`DownloadCreateTemplate`
48+
- _解决问题_
49+
- 无
50+
- _特性变更_
51+
- **DownloadBatchCreateTemplate**
52+
- 请求参数变更
53+
- `+ engine_type`
54+
- **ImportBatchCreateJobs**
55+
- 请求参数变更
56+
- `+ type`
57+
- **ExecuteJobAction**
58+
- 请求参数变更
59+
- `+ job.action_name: enum value [diagnosis,start_repair,stop_repair]`
60+
- `- job.action_name: enum value [diagnosis:一键诊断。,start_repair:开始数据修复。,stop_repair:停止数据修复。]`
61+
- **BatchExecuteJobActions**
62+
- 请求参数变更
63+
- `+ jobs.action_name: enum value [diagnosis,start_repair,stop_repair]`
64+
- `- jobs.action_name: enum value [diagnosis:一键诊断。,start_repair:开始数据修复。,stop_repair:停止数据修复。]`
65+
66+
### HuaweiCloud SDK ECS
67+
68+
- _接口版本_
69+
- V2
70+
- _新增特性_
71+
- 无
72+
- _解决问题_
73+
- 无
74+
- _特性变更_
75+
- **ShowServer**
76+
- 响应参数变更
77+
- `+ server.network_interfaces.subnet_id`
78+
- **ListServersDetails**
79+
- 响应参数变更
80+
- `+ servers.network_interfaces.subnet_id`
81+
- **ListRecycleBinServers**
82+
- 响应参数变更
83+
- `+ servers.network_interfaces.subnet_id`
84+
85+
### HuaweiCloud SDK IoTDA
86+
87+
- _接口版本_
88+
- V5
89+
- _新增特性_
90+
- 支持接口`DeleteDeviceMessage`
91+
- _解决问题_
92+
- 无
93+
- _特性变更_
94+
- 无
95+
196
# 3.1.155 2025-07-17
297

398
### HuaweiCloud SDK Config

0 commit comments

Comments
 (0)