Skip to content

Commit 905ccdd

Browse files
release 3.1.150 source code
1 parent e23e574 commit 905ccdd

File tree

1,060 files changed

+136294
-2481
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,060 files changed

+136294
-2481
lines changed

CHANGELOG.md

Lines changed: 386 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,389 @@
1+
# 3.1.150 2025-06-12
2+
3+
### HuaweiCloud SDK AOS
4+
5+
- _API Version_
6+
- V1
7+
- _Features_
8+
- Support the following APIs:
9+
- `DeletePrivateProvider`
10+
- `ShowPrivateProviderMetadata`
11+
- `UpdatePrivateProviderMetadata`
12+
- `DeletePrivateProviderVersion`
13+
- `ShowPrivateProviderVersionMetadata`
14+
- `ListPrivateProviders`
15+
- `ListPrivateProviderVersions`
16+
- `CreateTemplate`
17+
- `CreateTemplateVersion`
18+
- _Bug Fix_
19+
- None
20+
- _Change_
21+
- **ListStackEvents**
22+
- changes of request param
23+
- `+ marker`
24+
- `+ limit`
25+
- changes of response param
26+
- `+ page_info`
27+
- **ListStackOutputs**
28+
- changes of request param
29+
- `+ marker`
30+
- `+ limit`
31+
- changes of response param
32+
- `+ page_info`
33+
- **ListPrivateHooks**
34+
- changes of request param
35+
- `+ marker`
36+
- `+ limit`
37+
- changes of response param
38+
- `+ page_info`
39+
- **ListPrivateModules**
40+
- changes of request param
41+
- `+ marker`
42+
- `+ limit`
43+
- changes of response param
44+
- `+ page_info`
45+
- **ListPrivateModuleVersions**
46+
- changes of request param
47+
- `+ marker`
48+
- `+ limit`
49+
- changes of response param
50+
- `+ page_info`
51+
- **ListStackSets**
52+
- changes of request param
53+
- `+ marker`
54+
- `+ limit`
55+
- changes of response param
56+
- `+ page_info`
57+
- **ListStackSetOperations**
58+
- changes of request param
59+
- `+ marker`
60+
- `+ limit`
61+
- changes of response param
62+
- `+ page_info`
63+
- **ListStackInstances**
64+
- changes of request param
65+
- `+ marker`
66+
- `+ limit`
67+
- changes of response param
68+
- `+ page_info`
69+
- **ListStackResources**
70+
- changes of request param
71+
- `+ marker`
72+
- `+ limit`
73+
- changes of response param
74+
- `+ page_info`
75+
- **ListExecutionPlans**
76+
- changes of request param
77+
- `+ marker`
78+
- `+ limit`
79+
- changes of response param
80+
- `+ page_info`
81+
- **ListStacks**
82+
- changes of request param
83+
- `+ marker`
84+
- `+ limit`
85+
- changes of response param
86+
- `+ page_info`
87+
88+
### HuaweiCloud SDK BMS
89+
90+
- _API Version_
91+
- V1
92+
- _Features_
93+
- Support the APIs `ShowBaremetalServerMetadataOptions`, `UpdateBaremetalServerMetadataOptions`
94+
- _Bug Fix_
95+
- None
96+
- _Change_
97+
- **CreateBareMetalServers**
98+
- changes of request param
99+
- `+ server.metadata_options`
100+
101+
### HuaweiCloud SDK CCE
102+
103+
- _API Version_
104+
- V3
105+
- _Features_
106+
- None
107+
- _Bug Fix_
108+
- None
109+
- _Change_
110+
- **ShowNode**
111+
- changes of response param
112+
- `+ spec.publicIP.iptype`
113+
- `+ spec.publicIP.bandwidth`
114+
- **UpdateNode**
115+
- changes of response param
116+
- `+ spec.publicIP.iptype`
117+
- `+ spec.publicIP.bandwidth`
118+
- **DeleteNode**
119+
- changes of response param
120+
- `+ spec.publicIP.iptype`
121+
- `+ spec.publicIP.bandwidth`
122+
- **CreateNode**
123+
- changes of request param
124+
- `+ spec.publicIP.iptype`
125+
- `+ spec.publicIP.bandwidth`
126+
- changes of response param
127+
- `+ spec.publicIP.iptype`
128+
- `+ spec.publicIP.bandwidth`
129+
- **ListNodes**
130+
- changes of response param
131+
- `+ items.spec.publicIP.iptype`
132+
- `+ items.spec.publicIP.bandwidth`
133+
- **ShowNodePool**
134+
- changes of response param
135+
- `+ spec.nodeTemplate.publicIP.iptype`
136+
- `+ spec.nodeTemplate.publicIP.bandwidth`
137+
- **UpdateNodePool**
138+
- changes of request param
139+
- `+ spec.nodeTemplate.publicIP`
140+
- changes of response param
141+
- `+ spec.nodeTemplate.publicIP.iptype`
142+
- `+ spec.nodeTemplate.publicIP.bandwidth`
143+
- **DeleteNodePool**
144+
- changes of response param
145+
- `+ spec.nodeTemplate.publicIP.iptype`
146+
- `+ spec.nodeTemplate.publicIP.bandwidth`
147+
- **CreateNodePool**
148+
- changes of request param
149+
- `+ spec.nodeTemplate.publicIP.iptype`
150+
- `+ spec.nodeTemplate.publicIP.bandwidth`
151+
- changes of response param
152+
- `+ spec.nodeTemplate.publicIP.iptype`
153+
- `+ spec.nodeTemplate.publicIP.bandwidth`
154+
- **ListNodePools**
155+
- changes of response param
156+
- `+ items.spec.nodeTemplate.publicIP.iptype`
157+
- `+ items.spec.nodeTemplate.publicIP.bandwidth`
158+
159+
### HuaweiCloud SDK CodeArtsBuild
160+
161+
- _API Version_
162+
- V3
163+
- _Features_
164+
- Support the following APIs:
165+
- `ShowDisable`
166+
- `ShowCopyName`
167+
- `ShowJobStepStatus`
168+
- `ShowDefaultProjectPermission`
169+
- `ListUpdateJobHistory`
170+
- `ShowBuildRecordFlowGraph`
171+
- `ListJunitCoverageSummary`
172+
- `ListJob`
173+
- `ShowJobBuildRecordDetail`
174+
- `ListRepository`
175+
- `ListCustomTemplate`
176+
- `ShowSummaryBuildJobInfo`
177+
- `ListRepoBranch`
178+
- `ListKeystoreSearch`
179+
- `CheckJobCountIsTopLimit`
180+
- `DownloadJunitCoverageZip`
181+
- `ListBuildParameter`
182+
- `ShowUserOverPackageQuota`
183+
- `ShowJobTotal`
184+
- _Bug Fix_
185+
- None
186+
- _Change_
187+
- None
188+
189+
### HuaweiCloud SDK DCS
190+
191+
- _API Version_
192+
- V2
193+
- _Features_
194+
- None
195+
- _Bug Fix_
196+
- None
197+
- _Change_
198+
- **CreateInstance**
199+
- changes of request param
200+
- `+ spec_param`
201+
202+
### HuaweiCloud SDK ECS
203+
204+
- _API Version_
205+
- V2
206+
- _Features_
207+
- Support the following APIs:
208+
- `ShowServerMetadataOptions`
209+
- `UpdateServerMetadataOptions`
210+
- `ShowRecycleBin`
211+
- `UpdateRecycleBin`
212+
- `ShowRecycleBinServer`
213+
- `DeleteRecycleBinServer`
214+
- `ListRecycleBinServers`
215+
- `UpdateRecycleBinPolicy`
216+
- `RevertRecycleBinServer`
217+
- _Bug Fix_
218+
- None
219+
- _Change_
220+
- **UpdateServer**
221+
- changes of request param
222+
- `+ server.security_options`
223+
- **ShowServer**
224+
- changes of response param
225+
- `+ server.security_options`
226+
- **ListServersDetails**
227+
- changes of response param
228+
- `+ servers.security_options`
229+
- **CreateServers**
230+
- changes of request param
231+
- `+ server.security_options`
232+
- `+ server.metadata_options`
233+
- **CreatePostPaidServers**
234+
- changes of request param
235+
- `+ server.security_options`
236+
- `+ server.metadata_options`
237+
238+
### HuaweiCloud SDK EVS
239+
240+
- _API Version_
241+
- V2
242+
- _Features_
243+
- Support the API `BatchResizeVolumes`
244+
- _Bug Fix_
245+
- None
246+
- _Change_
247+
- None
248+
249+
### HuaweiCloud SDK FunctionGraph
250+
251+
- _API Version_
252+
- V2
253+
- _Features_
254+
- None
255+
- _Bug Fix_
256+
- None
257+
- _Change_
258+
- **ImportFunction**
259+
- changes of response param
260+
- `+ func_vpc.is_safety`
261+
- **ListFunctions**
262+
- changes of request param
263+
- `+ func_name`
264+
- **CreateFunction**
265+
- changes of request param
266+
- `+ func_vpc.is_safety`
267+
- changes of response param
268+
- `+ func_vpc.is_safety`
269+
- **ShowFunctionConfig**
270+
- changes of response param
271+
- `+ func_vpc.is_safety`
272+
- **UpdateFunctionConfig**
273+
- changes of request param
274+
- `+ func_vpc.is_safety`
275+
- changes of response param
276+
- `+ func_vpc.is_safety`
277+
- **UpdateFunctionMaxInstanceConfig**
278+
- changes of response param
279+
- `+ func_vpc.is_safety`
280+
- **CreateFunctionVersion**
281+
- changes of response param
282+
- `+ func_vpc.is_safety`
283+
284+
### HuaweiCloud SDK IoTDA
285+
286+
- _API Version_
287+
- V5
288+
- _Features_
289+
- None
290+
- _Bug Fix_
291+
- None
292+
- _Change_
293+
- **CreateProvisioningTemplate**
294+
- changes of request param
295+
- `+ template_body.resources.device.device_id`
296+
- changes of response param
297+
- `+ template_body.resources.device.device_id`
298+
- **ShowProvisioningTemplate**
299+
- changes of response param
300+
- `+ template_body.resources.device.device_id`
301+
- **UpdateProvisioningTemplate**
302+
- changes of request param
303+
- `+ template_body.resources.device.device_id`
304+
- changes of response param
305+
- `+ template_body.resources.device.device_id`
306+
307+
### HuaweiCloud SDK Kafka
308+
309+
- _API Version_
310+
- V2
311+
- _Features_
312+
- Support the APIs `ValidateConnectorConnectivity`, `ModifyConnectorTask`
313+
- _Bug Fix_
314+
- None
315+
- _Change_
316+
- **BatchRestartOrDeleteInstances**
317+
- changes of request param
318+
- `+ force_delete`
319+
- **ShowKafkaTopicQuota**
320+
- changes of response param
321+
- `+ quotas`
322+
- `+ count`
323+
- `- partitions`
324+
325+
### HuaweiCloud SDK OCR
326+
327+
- _API Version_
328+
- V1
329+
- _Features_
330+
- None
331+
- _Bug Fix_
332+
- None
333+
- _Change_
334+
- **RecognizeTransportationLicense**
335+
- changes of request param
336+
- `+ return_image_location`
337+
- `+ return_adjusted_image`
338+
- changes of response param
339+
- `+ result.image_location`
340+
- `+ result.adjusted_image`
341+
342+
### HuaweiCloud SDK RabbitMQ
343+
344+
- _API Version_
345+
- V2
346+
- _Features_
347+
- None
348+
- _Bug Fix_
349+
- None
350+
- _Change_
351+
- **CreateExchange**
352+
- changes of request param
353+
- `+ arguments`
354+
355+
### HuaweiCloud SDK RocketMQ
356+
357+
- _API Version_
358+
- V2
359+
- _Features_
360+
- Support the following APIs:
361+
- `ListDiagnosisReports`
362+
- `CreateDiagnosisTask`
363+
- `BatchDeleteDiagnosisReport`
364+
- `ShowDiagnosisReport`
365+
- `ShowDiagnosisStack`
366+
- `ModifyInstanceSslConfig`
367+
- `ListBackgroundTasks`
368+
- `DeleteBackgroundTask`
369+
- `SendMessage`
370+
- _Bug Fix_
371+
- None
372+
- _Change_
373+
- Remove the API `RestartInstance`
374+
- **UpdateTopic**
375+
- changes of request param
376+
- `+ queues`
377+
- `+ topic_desc`
378+
- **CreateInstanceByEngine**
379+
- changes of request param
380+
- `+ proxy_enable`
381+
- `+ arch_type`
382+
- `+ tls_mode`
383+
- **ListMessages**
384+
- changes of request param
385+
- `+ queue`
386+
1387
# 3.1.149 2025-06-05
2388

3389
### HuaweiCloud SDK CES

0 commit comments

Comments
 (0)