Skip to content

Commit fa2d334

Browse files
release 3.1.140 source code
1 parent 113f4dd commit fa2d334

File tree

1,566 files changed

+273301
-1004
lines changed

Some content is hidden

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

1,566 files changed

+273301
-1004
lines changed

CHANGELOG.md

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,99 @@
1+
# 3.1.140 2025-06-12
2+
3+
### HuaweiCloud SDK CodeArtsBuild
4+
5+
- _API Version_
6+
- V3
7+
- _Features_
8+
- Support the following APIs:
9+
- `ShowDisable`
10+
- `ShowCopyName`
11+
- `ShowJobStepStatus`
12+
- `ShowDefaultProjectPermission`
13+
- `ListUpdateJobHistory`
14+
- `ShowBuildRecordFlowGraph`
15+
- `ListJunitCoverageSummary`
16+
- `ListJob`
17+
- `ShowJobBuildRecordDetail`
18+
- `ListRepository`
19+
- `ListCustomTemplate`
20+
- `ShowSummaryBuildJobInfo`
21+
- `ListRepoBranch`
22+
- `ListKeystoreSearch`
23+
- `CheckJobCountIsTopLimit`
24+
- `DownloadJunitCoverageZip`
25+
- `ListBuildParameter`
26+
- `ShowUserOverPackageQuota`
27+
- `ShowJobTotal`
28+
- _Bug Fix_
29+
- None
30+
- _Change_
31+
- None
32+
33+
### HuaweiCloud SDK ECS
34+
35+
- _API Version_
36+
- V2
37+
- _Features_
38+
- Support the following APIs:
39+
- `ShowServerMetadataOptions`
40+
- `UpdateServerMetadataOptions`
41+
- `ShowRecycleBin`
42+
- `UpdateRecycleBin`
43+
- `ShowRecycleBinServer`
44+
- `DeleteRecycleBinServer`
45+
- `ListRecycleBinServers`
46+
- `UpdateRecycleBinPolicy`
47+
- `RevertRecycleBinServer`
48+
- _Bug Fix_
49+
- None
50+
- _Change_
51+
- **UpdateServer**
52+
- changes of request param
53+
- `+ server.security_options`
54+
- **ShowServer**
55+
- changes of response param
56+
- `+ server.security_options`
57+
- **ListServersDetails**
58+
- changes of response param
59+
- `+ servers.security_options`
60+
- **CreateServers**
61+
- changes of request param
62+
- `+ server.security_options`
63+
- `+ server.metadata_options`
64+
- **CreatePostPaidServers**
65+
- changes of request param
66+
- `+ server.security_options`
67+
- `+ server.metadata_options`
68+
69+
### HuaweiCloud SDK EVS
70+
71+
- _API Version_
72+
- V2
73+
- _Features_
74+
- Support the API `BatchResizeVolumes`
75+
- _Bug Fix_
76+
- None
77+
- _Change_
78+
- None
79+
80+
### HuaweiCloud SDK OCR
81+
82+
- _API Version_
83+
- V1
84+
- _Features_
85+
- None
86+
- _Bug Fix_
87+
- None
88+
- _Change_
89+
- **RecognizeTransportationLicense**
90+
- changes of request param
91+
- `+ return_image_location`
92+
- `+ return_adjusted_image`
93+
- changes of response param
94+
- `+ result.image_location`
95+
- `+ result.adjusted_image`
96+
197
# 3.1.139 2025-06-05
298

399
### HuaweiCloud SDK CodeArtsBuild

CHANGELOG_CN.md

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,99 @@
1+
# 3.1.140 2025-06-12
2+
3+
### HuaweiCloud SDK CodeArtsBuild
4+
5+
- _接口版本_
6+
- V3
7+
- _新增特性_
8+
- 支持以下接口:
9+
- `ShowDisable`
10+
- `ShowCopyName`
11+
- `ShowJobStepStatus`
12+
- `ShowDefaultProjectPermission`
13+
- `ListUpdateJobHistory`
14+
- `ShowBuildRecordFlowGraph`
15+
- `ListJunitCoverageSummary`
16+
- `ListJob`
17+
- `ShowJobBuildRecordDetail`
18+
- `ListRepository`
19+
- `ListCustomTemplate`
20+
- `ShowSummaryBuildJobInfo`
21+
- `ListRepoBranch`
22+
- `ListKeystoreSearch`
23+
- `CheckJobCountIsTopLimit`
24+
- `DownloadJunitCoverageZip`
25+
- `ListBuildParameter`
26+
- `ShowUserOverPackageQuota`
27+
- `ShowJobTotal`
28+
- _解决问题_
29+
- 无
30+
- _特性变更_
31+
- 无
32+
33+
### HuaweiCloud SDK ECS
34+
35+
- _接口版本_
36+
- V2
37+
- _新增特性_
38+
- 支持以下接口:
39+
- `ShowServerMetadataOptions`
40+
- `UpdateServerMetadataOptions`
41+
- `ShowRecycleBin`
42+
- `UpdateRecycleBin`
43+
- `ShowRecycleBinServer`
44+
- `DeleteRecycleBinServer`
45+
- `ListRecycleBinServers`
46+
- `UpdateRecycleBinPolicy`
47+
- `RevertRecycleBinServer`
48+
- _解决问题_
49+
- 无
50+
- _特性变更_
51+
- **UpdateServer**
52+
- 请求参数变更
53+
- `+ server.security_options`
54+
- **ShowServer**
55+
- 响应参数变更
56+
- `+ server.security_options`
57+
- **ListServersDetails**
58+
- 响应参数变更
59+
- `+ servers.security_options`
60+
- **CreateServers**
61+
- 请求参数变更
62+
- `+ server.security_options`
63+
- `+ server.metadata_options`
64+
- **CreatePostPaidServers**
65+
- 请求参数变更
66+
- `+ server.security_options`
67+
- `+ server.metadata_options`
68+
69+
### HuaweiCloud SDK EVS
70+
71+
- _接口版本_
72+
- V2
73+
- _新增特性_
74+
- 支持接口`BatchResizeVolumes`
75+
- _解决问题_
76+
- 无
77+
- _特性变更_
78+
- 无
79+
80+
### HuaweiCloud SDK OCR
81+
82+
- _接口版本_
83+
- V1
84+
- _新增特性_
85+
- 无
86+
- _解决问题_
87+
- 无
88+
- _特性变更_
89+
- **RecognizeTransportationLicense**
90+
- 请求参数变更
91+
- `+ return_image_location`
92+
- `+ return_adjusted_image`
93+
- 响应参数变更
94+
- `+ result.image_location`
95+
- `+ result.adjusted_image`
96+
197
# 3.1.139 2025-06-05
298

399
### HuaweiCloud SDK CodeArtsBuild

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.139
1+
3.1.140

0 commit comments

Comments
 (0)