Skip to content

Commit b1a510d

Browse files
release 3.1.134 source code
1 parent 888ac81 commit b1a510d

File tree

102 files changed

+4392
-439
lines changed

Some content is hidden

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

102 files changed

+4392
-439
lines changed

CHANGELOG.md

+353
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,356 @@
1+
# 3.1.134 2025-01-23
2+
3+
### HuaweiCloud SDK COC
4+
5+
- _API Version_
6+
- V1
7+
- _Features_
8+
- None
9+
- _Bug Fix_
10+
- None
11+
- _Change_
12+
- Remove the API `ListPrrTemplate`
13+
14+
### HuaweiCloud SDK DCS
15+
16+
- _API Version_
17+
- V2
18+
- _Features_
19+
- None
20+
- _Bug Fix_
21+
- None
22+
- _Change_
23+
- **ResetPassword**
24+
- changes of response param
25+
- `+ code`
26+
- `+ message`
27+
- `+ ext_message`
28+
- **ListSlowlog**
29+
- changes of response param
30+
- `+ slowlogs.node_role`
31+
- `+ slowlogs.client_ip`
32+
33+
### HuaweiCloud SDK ELB
34+
35+
- _API Version_
36+
- V3
37+
- _Features_
38+
- Support the following APIs:
39+
- `UpgradeLoadbalancer`
40+
- `BatchCreateLoadBalancers`
41+
- `DeleteLoadBalancerCascade`
42+
- `ShowIpGroupRelatedListeners`
43+
- `DeletePoolCascade`
44+
- `CloneLoadbalancer`
45+
- `ListJobs`
46+
- `ShowJob`
47+
- `ListFeatureConfigs`
48+
- `ListLoadbalancerFeature`
49+
- _Bug Fix_
50+
- None
51+
- _Change_
52+
- **ShowQuota**
53+
- changes of response param
54+
- `+ quota.ipgroups_per_listener`
55+
- `+ quota.pools_per_l7policy`
56+
- `+ quota.l7policies_per_listener`
57+
- **ListAvailabilityZones**
58+
- changes of request param
59+
- `+ loadbalancer_id`
60+
- **CountPreoccupyIpNum**
61+
- changes of request param
62+
- `+ scene`
63+
- `+ nat64_enable`
64+
- **ListCertificates**
65+
- changes of request param
66+
- `+ scm_certificate_id`
67+
- changes of response param
68+
- `+ certificates.scm_certificate_id`
69+
- **CreateCertificate**
70+
- changes of request param
71+
- `+ certificate.scm_certificate_id`
72+
- changes of response param
73+
- `+ certificate.scm_certificate_id`
74+
- **ShowCertificate**
75+
- changes of response param
76+
- `+ certificate.scm_certificate_id`
77+
- **UpdateCertificate**
78+
- changes of response param
79+
- `+ certificate.scm_certificate_id`
80+
- **ListFlavors**
81+
- changes of request param
82+
- `+ loadbalancer_type`
83+
- `+ public_border_group`
84+
- `+ category`
85+
- `+ list_all`
86+
- `+ flavor_sold_out`
87+
- **ShowLoadBalancer**
88+
- changes of response param
89+
- `+ loadbalancer.service_lb_mode`
90+
- `+ loadbalancer.instance_type`
91+
- `+ loadbalancer.instance_id`
92+
- `+ loadbalancer.proxy_protocol_extensions`
93+
- **UpdateLoadBalancer**
94+
- changes of request param
95+
- `+ loadbalancer.proxy_protocol_extensions`
96+
- `+ loadbalancer.vip_port_id`
97+
- `+ loadbalancer.ipv6_vip_port_id`
98+
- changes of response param
99+
- `+ loadbalancer.service_lb_mode`
100+
- `+ loadbalancer.instance_type`
101+
- `+ loadbalancer.instance_id`
102+
- `+ loadbalancer.proxy_protocol_extensions`
103+
- **BatchAddAvailableZones**
104+
- changes of response param
105+
- `+ loadbalancer.service_lb_mode`
106+
- `+ loadbalancer.instance_type`
107+
- `+ loadbalancer.instance_id`
108+
- `+ loadbalancer.proxy_protocol_extensions`
109+
- **BatchRemoveAvailableZones**
110+
- changes of response param
111+
- `+ loadbalancer.service_lb_mode`
112+
- `+ loadbalancer.instance_type`
113+
- `+ loadbalancer.instance_id`
114+
- `+ loadbalancer.proxy_protocol_extensions`
115+
- **ListListeners**
116+
- changes of request param
117+
- `+ ssl_early_data_enable`
118+
- `+ nat64_enable`
119+
- changes of response param
120+
- `+ listeners.enterprise_project_id`
121+
- `+ listeners.cps`
122+
- `+ listeners.connection`
123+
- `+ listeners.nat64_enable`
124+
- **CreateListener**
125+
- changes of request param
126+
- `+ listener.cps`
127+
- `+ listener.connection`
128+
- `+ listener.nat64_enable`
129+
- changes of response param
130+
- `+ listener.enterprise_project_id`
131+
- `+ listener.cps`
132+
- `+ listener.connection`
133+
- `+ listener.nat64_enable`
134+
- **ShowListener**
135+
- changes of response param
136+
- `+ listener.enterprise_project_id`
137+
- `+ listener.cps`
138+
- `+ listener.connection`
139+
- `+ listener.nat64_enable`
140+
- **UpdateListener**
141+
- changes of request param
142+
- `+ listener.cps`
143+
- `+ listener.connection`
144+
- `+ listener.nat64_enable`
145+
- changes of response param
146+
- `+ listener.enterprise_project_id`
147+
- `+ listener.cps`
148+
- `+ listener.connection`
149+
- `+ listener.nat64_enable`
150+
- **ListPools**
151+
- changes of request param
152+
- `+ quic_cid_len`
153+
- `+ quic_cid_offset`
154+
- changes of response param
155+
- `+ pools.quic_cid_hash_strategy`
156+
- **CreatePool**
157+
- changes of request param
158+
- `+ pool.quic_cid_hash_strategy`
159+
- `- pool.target_rebalance`
160+
- changes of response param
161+
- `+ pool.quic_cid_hash_strategy`
162+
- **ShowPool**
163+
- changes of response param
164+
- `+ pool.quic_cid_hash_strategy`
165+
- **UpdatePool**
166+
- changes of request param
167+
- `+ pool.quic_cid_hash_strategy`
168+
- changes of response param
169+
- `+ pool.quic_cid_hash_strategy`
170+
- **ListMembers**
171+
- changes of response param
172+
- `+ members.reason`
173+
- `+ members.status.reason`
174+
- **CreateMember**
175+
- changes of response param
176+
- `+ member.reason`
177+
- `+ member.status.reason`
178+
- **ShowMember**
179+
- changes of response param
180+
- `+ member.reason`
181+
- `+ member.status.reason`
182+
- **UpdateMember**
183+
- changes of response param
184+
- `+ member.reason`
185+
- `+ member.status.reason`
186+
- **ListAllMembers**
187+
- changes of response param
188+
- `+ members.reason`
189+
- `+ members.status.reason`
190+
- **BatchCreateMembers**
191+
- changes of response param
192+
- `+ members.reason`
193+
- `+ members.status.reason`
194+
- **BatchUpdateMembers**
195+
- changes of response param
196+
- `+ members.reason`
197+
- `+ members.status.reason`
198+
- **ListLoadBalancers**
199+
- changes of response param
200+
- `+ loadbalancers.service_lb_mode`
201+
- `+ loadbalancers.instance_type`
202+
- `+ loadbalancers.instance_id`
203+
- `+ loadbalancers.proxy_protocol_extensions`
204+
- **CreateLoadBalancer**
205+
- changes of request param
206+
- `+ loadbalancer.service_lb_mode`
207+
- `+ loadbalancer.instance_type`
208+
- `+ loadbalancer.instance_id`
209+
- `+ loadbalancer.proxy_protocol_extensions`
210+
- changes of response param
211+
- `+ loadbalancer.service_lb_mode`
212+
- `+ loadbalancer.instance_type`
213+
- `+ loadbalancer.instance_id`
214+
- `+ loadbalancer.proxy_protocol_extensions`
215+
- **ListMasterSlavePools**
216+
- changes of response param
217+
- `+ pools.quic_cid_hash_strategy`
218+
- `+ pools.members.reason`
219+
- **CreateMasterSlavePool**
220+
- changes of request param
221+
- `+ pool.quic_cid_hash_strategy`
222+
- changes of response param
223+
- `+ pool.quic_cid_hash_strategy`
224+
- `+ pool.members.reason`
225+
- **ShowMasterSlavePool**
226+
- changes of response param
227+
- `+ pool.quic_cid_hash_strategy`
228+
- `+ pool.members.reason`
229+
- **ListL7Policies**
230+
- changes of response param
231+
- `+ l7policies.enterprise_project_id`
232+
- `+ l7policies.redirect_pools_extend_config.cors_config`
233+
- **CreateL7Policy**
234+
- changes of request param
235+
- `+ l7policy.redirect_pools_extend_config.cors_config`
236+
- changes of response param
237+
- `+ l7policy.enterprise_project_id`
238+
- `+ l7policy.redirect_pools_extend_config.cors_config`
239+
- **ShowL7Policy**
240+
- changes of response param
241+
- `+ l7policy.enterprise_project_id`
242+
- `+ l7policy.redirect_pools_extend_config.cors_config`
243+
- **UpdateL7Policy**
244+
- changes of request param
245+
- `+ l7policy.redirect_pools_extend_config.cors_config`
246+
- changes of response param
247+
- `+ l7policy.enterprise_project_id`
248+
- `+ l7policy.redirect_pools_extend_config.cors_config`
249+
250+
### HuaweiCloud SDK FunctionGraph
251+
252+
- _API Version_
253+
- V2
254+
- _Features_
255+
- None
256+
- _Bug Fix_
257+
- None
258+
- _Change_
259+
- **CreateFunction**
260+
- changes of request param
261+
- `+ lts_custom_tag`
262+
- changes of response param
263+
- `+ lts_custom_tag`
264+
- **ShowFunctionConfig**
265+
- changes of response param
266+
- `+ peering_cidr`
267+
- `+ lts_custom_tag`
268+
- **UpdateFunctionConfig**
269+
- changes of request param
270+
- `+ peering_cidr`
271+
- `+ lts_custom_tag`
272+
- changes of response param
273+
- `+ peering_cidr`
274+
- `+ lts_custom_tag`
275+
276+
### HuaweiCloud SDK MetaStudio
277+
278+
- _API Version_
279+
- V1
280+
- _Features_
281+
- None
282+
- _Bug Fix_
283+
- None
284+
- _Change_
285+
- **CreateTtsAudition**
286+
- changes of request param
287+
- `+ channels`
288+
- **CreateAsyncTtsJob**
289+
- changes of request param
290+
- `+ channels`
291+
- `+ output_external_url`
292+
- `+ srt_output_external_url`
293+
- `+ action_output_external_url`
294+
- **CreateSmartChatRoom**
295+
- changes of request param
296+
- `+ video_config.output_external_url`
297+
- **ShowSmartChatRoom**
298+
- changes of response param
299+
- `+ video_config.output_external_url`
300+
- **UpdateSmartChatRoom**
301+
- changes of request param
302+
- `+ video_config.output_external_url`
303+
- changes of response param
304+
- `+ video_config.output_external_url`
305+
- **StartSmartLive**
306+
- changes of request param
307+
- `+ video_config.output_external_url`
308+
- **Create2DDigitalHumanVideo**
309+
- changes of request param
310+
- `+ video_config.output_external_url`
311+
- `+ shoot_scripts.shoot_script.audio_drive_file_external_url`
312+
- `+ shoot_scripts.shoot_script.audio_config`
313+
- **Show2DDigitalHumanVideo**
314+
- changes of response param
315+
- `+ video_config.output_external_url`
316+
- `+ shoot_scripts.shoot_script.audio_drive_file_external_url`
317+
- `+ shoot_scripts.shoot_script.audio_config`
318+
- **CreatePhotoDigitalHumanVideo**
319+
- changes of request param
320+
- `+ shoot_scripts.shoot_script.audio_drive_file_external_url`
321+
- `+ shoot_scripts.shoot_script.audio_config`
322+
- **ShowPhotoDigitalHumanVideo**
323+
- changes of response param
324+
- `+ shoot_scripts.shoot_script.audio_drive_file_external_url`
325+
- `+ shoot_scripts.shoot_script.audio_config`
326+
- **CreateSmartLiveRoom**
327+
- changes of request param
328+
- `+ video_config.output_external_url`
329+
- **ShowSmartLiveRoom**
330+
- changes of response param
331+
- `+ video_config.output_external_url`
332+
- **UpdateSmartLiveRoom**
333+
- changes of request param
334+
- `+ video_config.output_external_url`
335+
- changes of response param
336+
- `+ video_config.output_external_url`
337+
- **CreateVideoScripts**
338+
- changes of request param
339+
- `+ video_config.output_external_url`
340+
- `+ shoot_scripts.shoot_script.audio_drive_file_external_url`
341+
- `+ shoot_scripts.shoot_script.audio_config`
342+
- **ShowVideoScript**
343+
- changes of response param
344+
- `+ video_config.output_external_url`
345+
- `+ shoot_scripts.audio_config`
346+
- `+ shoot_scripts.shoot_script.audio_drive_file_external_url`
347+
- `+ shoot_scripts.shoot_script.audio_config`
348+
- **UpdateVideoScript**
349+
- changes of request param
350+
- `+ video_config.output_external_url`
351+
- `+ shoot_scripts.shoot_script.audio_drive_file_external_url`
352+
- `+ shoot_scripts.shoot_script.audio_config`
353+
1354
# 3.1.133 2025-01-16
2355

3356
### HuaweiCloud SDK COC

0 commit comments

Comments
 (0)