CHANGELOG 49 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632
  1. 2019-12-05 Version 1.36.208
  2. - Add api QueryMetric.
  3. 2019-12-04 Version 1.36.207
  4. - Generated 2019-01-01 for `HBase`.
  5. 2019-12-04 Version 1.36.206
  6. - Supported ModifyDBInstanceSpec for Direction param.
  7. 2019-12-02 Version 1.36.205
  8. - Remove QuerySmsProdStatus OpenAPI.
  9. 2019-11-29 Version 1.36.204
  10. - Add RenewInstance.
  11. - Add RenewLogstash.
  12. - Add UpdateInstanceChargeType.
  13. - Add UpdateLogstashChargeType.
  14. 2019-11-28 Version 1.36.203
  15. - Supported API GetTxtRecordForVerify.
  16. - Supported API RetrieveDomain.
  17. 2019-11-28 Version 1.36.202
  18. - Supported dash for compress.
  19. 2019-11-28 Version 1.36.201
  20. - Eni Supports Multi-SecurityGroup.
  21. 2019-11-27 Version 1.36.200
  22. - CreateReplicationJob API supports the specified instance type.
  23. 2019-11-26 Version 1.36.199
  24. - Modify QueryBill, add SubOrderId in item of response.
  25. 2019-11-26 Version 1.36.198
  26. - Supported API BindInstanceDomains.
  27. - Supported API UnbindInstanceDomains.
  28. - Supported API AddCustomLine.
  29. - Supported API UpdateCustomLine.
  30. - Supported API DeleteCustomLines.
  31. - Supported API DescribeCustomLine.
  32. - Supported API DescribeCustomLines.
  33. 2019-11-25 Version 1.36.197
  34. - Generated 2019-10-30 for `aliyuncvc`.
  35. 2019-11-25 Version 1.36.196
  36. - One or more people can be subscribed when creating tasks.
  37. 2019-11-21 Version 1.36.195
  38. - Add ConvertPayType.
  39. - Add ConvertLogstashPayType.
  40. 2019-11-21 Version 1.36.194
  41. - Generated 2017-10-11 for `Chatbot`.
  42. 2019-11-21 Version 1.36.193
  43. - Generated 2017-10-11 for `Chatbot`.
  44. 2019-11-21 Version 1.36.192
  45. - Generated 2019-10-30 for `aliyuncvc`.
  46. 2019-11-20 Version 1.36.191
  47. - Update Nlp Automl SDK.
  48. 2019-11-20 Version 1.36.190
  49. - Add new OpenAPI.
  50. 2019-11-20 Version 1.36.189
  51. - Add new pop api.
  52. 2019-11-20 Version 1.36.188
  53. - Generated 2014-05-26 for `Ecs`.
  54. 2019-11-20 Version 1.36.187
  55. - Generated 2018-04-12 for `EHPC`.
  56. 2019-11-20 Version 1.36.186
  57. - Supported ecsDemand CreateDemand, ModifyDemand, DeleteDemand API.
  58. - Modify ecsDemand DescribesDemands API.
  59. 2019-11-20 Version 1.36.185
  60. - Generated 2019-01-01 for `HBase`.
  61. 2019-11-20 Version 1.36.184
  62. - Add API ReportVoipProblems.
  63. - Add API QueryVoipNumberBindINfos.
  64. 2019-11-15 Version 1.36.183
  65. - Nlp Automl SDK.
  66. 2019-11-15 Version 1.36.182
  67. - Sync cdn APIs.
  68. 2019-11-15 Version 1.36.181
  69. - Fixed bugs.
  70. 2019-11-15 Version 1.36.180
  71. - Add Scdn APIS.
  72. - Sync cdn APIS.
  73. 2019-11-15 Version 1.36.179
  74. - Modify QueryAccountBill, support group by product.
  75. 2019-11-15 Version 1.36.178
  76. - Modify DescribeRestoreRangeInfo.
  77. 2019-11-15 Version 1.36.177
  78. - Add DescribeRestoreRangeInfo.
  79. 2019-11-14 Version 1.36.176
  80. - Released dysms OpenAPI.
  81. 2019-11-14 Version 1.36.175
  82. - Support Tag OpenAPI.
  83. - Fix endpoint problem.
  84. 2019-11-14 Version 1.36.174
  85. - Initial construction.
  86. - Public beta version.
  87. - Supported AliyunController for Interface.
  88. - Supported ConsoleController for Interface.
  89. - Supported AccountController for Interface.
  90. 2019-11-13 Version 1.36.173
  91. - Supported Stream analyse.
  92. 2019-11-13 Version 1.36.172
  93. - Fix ResourceId type from Long to String on QueryCostUnitResource.
  94. 2019-11-13 Version 1.36.171
  95. - Fix ResourceId type from Long to String on QueryCostUnitResource.
  96. 2019-11-13 Version 1.36.170
  97. - Add new API QueryBillToOSSSubscription.
  98. 2019-11-13 Version 1.36.169
  99. - Supported API UpdateDomainRemark for Update Domain Remark.
  100. - Supported API UpdateDomainRecordRemark for Update Record Remark.
  101. - Unsupported API CheckDomainRecord.
  102. 2019-11-13 Version 1.36.168
  103. - Support Go SDK.
  104. - Support C SDK.
  105. - Support PHP SDK.
  106. 2019-11-08 Version 1.36.167
  107. - Add DescribeJobErrorCode.
  108. 2019-11-05 Version 1.36.166
  109. - Add OperateBlackNo.
  110. 2019-11-02 Version 1.36.165
  111. - Generated 2017-05-25 for `Dyvmsapi`.
  112. 2019-10-31 Version 1.36.164
  113. - Initial construction.
  114. - Public beta version.
  115. - Supported AliyunController for Interface.
  116. - Supported ConsoleController for Interface.
  117. - Supported AccountController for Interface.
  118. 2019-10-31 Version 1.36.163
  119. - Initial construction.
  120. - Public beta version.
  121. - Supported AliyunController for Interface.
  122. - Supported ConsoleController for Interface.
  123. - Supported AccountController for Interface.
  124. 2019-10-29 Version 1.36.162
  125. - Add a new Alibaba Cloud Bill API named QueryAccountBill.
  126. 2019-10-25 Version 1.36.161
  127. - Initial construction.
  128. - Public beta version.
  129. - Supported AliyunController for Interface.
  130. - Supported ConsoleController for Interface.
  131. - Supported AccountController for Interface.
  132. 2019-10-25 Version 1.36.160
  133. - Supported query push records.
  134. 2019-10-25 Version 1.36.159
  135. - Add DescribeDBClusterPerformance, DescribeDBNodePerformance for performance.
  136. 2019-10-24 Version 1.36.158
  137. - Generated 2017-12-14 for `BssOpenApi`.
  138. 2019-10-23 Version 1.36.157
  139. - Add a new api named SubmitDynamicImageJob capture a certain part of the video as a dynamic image.
  140. - Add a new api named SubmitWorkflowJob to initiate the VoD workflow processing for audio and video.
  141. - Add a new field AuditStatus in the structure ImageInfo to GetImageInfo api response, which is used to identify the audit status of the image.
  142. - Modify the data type of return field StorageLocation to String.
  143. - Add a new field named MediaType to SubmitAIMediaAuditJob api request.
  144. 2019-10-23 Version 1.36.156
  145. - Add a new api named SubmitDynamicImageJob capture a certain part of the video as a dynamic image.
  146. - Add a new api named SubmitWorkflowJob to initiate the VoD workflow processing for audio and video.
  147. - Add a new field AuditStatus in the structure ImageInfo to GetImageInfo api response, which is used to identify the audit status of the image.
  148. - Modify the data type of return field StorageLocation to String.
  149. - Add a new field named MediaType to SubmitAIMediaAuditJob api request.
  150. 2019-10-23 Version 1.36.155
  151. - Add a new api named SubmitDynamicImageJob capture a certain part of the video as a dynamic image.
  152. - Add a new api named SubmitWorkflowJob to initiate the VoD workflow processing for audio and video.
  153. - Add a new field AuditStatus in the structure ImageInfo to GetImageInfo api response, which is used to identify the audit status of the image.
  154. - Modify the data type of return field StorageLocation to String.
  155. - Add a new field named MediaType to SubmitAIMediaAuditJob api request.
  156. 2019-10-22 Version 1.36.154
  157. - RunInstances support AutoSnapshotPolicyId.
  158. 2019-10-22 Version 1.36.153
  159. - Supported ExternalId IMM.
  160. 2019-10-21 Version 1.36.152
  161. - Release first version.
  162. 2019-10-18 Version 1.36.151
  163. - Generated 2019-09-10 for `DnsKnocker`.
  164. 2019-10-16 Version 1.36.150
  165. - Add ListTagResources OpenApi.
  166. - Add TagResources OpenApi.
  167. - Add UntagResources OpenApi.
  168. - Add ModifyDBInstanceAutoUpgradeMinorVersion OpenApi.
  169. 2019-10-14 Version 1.36.149
  170. - Support continuous pushing.
  171. 2019-10-09 Version 1.36.148
  172. - Add VideoCancelScan Api.
  173. 2019-10-09 Version 1.36.147
  174. - Support API RecognizeImageColor.
  175. - Support API DetectImageElements.
  176. - Support API RecolorImage.
  177. - Support API SegmentImage.
  178. - Support API ChangeImageSize.
  179. - Support API ExtendImageStyle.
  180. - Support API RecognizeImageStyle.
  181. - Support API MakeSuperResolution.
  182. 2019-10-08 Version 1.36.146
  183. - Supported Grab Frame IMM.
  184. 2019-10-08 Version 1.36.145
  185. - Supported API MassPush for Push Message or Notice.
  186. 2019-10-08 Version 1.36.144
  187. - Generated 2016-01-20 for `Kms`.
  188. 2019-09-26 Version 1.36.143
  189. - Supported RingConfig for BindAxb,BindAxn,BindAxg,BindAxnExtension.
  190. - Add QuerySubsId.
  191. 2019-09-23 Version 1.36.142
  192. - Add param, DescribePrice supprot ReservedInstance.
  193. 2019-09-19 Version 1.36.141
  194. - Supported Video Abstract for IMM.
  195. 2019-09-19 Version 1.36.140
  196. - Generated 2018-01-20 for `Iot`.
  197. 2019-09-19 Version 1.36.139
  198. - Supported Video Abstract for IMM.
  199. 2019-09-19 Version 1.36.138
  200. - Add bizSubCode and so on.
  201. 2019-09-18 Version 1.36.137
  202. - Supported Video Abstract for IMM.
  203. 2019-09-17 Version 1.36.136
  204. - Generated 2018-04-12 for `EHPC`.
  205. 2019-09-16 Version 1.36.135
  206. - Generated 2018-04-12 for `EHPC`.
  207. 2019-09-16 Version 1.36.134
  208. - Generated 2018-04-12 for `EHPC`.
  209. 2019-09-16 Version 1.36.133
  210. - Generated 2016-11-11 for `aegis`.
  211. 2019-09-15 Version 1.36.132
  212. - Generated 2018-04-12 for `EHPC`.
  213. 2019-09-14 Version 1.36.131
  214. - Generated 2019-08-08 for `ARMS`.
  215. 2019-09-12 Version 1.36.130
  216. - Fixed CMakeLists file.
  217. 2019-09-12 Version 1.36.129
  218. - Fixed CMakeLists file.
  219. 2019-09-12 Version 1.36.128
  220. - Fixed CMakeLists file.
  221. 2019-09-12 Version 1.36.127
  222. - Fixed CMakeLists file.
  223. 2019-09-12 Version 1.36.126
  224. - Fixed CMakeLists file.
  225. 2019-09-12 Version 1.36.125
  226. - Fixed CMakeLists file.
  227. 2019-09-12 Version 1.36.124
  228. - Fixed CMakeLists file.
  229. 2019-09-12 Version 1.36.123
  230. - Fixed CMakeLists file.
  231. 2019-09-12 Version 1.36.122
  232. - Fixed CMakeLists file.
  233. 2019-09-12 Version 1.36.121
  234. - Fixed CMakeLists file.
  235. 2019-09-12 Version 1.36.120
  236. - Fixed CMakeLists file.
  237. 2019-09-12 Version 1.36.119
  238. - Fixed CMakeLists file.
  239. 2019-09-12 Version 1.36.118
  240. - Fixed CMakeLists file.
  241. 2019-09-12 Version 1.36.117
  242. - Fixed CMakeLists file.
  243. 2019-09-09 Version 1.36.116
  244. - CreateInstance add toen.
  245. - UpdateInstance add toen.
  246. 2019-09-06 Version 1.36.115
  247. - Update endpoint data.
  248. 2019-09-06 Version 1.36.114
  249. - Generated 2016-04-28 for `Vpc`.
  250. 2019-09-05 Version 1.36.113
  251. - Supported for setEndpoint method.
  252. 2019-09-05 Version 1.36.112
  253. - Generated 2014-05-15 for `Slb`.
  254. 2019-09-05 Version 1.36.111
  255. - Generated 2017-07-05 for `CCC`.
  256. 2019-09-05 Version 1.36.110
  257. - Generated 2018-11-11 for `foas`.
  258. 2019-09-05 Version 1.36.109
  259. - Generated 2019-05-24 for `cusanalytic_sc_online`.
  260. 2019-09-05 Version 1.36.108
  261. - Generated 2015-11-01 for `Market`.
  262. 2019-09-05 Version 1.36.107
  263. - Generated 2016-07-14 for `CloudAPI`.
  264. 2019-09-05 Version 1.36.106
  265. - Generated 2017-08-01 for `polardb`.
  266. 2019-09-05 Version 1.36.105
  267. - Generated 2017-12-14 for `BssOpenApi`.
  268. 2019-09-03 Version 1.36.104
  269. - Generated 2014-08-15 for `Rds`.
  270. 2019-08-30 Version 1.36.103
  271. - Revert to 2015-09-01.
  272. 2019-08-30 Version 1.36.102
  273. - Release Apis of Version 2019-09-10.
  274. 2019-08-30 Version 1.36.101
  275. - Supported Meida complex for IMM.
  276. 2019-08-30 Version 1.36.100
  277. - Add api for getTrace and searchTracelist.
  278. 2019-08-29 Version 1.36.99
  279. - Move StopExecution params to body.
  280. 2019-08-29 Version 1.36.98
  281. - For publish.
  282. 2019-08-28 Version 1.36.97
  283. - Add DBS API UpgradeBackupPlan.
  284. - Add DBS API DescribePreCheckProgressList.
  285. 2019-08-26 Version 1.36.96
  286. - QueryInstanceBillResponse change ownerId type from Long to String.
  287. - QueryInstanceBillResponse change usage type from float to String.
  288. - QueryInstanceBillResponse change listPrice type from float to String.
  289. - QueryInstanceBillResponse change deductedByResourcePackage type from float to String.
  290. 2019-08-22 Version 1.36.95
  291. - Support API RecognizeImageColor.
  292. - Support API DetectImageElements.
  293. - Support API RecolorImage.
  294. - Support API SegmentImage.
  295. - Support API ChangeImageSize.
  296. - Support API ExtendImageStyle.
  297. - Support API RecognizeImageStyle.
  298. - Support API MakeSuperResolutionImage.
  299. 2019-08-22 Version 1.36.94
  300. - Api release 2019-08-08 public sdk 2-5-2 sdk release 20190822 shichun-fsc.
  301. 2019-08-21 Version 1.36.93
  302. - Move StartExecution params to body.
  303. 2019-08-21 Version 1.36.92
  304. - Return backup job id when create backup.
  305. - Return backup set size when describe backups.
  306. 2019-08-20 Version 1.36.91
  307. - API TaobaoFilmGetSchedules retrun col add hallId.
  308. 2019-08-15 Version 1.36.90
  309. - FnF public version.
  310. - Add Report task api.
  311. 2019-08-15 Version 1.36.89
  312. - Add API BatchStartCdnDomain, BatchStopCdnDomain, DescribeTagResources, DescribeUserTags, TagResources, UntagResources.
  313. 2019-08-15 Version 1.36.88
  314. - QueryInstanceBillResponse add ServicePeriod.
  315. 2019-08-14 Version 1.36.87
  316. - Generated 2018-01-20 for `Iot`.
  317. 2019-08-13 Version 1.36.86
  318. - Optimize return code.
  319. - Edit QueryDataset.
  320. 2019-08-13 Version 1.36.85
  321. - Supported for openapi new version.
  322. 2019-08-12 Version 1.36.84
  323. - Support Defect Face API.
  324. 2019-08-08 Version 1.36.83
  325. - Add CreateStorageSet api to support storageSet.
  326. - Add DeleteStorageSet api to support storageSet.
  327. - Add ModifyStorageSetAttribute api to support storageSet.
  328. - Add DescribeStorageSets api to support storageSet.
  329. - Add DescribeStorageSetDetails api to support storageSet.
  330. - Add parameter StorageSetId,StorageSetPartitionNumber to api CreateDisk,RunInstances,CreateInstance support storageSet.
  331. - Add StorageSetId,StorageSetPartitionNumber with response of api DescribeDisks.
  332. - Add DescribeNetworkInterfaces to support filter by PrivateIpAddress.
  333. 2019-08-08 Version 1.36.82
  334. - Group, Plugin support tag authentication.
  335. 2019-08-06 Version 1.36.81
  336. - Supported GetMediaMeta for IMM.
  337. 2019-08-06 Version 1.36.80
  338. - Supported GetMediaMeta for IMM.
  339. 2019-08-06 Version 1.36.79
  340. - Supported GetMediaMeta for IMM.
  341. 2019-08-06 Version 1.36.78
  342. - Supported GetMediaMeta for IMM.
  343. 2019-08-06 Version 1.36.77
  344. - Supported GetMediaMeta for IMM.
  345. 2019-08-05 Version 1.36.76
  346. - GetOrderDetail add originalConfig param.
  347. 2019-08-05 Version 1.36.75
  348. - GetOrderDetail add originalConfig param.
  349. 2019-08-05 Version 1.36.74
  350. - Modify DBS API DescribeFullBackupList.
  351. 2019-08-02 Version 1.36.73
  352. - SubscribeBillToOSSRequest add multAccountRelSubscribe, bucketOwnerId.
  353. - UnsubscribeBillToOSSRequest add multAccountRelSubscribe.
  354. 2019-07-31 Version 1.36.72
  355. - Endpoint auto route.
  356. 2019-07-26 Version 1.36.71
  357. - Generated 2019-05-24 for `cusanalytic_sc_online`.
  358. 2019-07-26 Version 1.36.70
  359. - Generated 2019-05-24 for `cusanalytic_sc_online`.
  360. 2019-07-25 Version 1.36.69
  361. - App-related actions support tag authentication.
  362. 2019-07-23 Version 1.36.68
  363. - Supported CreationOption of CreateDBCluster with `CloneFromPolarDB `,`CloneFromRDS`,`MigrationFromRDS`.
  364. 2019-07-19 Version 1.36.67
  365. - QueryMonthlyBillResponse add roundDownDiscount.
  366. - QueryBillResponse add roundDownDiscount.
  367. - QueryInstanceBillResponse add item.
  368. 2019-07-18 Version 1.36.66
  369. - Add a new field named Input to SubmitAIJob api request to set the input file of AI job.
  370. - Change the field MediaId of SubmitAIJob api to non-mandatory.
  371. 2019-07-14 Version 1.36.65
  372. - Modify DBS API DescribeBackupPlanList.
  373. 2019-07-14 Version 1.36.64
  374. - Modify DBS API DescribeBackupPlanList.
  375. 2019-07-12 Version 1.36.63
  376. - Public api AddLivePullStreamInfoConfig.
  377. 2019-07-11 Version 1.36.62
  378. - Modify CreateBackupPlan.
  379. - Modify ConfigureBackupPlan.
  380. - Modify DescribeFullBackupList.
  381. - Modify DescribeRestoreTaskList.
  382. - Add ModifyBackupSourceEndpoint.
  383. - Add ModifyBackupStrategy.
  384. - Add ModifyBackupPlanName.
  385. 2019-07-05 Version 1.36.61
  386. - Supported library managment for simillarity scene.
  387. - Remove the local file uploader code which can be downloaded from yundun content security document.
  388. 2019-07-05 Version 1.36.60
  389. - Add TaskCancelStatus for QueryTaskList api.
  390. 2019-07-04 Version 1.36.59
  391. - Supported API DescribeRecordStatisticsy for Query Volume.
  392. - Supported API DescribeDomainStatistics for Query Volume.
  393. 2019-07-03 Version 1.36.58
  394. - Supported API DescribeRecordStatisticsSummary for Query Volume.
  395. - Supported API DescribeDomainStatisticsSummary for Query Volume.
  396. - Supported API DescribeRecordStatisticsHistory for Query Volume.
  397. - Supported API DescribeDomainDnsStatistics for Query Volume.
  398. 2019-07-02 Version 1.36.57
  399. - FnF public version.
  400. 2019-07-02 Version 1.36.56
  401. - Fix Double to double.
  402. 2019-07-01 Version 1.36.55
  403. - Support cloud_essd disk category for API CreateDisk, CreateInstance and RunInstances, and support configurating PerformanceLevel when choose cloud_essd.
  404. - Add ModifyDiskSpec API to support cloud_essd PerformanceLevel modification.
  405. - Add AutoProvisioningGroup interfaces, provide AutoProvisioningGroup function.
  406. - Add RetentionDays to snapshot creating.
  407. 2019-06-27 Version 1.36.54
  408. - Added setting of crop_mode parameter.
  409. 2019-06-24 Version 1.36.53
  410. - Add some new apis to manage VoD domain, such as AddVodDomain, UpdateVodDomain, DeleteVodDomain, BatchStartVodDomain, BatchStopVodDomain, DescribeVodUserDomains, DescribeVodDomainDetail.
  411. - Add some new apis to manage VoD domain config, such as BatchSetVodDomainConfigs, DescribeVodDomainConfigs, DeleteVodSpecificConfig, SetVodDomainCertificate, DescribeVodCertificateList, DescribeVodDomainCertificateInfo.
  412. - Add a new field named AppId to some apis supporting the VoD App feature, such as AddWorkFlow, GetWorkFlow, ListWorkFlow, AddVodTemplate, GetVodTemplate, ListVodTemplate, AddTranscodeTemplateGroup, GetTranscodeTemplateGroup, ListTranscodeTemplateGroup, AddWatermark, GetWatermark, ListWatermark, UploadMediaByURL.
  413. - Add a new field named UserData to SubmitTranscodeJobs api request to support user-defined extension fields, which can be used for transparent return when callbacks.
  414. 2019-06-24 Version 1.36.52
  415. - Add some new apis to manage VoD domain, such as AddVodDomain, UpdateVodDomain, DeleteVodDomain, BatchStartVodDomain, BatchStopVodDomain, DescribeVodUserDomains, DescribeVodDomainDetail.
  416. - Add some new apis to manage VoD domain config, such as BatchSetVodDomainConfigs, DescribeVodDomainConfigs, DeleteVodSpecificConfig, SetVodDomainCertificate, DescribeVodCertificateList, DescribeVodDomainCertificateInfo.
  417. - Add a new field named AppId to some apis supporting the VoD App feature, such as AddWorkFlow, GetWorkFlow, ListWorkFlow, AddVodTemplate, GetVodTemplate, ListVodTemplate, AddTranscodeTemplateGroup, GetTranscodeTemplateGroup, ListTranscodeTemplateGroup, AddWatermark, GetWatermark, ListWatermark, UploadMediaByURL.
  418. - Add a new field named UserData to SubmitTranscodeJobs api request to support user-defined extension fields, which can be used for transparent return when callbacks.
  419. 2019-06-18 Version 1.36.51
  420. 1. Supported the related recommend.
  421. 2. Supported exposure time controll and exposure filter by scene.
  422. 2019-06-17 Version 1.36.50
  423. companyreg release
  424. 2019-06-13 Version 1.36.49
  425. 1, fixed DescribeAvailableResource OpenApi AvailableZones value problem.
  426. 2019-06-13 Version 1.36.48
  427. - Generated 2015-01-01 for `R-kvstore`
  428. 2019-06-13 Version 1.36.47
  429. Add Network Assistant openapi sdk
  430. 2019-06-12 Version 1.36.46
  431. 1, Add RenewBackupPlan DBS interface.
  432. 2019-06-12 Version 1.36.45
  433. 1.Fix bug
  434. 2019-06-12 Version 1.36.44
  435. 1, Add InvokeDataAPIService interface, support invoke service of data api to get sql query result.
  436. 2, Add GetDataAPIServiceDetail interface, support get data api's detail information.
  437. 3, Add CreateDataAPIService interface, support create data api with sql statement.
  438. 2019-06-05 Version: 1.36.43
  439. 1, Update DescribeDataLimitDetail interface, add password for response
  440. 2019-06-04 Version: 1.36.42
  441. 1, Add new API: UpdateLivePullStreamInfoConfig
  442. 2019-06-03 Version: 1.36.41
  443. 1, Add openapi of ACL.
  444. 2019-05-31 Version: 1.36.40
  445. 1, add api 'search traces count'
  446. 2, add page index for api 'searchTraces'
  447. 2019-05-31 Version: 1.36.39
  448. 1, Add authority in GetMaterials API.
  449. 2019-05-29 Version 1.36.38
  450. update Smartag
  451. 2019-05-29 Version 1.36.37
  452. update product
  453. 2019-05-29 Version: 1.36.36
  454. 1, Fix ServiceCode typo in request
  455. 2019-05-28 Version: 1.36.35
  456. 1, CreateDBInstance now support autoRenew
  457. 2019-05-27 Version: 1.36.34
  458. 1, Support video transcode.
  459. 2019-05-27 Version: 1.36.33
  460. 1, Initial release of api, including data management api, rule configuration api and system configuration api.
  461. 2019-05-22 Version: 1.36.32
  462. 1, Add EndTime parameter to api ModifyPrepayInstanceSpec
  463. 2, Add RebootTime parameter to api ModifyPrepayInstanceSpec
  464. 2019-05-20 Version: 1.36.31
  465. 1, Add both api, ListNotaryInfos
  466. 2019-05-20 Version: 1.36.30
  467. 1, Initial release of api, including data management api, rule configuration api and system configuration api.
  468. 2019-05-16 Version: 1.36.29
  469. 1, Add some new apis to fetch the usage data from VoD, such as DescribeVodDomainUsageData, DescribeVodStorageData, DescribeVodTranscodeData, DescribeVodAIData.
  470. 2, Add a new api named GetUploadDetails to describe the upload detail, such as uploading time and uploading source.
  471. 3, Add a new api named GetAIVideoTagResult to describe the result of AI tag.
  472. 4, Add new field Icon and OnlineStatus to some apis to manage short video materials, such as SearchMedia, GetAttachedMediaInfo, CreateUploadAttachedMedia.
  473. 5, Add a new field RegionId to the response of GetAttachedMediaInfo and GetImageInfo.
  474. 6, Add the field named UserData to SubmitSnapshotJob api request.
  475. 2019-05-15 Version: 1.36.28
  476. 1, Add InstanceId parameter to api CreateDisk
  477. 2, Add parameter Affinity and Tenancy in ECS instance DedicatedHost related apis.
  478. 3, Add SecurityGroupIds parameter to Instance creation apis.
  479. 2019-05-14 Version: 1.36.27
  480. 1, support body detect
  481. 2019-05-14 Version: 1.36.26
  482. 1, Support body detect.
  483. 2019-05-14 Version: 1.36.25
  484. 1, Support body detect.
  485. 2019-05-14 Version: 1.36.24
  486. 1, Support body detect.
  487. 2019-05-13 Version: 1.36.23
  488. 1, Support for creating instances and joining multiple security groups at the same time.
  489. 2019-04-26 Version: 1.36.22
  490. 1, add new openapi.
  491. 2019-04-23 Version: 1.36.21
  492. 1, Support mounting multiple volumes using different protocol
  493. 2, Support scaling out cross AZ
  494. 2019-04-22 Version: 1.36.20
  495. 1, This is an example of release-log.
  496. 2, Please strictly follow this format to edit in English.
  497. 3, Format:Number + , + Space + Description
  498. 2019-04-18 Version: 1.36.19
  499. 1, Add CreateAccount
  500. 2019-04-18 Version: 1.36.18
  501. 1, CreateCacheAnalysisTask prop modify
  502. 2019-04-18 Version: 1.36.17
  503. 1, add ReservedInstance API.
  504. 2019-04-17 Version: 1.36.16
  505. 1, Add DescribeRestoreTaskList DBS interface.
  506. 2, Add DescribeNodeCidrList DBS interface.
  507. 2019-04-16 Version: 1.36.15
  508. 1, Fixed DescribeAccounts response type error.
  509. 2019-04-16 Version: 1.36.14
  510. 1, Add api about pushing security check commands
  511. 2019-04-16 Version: 1.36.13
  512. 1, Fixed describeAccounts response type error
  513. 2019-04-16 Version: 1.36.12
  514. 1, Mark CreateDiagnosticReport as public api.
  515. 2, ModifySecurityIps support modifyMode parameter.
  516. 2019-04-16 Version: 1.36.11
  517. 1, Add group api.
  518. 2019-04-16 Version: 1.36.10
  519. 1, Add group api.
  520. 2019-04-16 Version: 1.36.9
  521. 1, Add group api.
  522. 2019-04-16 Version: 1.36.8
  523. 1, Add group api.
  524. 2019-04-15 Version: 1.36.7
  525. 1, Add CreateRestoreTask DBS interface.
  526. 2, Add StartRestoreTask DBS interface.
  527. 2019-04-15 Version: 1.36.6
  528. 1, add arns parameter to CreateDisk/CreateInstance API in order to support disk encryption by performing a sts role play.
  529. 2019-04-15 Version: 1.36.5
  530. 1, Add apis, DescribeScreenHostStatistics、DescribeScreenSummaryInfo、DescribeScreenAttackAnalysisData、DescribeScreenAttackAnalysisData、DescribeScreenAttackAnalysisData
  531. 2019-04-15 Version: 1.36.4
  532. 1, Add Group Api.
  533. 2019-04-11 Version: 1.36.3
  534. 1, The ‘CreateProject’ interface adds the ‘ModelId’ parameter
  535. 2019-04-11 Version: 1.36.2
  536. 1, Add some new apis to manage VoD's App, such as CreateAppInfo, GetAppInfos, ListAppInfos, UpdateAppInfo, DeleteAppInfo, AttachAppPolicyToIdentity, DetachAppPolicyFromIdentity, ListAppPoliciesForIdentity and MoveAppResource.
  537. 2, Add new apis SetMessageCallback, GetMessageCallback and DeleteMessageCallback to manage message callback configuration.
  538. 3, Add new apis GetAttachedMedia, UpdateAttachedMediaInfos and DeleteAttachedMedia to manage attached media information.
  539. 4, Add a new api named DeleteMultipartUpload to clean up the fragmented files generated during the upload process.
  540. 5, Add a new field named AppId to some apis supporting the VoD App feature, such as CreateUploadVideo, SearchMedia, GetVideoInfo, GetVideoInfos; Add new fields named NonExistVideoIds and ForbiddenVideoIds to DeleteVideo api response; Add a new field named ForbiddenVideoIds to UpdateVideoInfos api response.
  541. 6, The Editing supports multi-region and multi-materials. Add new fields named StorageLocation and RegionId in Project struct to GetEditingProject api response; Add new fields named StorageLocation, RegionId and Duration in ProjectList struct to SearchEditingProject api response; Add a new field named MaterialType to GetEditingProjectMaterials api request.
  542. 7, Add new fields named TranscodeFileRegular, Clip and Rotate to GetTranscodeTemplateGroup api response to support the custom file path feature.
  543. 8, Add a new field named AttachedMedia to api response to support the attached media feature.
  544. 9, Add a new field named SubTotal to GetCategories response to show the number of sub category.
  545. 10, Add a new field named AdditionType to GetVideoInfo and GetVideoInfos api request to fetch the custom media info and the corresponding field is CustomMediaInfo.
  546. 2019-04-10 Version: 1.36.1
  547. 1, Modify DescribeBackupGatewayList DBS interface.
  548. 2019-04-10 Version: 1.36.0
  549. 1, New APIs for visual service (VNC).
  550. 2, New APIs for software management.
  551. 3, New APIs for CPFS filesystem.
  552. 2019-04-09 Version: 1.35.9
  553. 1, support service account management networkInterface function.
  554. 2019-04-09 Version: 1.35.8
  555. 1, Add Apis for offline VerifySDK.
  556. 2019-04-08 Version: 1.35.7
  557. 1, Modify DescribeBackupPlanList DBS interface.
  558. 2, Modify DescribeFullBackupList DBS interface.
  559. 3, Modify DescribeIncrementBackupList DBS interface.
  560. 4, Modify DescribeBackupGatewayList DBS interface.
  561. 2019-04-08 Version: 1.35.6
  562. 1, Add StopBackupPlan DBS interface.
  563. 2, Add DescribeBackupPlanList DBS interface.
  564. 3, Add DescribeFullBackupList DBS interface.
  565. 4, Add DescribeIncrementBackupList DBS interface.
  566. 5, Add DescribeBackupGatewayList DBS interface.
  567. 2019-04-04 Version: 1.35.5
  568. 1, ScalingConf systemDisk add DiskName and Description parameters.
  569. 2, ScalingConf dataDisk add DiskName & Description & Encrypted & KMSKeyId parameters.
  570. 2019-04-03 Version: 1.35.4
  571. 1, Add interfaces related to vulnerability whitelist
  572. 2, Add interfaces related to vulnerability auto-del configuration
  573. 3, Add interfaces related to vulnerability fix advise
  574. 4, Add interfaces searching and operating vulnerability
  575. 2019-03-29 Version: 1.35.3
  576. 1, Add DLQ message openAPI.
  577. 2, Add Query the subscription relational openAPI.
  578. 3, Remove white list restrictions.
  579. 2019-03-28 Version: 1.35.2
  580. 1, release bssopenapi
  581. 2019-03-28 Version: 1.35.1
  582. 1, Add multiple language support in DescribeZones
  583. 2, Add gray parameter in CreateDisk
  584. 2019-03-28 Version: 1.35.0
  585. 1, Add logo detect.
  586. 2019-03-27 Version: 1.34.66
  587. 1, Add Project interface.
  588. 2, Add Tag interface.
  589. 3, Add TrainData interface.
  590. 4, Add Train interface.
  591. 5, Add Iteration interface.
  592. 6, Add Predict interface.
  593. 7, Add PredictData interface.
  594. 2019-03-27 Version: 1.34.65
  595. 1, Add Project interface.
  596. 2, Add Tag interface.
  597. 3, Add TrainData interface.
  598. 4, Add Train interface.
  599. 5, Add Iteration interface.
  600. 6, Add Predict interface.
  601. 7, Add PredictData interface.
  602. 2019-03-27 Version: 1.34.64
  603. 1, Add DLQ message openAPI.
  604. 2, Add Query the subscription relational openAPI.
  605. 3, Remove white list restrictions.
  606. 2019-03-27 Version: 1.34.63
  607. 1, Add DLQ message openAPI.
  608. 2, Add Query the subscription relational openAPI.
  609. 3, Remove white list restrictions.
  610. 2019-03-27 Version: 1.34.62
  611. 1, release dysmsapi
  612. 2019-03-25 Version: 1.34.61
  613. 1, cms fix duplicated struct definition
  614. 2019-03-25 Version: 1.34.60
  615. 1, mts fix duplication struct definition
  616. 2019-03-25 Version: 1.34.59
  617. 1, jarvis-pulic fix product code with dash
  618. 2019-03-25 Version: 1.34.58
  619. 1, sas-api, fix product code with dash
  620. 2019-03-21 Version: 1.34.57
  621. 1, Update Dependency
  622. 2019-03-21 Version: 1.34.56
  623. 1, Update Dependency
  624. 2019-03-20 Version: 1.34.55
  625. 1, Update the Dependency
  626. 2019-03-20 Version: 1.34.54
  627. 1, Update the Dependency
  628. 2019-03-20 Version: 1.34.53
  629. 1, cloudwf: update bool type parameter
  630. 2019-03-20 Version: 1.34.52
  631. 1, Update Dependency
  632. 2019-03-19 Version: 1.34.51
  633. 1, Support ' fc ' Source DomainName
  634. 2019-03-19 Version: 1.34.50
  635. 1, move fields: tag, associate_person, cid
  636. 2019-03-19 Version: 1.34.49
  637. 1, format fields: tags, associatePerson
  638. 2019-03-19 Version: 1.34.48
  639. 1, add query user oms data api
  640. 2019-03-19 Version: 1.34.47
  641. 1, Update Dependency
  642. 2019-03-19 Version: 1.34.46
  643. 1, Update Dependency
  644. 2019-03-19 Version: 1.34.45
  645. 1, This is an example of release-log.
  646. 2, Please strictly follow this format to edit in English.
  647. 3, Format:Number + , + Space + Description
  648. 2019-03-18 Version: 1.34.44
  649. 1, rds: deliver string true/false to server for bool type parameter, not previous 1/0
  650. 2019-03-18 Version: 1.34.43
  651. 1, deliver string true/false to server for bool type parameter, not previous 1/0
  652. 2019-03-18 Version: 1.34.42
  653. 1, Signature Document SDK.
  654. 2, First version publish.
  655. 3, Beta Version SDK
  656. 2019-03-18 Version: 1.34.41
  657. 1, Update Dependency
  658. 2019-03-18 Version: 1.34.40
  659. 1, move AssociatePerson\Tag field
  660. 2, Optimize RealName field
  661. 2019-03-18 Version: 1.34.39
  662. 1, Update Dependency
  663. 2019-03-18 Version: 1.34.38
  664. 1, Update Dependency
  665. 2019-03-18 Version: 1.34.37
  666. 1, Update Dependency
  667. 2019-03-18 Version: 1.34.36
  668. 1, Update Dependency
  669. 2019-03-15 Version: 1.34.35
  670. 1, Update Dependency
  671. 2019-03-15 Version: 1.34.34
  672. 1, Update Dependency
  673. 2019-03-15 Version: 1.34.33
  674. 1, Update Dependency
  675. 2019-03-15 Version: 1.34.32
  676. 1, Update Dependency
  677. 2019-03-15 Version: 1.34.31
  678. 1, Update Dependency
  679. 2019-03-15 Version: 1.34.30
  680. 1, Update Dependency
  681. 2019-03-15 Version: 1.34.29
  682. 1, Update Dependency
  683. 2019-03-15 Version: 1.34.28
  684. 1, Update Dependency
  685. 2019-03-15 Version: 1.34.27
  686. 1, Update Dependency
  687. 2019-03-15 Version: 1.34.26
  688. 1, Update Dependency
  689. 2019-03-15 Version: 1.34.25
  690. 1, Update Dependency
  691. 2019-03-14 Version: 1.34.24
  692. 1, Update Dependency
  693. 2019-03-14 Version: 1.34.23
  694. 1, Update Dependency
  695. 2019-03-14 Version: 1.34.22
  696. 1, Update Dependency
  697. 2019-03-14 Version: 1.34.21
  698. 1, Update Dependency
  699. 2019-03-14 Version: 1.34.20
  700. 1, Update Dependency
  701. 2019-03-14 Version: 1.34.19
  702. 1, Update Dependency
  703. 2019-03-14 Version: 1.34.18
  704. 1, Update Dependency
  705. 2019-03-14 Version: 1.34.17
  706. 1, Update Dependency
  707. 2019-03-14 Version: 1.34.16
  708. 1, Update Dependency
  709. 2019-03-13 Version: 1.34.15
  710. 1, Update Dependency
  711. 2019-03-13 Version: 1.34.14
  712. 1, Update Dependency
  713. 2019-03-13 Version: 1.34.13
  714. 1, Update Dependency
  715. 2019-03-13 Version: 1.34.12
  716. 1, Distinguish between system and service parameters
  717. 2019-03-13 Version: 1.34.11
  718. 1, add DescribeDemands interface
  719. 2019-03-13 Version: 1.34.10
  720. 1, Distinguish between system and service parameters
  721. 2019-03-12 Version: 1.34.9
  722. 1, add agency infomation
  723. 2, update sdk core resources
  724. 2018-12-20 Version: 1.34.8
  725. 1, Sync CDN API.
  726. 2018-12-11 Version: 1.34.7
  727. 1, Sync CDN API.
  728. 2018-12-06 Version: 1.34.6
  729. 1, Add DescribeLiveDomainRealTimeBpsData, DescribeLiveDomainRealTimeHttpCodeData,DescribeLiveDomainRealTimeTrafficData.
  730. 2, Update DescirbeCasterChannels and DescribeCasterStreamUrl.
  731. 2018-12-03 Version: 1.34.5
  732. 1, Sync CDN API.
  733. 2018-12-03 Version: 1.34.4
  734. 1, Sync CDN API.
  735. 2018-12-03 Version: 1.34.3
  736. 1, Update 2014-11-11 API.
  737. 2018-12-03 Version: 1.34.2
  738. 1, Add a parameter to RemoveInstances.
  739. 2018-11-30 Version: 1.34.1
  740. 1, Add new apis called AddVodTemplate, UpdateVodTemplate, DeleteVodTemplate, ListVodTemplate, GetVodTemplate and SetDefaultVodTemplate which support vodtemplate feature.
  741. 2, Add a new api called CreateUploadAttachedMedia to get upload auth for attached media
  742. 3, Add new apis called AddWorkFlow, UpdateWorkFlow, DeleteWorkFlow, ListWorkFlow, GetWorkFlow which support workflow feature.
  743. 2018-11-28 Version: 1.34.0
  744. 1, Add RedeployInstance interface, and support to migrate ecs instance with specified maintenance events actively
  745. 2018-11-28 Version: 1.33.6
  746. 1, Add APIs InvokeThingsService, SetDevicesProperty and QueryDeviceByTags .
  747. 2018-11-27 Version: 1.33.5
  748. 1, Add APIs InvokeThingsService, SetDevicesProperty and QueryDeviceByTags .
  749. 2018-11-22 Version: 1.33.4
  750. 1, Increase the scene field
  751. 2018-11-22 Version: 1.33.3
  752. 1, Add parameter DeletionProtection when creating instance and modifying instance attribute
  753. 2018-11-21 Version: 1.33.2
  754. 1, Add new apis called AddWatermark, UpdateWatermark, DeleteWatermark, ListWatermarks, GetWatermark and SetDefaultWatermark which support watermark feature.
  755. 2, Add a new api called RegisterMedia which supports registration of audio and video media files that already exist in the OSS bucket.
  756. 3, Add the field named OverrideParams to SubmitTranscodeJobs api request.
  757. 2018-11-16 Version: 1.33.1
  758. 1, update version
  759. 2018-11-15 Version: 1.33.0
  760. 1, ECS support ipv6Address
  761. 2018-11-14 Version: 1.32.0
  762. 1, Better support for hybrid cluster.
  763. 2018-11-13 Version: 1.31.0
  764. 1, Add FuzzyMatchDomainSensitiveWord interface,Support fuzzy matching sensitive words.
  765. 2, Add BatchFuzzyMatchDomainSensitiveWord interface,Support batch fuzzy matching sensitive words.
  766. 3, Add DynamicCheck properties for results of CheckDomain interface.
  767. 2018-11-10 Version: 1.30.5
  768. 1, Update SetWaitingRoomConfig.
  769. 2018-11-08 Version: 1.30.4
  770. 1, Fix the http response receive bug
  771. 2018-11-08 Version: 1.30.3
  772. 1, Update Version.
  773. 2018-11-07 Version: 1.30.2
  774. 1, Add API CreateTemplate,DeleteTemplate,GetAllTemplate,GetTemplateInfo.
  775. 2, Add API GetTaskStatus,StartTask,StopTask.
  776. 3, Add API GetTaskParam,UpdateTaskParam.
  777. 2018-11-02 Version: 1.30.1
  778. 1, deviceName and productKey can be used instead of iotId.
  779. 2, New productKey fields for queryauthentication output parameter.
  780. 3, New deviceName fields for queryauthentication output parameter.
  781. 2018-11-02 Version: 1.30.0
  782. 1, first version
  783. 2018-10-31 Version: 1.29.5
  784. 1, Update SetWaitingRoomConfig.
  785. 2018-10-31 Version: 1.29.4
  786. 1, Add SetWaitingRoomConfig.
  787. 2018-10-31 Version: 1.29.3
  788. 1, Add SetWaitingRoomConfig.
  789. 2018-10-30 Version: 1.29.2
  790. 1, Add API DescribeLiveDomainBpsData,DescribeLiveDomainTrafficData.
  791. 2018-10-26 Version: 1.29.1
  792. 1, Return AuditConclusions in SubmitMaterials API.
  793. 2018-10-25 Version: 1.29.0
  794. 1, Add apis for trademark domains.
  795. 2, Add QueryDomainAdminDivision api.
  796. 2018-10-16 Version: 1.28.3
  797. 1, This version add MetricQuery interface to support retcode and apm metric query.
  798. 2018-10-16 Version: 1.28.2
  799. 1, This version add MetricQuery interface to support retcode and apm metric query.
  800. 2018-10-16 Version: 1.28.1
  801. 1, This version add MetricQuery interface to support retcode and apm metric query.
  802. 2018-10-16 Version: 1.28.0
  803. 1, Delete deprecated and unusable apis : AddIpRange, UnbindIpRange, BindIpRange, DescribeIntranetAttributeKb, DescribeIpRanges, ModifyIntranetBandwidthKb, DescribeEventDetail, CheckAutoSnapshotPolicy, CheckDiskEnableAutoSnapshotValidation, DescribeAutoSnapshotPolicy
  804. 2, Add instance topology api DescribeInstanceTopology
  805. 3, Add mount point in DescribeDisksFullStatus
  806. 2018-10-16 Version: 1.27.11
  807. 1, remove set group tags API.
  808. 2018-10-13 Version: 1.27.10
  809. 1, Add device group related APIs.
  810. 2018-10-13 Version: 1.27.9
  811. 1, Add device group related APIs.
  812. 2018-10-13 Version: 1.27.8
  813. 1, Add device group related APIs.
  814. 2018-10-11 Version: 1.27.7
  815. 1, Add a new api called DeleteMezzanines to clear mezzanine infos and storages.
  816. 2, Add the field called PlayConfig to GetVideoPlayAuth and GetPlayInfo api request.
  817. 3, Add a new api called UpdateImageInfos to update image information.
  818. 2018-10-09 Version: 1.27.6
  819. 1, v1.0.0-->v1.0.1
  820. 2, provider new region:beijing/shenzhen/zhangjiakou
  821. 3, provider service for VPC user;
  822. 2018-09-30 Version: 1.27.5
  823. 1, This is an example of release-log.
  824. 2, Please strictly follow this format to edit in English.
  825. 3, Format:Number + , + Space + Description
  826. 2018-09-29 Version: 1.27.4
  827. 1, Sync cdn api.
  828. 2018-09-29 Version: 1.27.3
  829. 1, This is an example of release-log.
  830. 2, Please strictly follow this format to edit in English.
  831. 3, Format:Number + , + Space + Description
  832. 2018-09-29 Version: 1.27.2
  833. 1, This is an example of release-log.
  834. 2, Please strictly follow this format to edit in English.
  835. 3, Format:Number + , + Space + Description
  836. 2018-09-28 Version: 1.27.1
  837. 1, Add one api, QueryAppDeviceList.
  838. 2018-09-27 Version: 1.27.0
  839. 1, Add new API ListQueues, modify API SetAutoScaleConfig to support queue related features.
  840. 2018-09-27 Version: 1.26.4
  841. 1, modify getFaces Api
  842. 2018-09-27 Version: 1.26.3
  843. 1, modify getFaces Api
  844. 2018-09-25 Version: 1.26.2
  845. 1, Add GetHotlineRecord and QueryHotlineRecord interface, version 1.0.0
  846. 2018-09-17 Version: 1.26.1
  847. 1, Add field for AddCasterVideoResource, DescribeCasterVideoResources, ModifyCasterVideoResource.
  848. 2018-09-14 Version: 1.26.0
  849. 1, Add DedicatedHost Feature
  850. 2018-09-13 Version: 1.25.3
  851. 1, Add CreateChannelToken.
  852. 2018-09-06 Version: 1.25.2
  853. 1, AutoScaling support launchTemplate.
  854. 2018-09-06 Version: 1.25.1
  855. 1, Add API deleteProduct.
  856. 2, Move all API to version 20180120.
  857. 2018-09-05 Version: 1.25.0
  858. 1, Add new APIs with control policy for querying price
  859. 2018-09-03 Version: 1.24.2
  860. 1, voice identify interface
  861. 2, client upload credentials interface
  862. 2018-09-03 Version: 1.24.1
  863. 1, Add new service API:FindServiceStatisticalData, which can support query service statistical data.
  864. 2018-08-28 Version: 1.24.0
  865. 1, Add new APIs for profiling application performance: GetCloudMetricProfiling, etc.
  866. 2, Add new APIs to support Shifter container applications: AddContainerApp, etc.
  867. 2018-08-28 Version: 1.23.4
  868. 1, Add param for DescribeRegions,support AcceptLanguage,RegionEndpoint.
  869. 2018-08-27 Version: 1.23.3
  870. 1, add Ess alarm task api, CreateAlarm, DeleteAlarm, DescribeAlarms, DeleteAlarm, EnableAlarm, DisableAlarm
  871. 2018-08-27 Version: 1.23.2
  872. 1, Add api GetGatewayBySubDevice.
  873. 2, Modified the time related response parameters.
  874. 3, Add messageId in response with InvokeThingService,SetDeviceProperty and NotifyAddThingTopo.
  875. 2018-08-23 Version: 1.23.1
  876. 1, RunInstance add privateIpAddress.
  877. 2018-08-22 Version: 1.23.0
  878. 1, Add api CreateSimulatedSystemEvents, support creating one or more simulated system events.
  879. 2, Add api CancelSimulatedSystemEvents, support cancelling one or more simulated system events.
  880. 2018-08-21 Version: 1.22.9
  881. 1, Repair describeLaunchTemplateVersions securityEnhancementStrategy type
  882. 2018-08-21 Version: 1.22.8
  883. 1, Add api: MoPenQueryCanvas, MoPenDoRecognize, MoPenSendMqttMessage, MoPenFindGroup
  884. 2018-08-17 Version: 1.22.7
  885. 1, Add a new api called DeleteImage to clear the image resource.
  886. 2, Add the field called AdditionType and OutputType to GetMezzanineInfo api request.
  887. 3, Add the field called OutputType to GetMezzanineInfo api response.
  888. 4, Add the field called CreationTime and ModificationTime to GetPlayInfo api response.
  889. 2018-08-17 Version: 1.22.6
  890. 1, New apkpubkey fields for queryauthentication output parameter.
  891. 2, New packagename fields for queryauthentication output parameter.
  892. 3, New clientId fields for queryauthentication output parameter.
  893. 2018-08-16 Version: 1.22.5
  894. 1, ModifyScalingConfiguration add imageName.
  895. 2, CreateScalingConfiguration add imageName.
  896. 2018-08-15 Version: 1.22.4
  897. 1, Fix bug in GetMaterials API.
  898. 2, GetVerifyToken added a new param VerifyConfigs
  899. 2018-08-15 Version: 1.22.3
  900. 1, Add domain operation api AddLiveDomain,DeleteLiveDomain,DescribeLiveDomainDetail,StartLiveDomain,StopLiveDomain.
  901. 2, Add certificate operation api DescribeLiveCertificateDetail,DescribeLiveCertificateList,SetLiveDomainCertificate.
  902. 3, Add domain config api BatchSetLiveDomainConfigs,BatchDeleteLiveDomainConfigs,DeleteLiveSpecificConfig,DescribeLiveDomainConfigs.
  903. 2018-08-15 Version: 1.22.2
  904. 1, Update ecs tag to 20 maximum
  905. 2018-08-14 Version: 1.22.1
  906. 1, Change parameter name of Dialogue
  907. 2018-08-13 Version: 1.22.0
  908. 1, New userinfo fields for registerface input parameter.
  909. 2, New userinfo fields for updateface input parameter.
  910. 3, New userinfo fields for queryface output parameter.
  911. 2018-08-13 Version: 1.21.6
  912. 1, Add cross domain support.
  913. 2, Add parameter SerialNumber to interface RebootSmartAccessGateway.
  914. 2018-08-08 Version: 1.21.5
  915. 1, The official release 4.0.0
  916. 2018-08-08 Version: 1.21.4
  917. 1, Update FC apis.
  918. 2018-08-08 Version: 1.21.3
  919. 1, First release.
  920. 2018-08-07 Version: 1.21.2
  921. 1, Add api GetGatewayBySubDevice.
  922. 2, Modified the time related response parameters.
  923. 3, Add messageId in response with InvokeThingService,SetDeviceProperty and NotifyAddThingTopo.
  924. 2018-08-05 Version: 1.21.1
  925. 1, Add Interface SubmitSubtitleJob
  926. 2, Support convert ttml、stl subtitle to vtt
  927. 2018-08-03 Version: 1.21.0
  928. 1, Add new API AddLocalNodes, for adding local machine to a hybrid cluster
  929. 2018-08-01 Version: 1.20.5
  930. 1, Add new API GetConversationDetailByContactId
  931. 2018-08-01 Version: 1.20.4
  932. 1, Add api: MoPenQueryCanvas, MoPenDoRecognize, MoPenSendMqttMessage, MoPenFindGroup
  933. 2018-07-31 Version: 1.20.3
  934. 1, Support describePrice for market image, add return detailInfo in interface describePrice
  935. 2018-07-26 Version: 1.20.2
  936. 1, Add BatchGetJobMetricInfo API.
  937. 2, Add BatchGetPluginConfigInfo API.
  938. 3, Add GetJobTopology API.
  939. 2018-07-25 Version: 1.20.1
  940. 1, Add RemoveTerminals API.
  941. 2018-07-13 Version: 1.20.0
  942. 1, New APIs for batch executing commands in cluster: InvokeShellCommand, ListCommands, etc.
  943. 2, New APIs for HybridCluster (link E-HPC with cluster in local IDC): CreateHybridCluster, etc.
  944. 3, New APIs for Container applications: AddContainerApp, etc.
  945. 2018-07-11 Version: 1.19.3
  946. 1, new function: Attach and Detach Rds instance of scalingGroup.
  947. 2018-07-11 Version: 1.19.2
  948. 1, Add DetectFaceAttributesService.
  949. 2, Add cloudauthPageUrl to GetVerifyTokenResponse.
  950. 2018-07-05 Version: 1.19.1
  951. 1, new function, attach/detach load balancer of scalingGroup
  952. 2018-07-05 Version: 1.19.0
  953. 1, A new optional parameter 'Perspectives' is introduced to the 'Chat' API. By filling this parameter when calling 'Chat', you'll get the knowledge base content within the specified perspectives.
  954. 2018-06-28 Version: 1.18.1
  955. 1, ScalingConfiguration support hostName and passwordInherit
  956. 2, ScalingConfiguration support modify
  957. 2018-06-27 Version: 1.18.0
  958. 1, Modify QueryDomainRealNameVerificationInfo Api, add a return value IdentityCredentialUrl, which is domain real name verification image, you can download it via a HTTP get request,It has validity for 30 seconds.
  959. 2, Modify QueryRegistrantProfileRealNameVerificationInfo Api, add a return value IdentityCredentialUrl, which is domain real name verification image, you can download it via a HTTP get request,It has validity for 30 seconds
  960. 2018-06-27 Version: 1.17.10
  961. 1, DescribeNetworkInterfaces support query with vpcId
  962. 2018-06-22 Version: 1.17.9
  963. 1, rtc openapi
  964. 2018-06-21 Version: 1.17.8
  965. 1, This is add InstanceList.
  966. 2018-06-20 Version: 1.17.7
  967. 1, Add InstanceList in product security information query.
  968. 2018-06-20 Version: 1.17.6
  969. 1, Add InstanceList in product security information query.
  970. 2018-06-14 Version: 1.17.5
  971. 1, Add passwordInherit.
  972. 2018-06-13 Version: 1.17.4
  973. 1, Add API AddCasterEpisodeGroupContent,CreateCaster.
  974. 2, Add Parameter fillMode for AddCasterLayout,ModifyCasterLayout.
  975. 3, Add return value fillMode DescribeCasterLayouts.
  976. 4, Update ErrorCode for StartCaster,StartCasterScene,DescribeCasters,CopyCaster.
  977. 5, Update ErrorCode for ModifyCasterLayout,DeleteCasterLayout,DeleteLiveAppRecordConfig.
  978. 6, Update ForbidLiveStream,DescribeLiveStreamsPublishList,DescribeLiveStreamsOnlineList.
  979. 2018-06-13 Version: 1.17.3
  980. 1, Add lifecycleHook.
  981. 2018-06-08 Version: 1.17.2
  982. 1, Add scdn interface,support scdn.
  983. 2018-06-06 Version: 1.17.1
  984. 1, Change the type of srcUid to int.
  985. 2018-06-06 Version: 1.17.0
  986. 1, Add interface DescribePhoneInfo, DescribeDdosDefenseInfo, DescribeRiskListDetail, DescribePunishList.
  987. 2018-05-29 Version: 1.16.0
  988. 1, Add new interface DescribePhoneInfo to SDK.
  989. 2018-05-28 Version: 1.15.0
  990. 1, Add face 1-N,1-1 scan interface.
  991. 2018-05-28 Version: 1.14.0
  992. 1, ValidateSecurityGroup API
  993. 2018-05-28 Version: 1.13.0
  994. 1, This is an example of release-log.
  995. 2, Please strictly follow this format to edit in English.
  996. 3, Format:Number + , + Space + Description
  997. 2018-05-23 Version: 1.12.0
  998. 1, Add CreateDrdsAccount API, to support creating account for all databases of a DRDS instance.
  999. 2018-05-23 Version: 1.11.0
  1000. 1, Update API version to 2018-04-12.
  1001. 2, New APIs in this new version: StartCluster, StopCluster, RecoverCluster, StartNodes, StopNodes, ListCustomImages. Support stopping a post-paid cluster or partial nodes of a cluster to save cost.
  1002. 3, New parameters for CreateCluster API: EcsChargeType. Support creating a pre-paid cluster.
  1003. 4, New parameters for CreateCluster API: DeploymentMode. Support creating a cluster with fewer manager nodes.
  1004. 2018-05-23 Version: 1.10.3
  1005. 1, This is an example of release-log.
  1006. 2, Please strictly follow this format to edit in English.
  1007. 3, Format:Number + , + Space + Description
  1008. 2018-05-22 Version: 1.10.2
  1009. 1, add DescribeMigrateTasks,DescribeOssDownloads,CheckRecoveryConditions.
  1010. 2, modify DescribeDBInstanceAttribute.
  1011. 2018-05-17 Version: 1.10.1
  1012. 1, Supporting ethnicGroup and idCardStartDate fields in GetMaterials api
  1013. 2018-05-17 Version: 1.10.0
  1014. 1, the first version of private dns SDK
  1015. 2018-05-11 Version: 1.9.1
  1016. 1, Add Function Compute interface,support Function Compute.
  1017. 2018-05-09 Version: 1.9.0
  1018. 1, Add apis for domain broker.
  1019. 2018-05-08 Version: 1.8.2
  1020. 1, Add instance params.
  1021. 2018-05-08 Version: 1.8.1
  1022. 1, Remove DescribeAccountAttributes.
  1023. 2018-05-02 Version: 1.8.0
  1024. 1, Add new interface InstallCloudAssistant, support Cloud Assistant client installation.
  1025. 2, Add new interface DescribeCloudAssistantStatus, support Cloud Assistant client status detection.
  1026. 2018-04-28 Version: 1.7.3
  1027. 1, Add dcdn domain interface,Support add、modify、delete、query dcdn domain.
  1028. 2, Add dcdn config interface,Support set、delete、query domain config.
  1029. 2018-04-28 Version: 1.7.2
  1030. 1, Add dcdn domain interface,Support add、modify、delete、query dcdn domain.
  1031. 2, Add dcdn config interface,Support set、delete、query domain config.
  1032. 2018-04-27 Version: 1.7.1
  1033. 1, release hsm open api
  1034. 2, hsm open api includes DescribeRegions, DescribeInstances, ModityInstance, ConfigNetwork, ConfigWhiteList
  1035. 2018-04-26 Version: 1.7.0
  1036. 1, Add apis for domain group.
  1037. 3, Add fields for QueryDomainList.
  1038. 2018-04-24 Version: 1.6.5
  1039. 1, add interface FetchPhotos
  1040. 2, add xflush log param unixTimestamp
  1041. 2018-04-23 Version: 1.6.4
  1042. 1, DescribeInstanceHistoryEvents adds parameter instanceEventTypes and instanceEventCycleStatuss.
  1043. 2, InstanceId parameter is not necessary for DescribeInstanceHistoryEvents now.
  1044. 3, DescribeInstancesFullStatus adds parameter instanceEventTypes.
  1045. 2018-04-23 Version: 1.6.3
  1046. 1, Add notificationConfiguration.
  1047. 2, Add standby status.
  1048. 2018-04-17 Version: 1.6.2
  1049. 1, EditPhotos add input param TakenAt
  1050. 2, add FetchMomentPhotos
  1051. 3, ListAlbums add return param Remark
  1052. 2018-04-11 Version: 1.6.1
  1053. 1, GetLibrary/FetchLibraries add return ctime
  1054. 2, Editphotos add input param takenAt
  1055. 2018-04-10 Version: 1.6.0
  1056. 1, Add three interfaces CreateNetworkInterfacePermission DeleteNetworkInterfacePermission DescribeNetworkInterfacePermissions.
  1057. 2018-04-10 Version: 1.5.1
  1058. 1, publish Project API.
  1059. 2, publish Service API.
  1060. 3, publish Service order API.
  1061. 4, publish Credential API.
  1062. 5, publish CAS API.
  1063. 2018-04-08 Version: 1.5.0
  1064. 1, Add voice asynchronous scan interface.
  1065. 2018-04-03 Version: 1.4.0
  1066. 1, Add APIs for domain transfer in and transfer out.
  1067. 2, Add APIs for poll and acknowledge domain task.
  1068. 3, Add API for query domain group list.
  1069. 2018-03-30 Version: 1.3.8
  1070. 1, API QueryCustomerSaleInfo arguments update.
  1071. 2018-03-29 Version: 1.3.7
  1072. 1, edit FetchLibraries return param format
  1073. 2018-03-27 Version: 1.3.6
  1074. 1, Rename QueryCustomerSaleInfo to RegionName.
  1075. 2018-03-27 Version: 1.3.5
  1076. 1, publish Project API.
  1077. 2, publish Service API.
  1078. 3, publish Service order API.
  1079. 4, publish Credential API.
  1080. 5, publish CAS API.
  1081. 2018-03-27 Version: 1.3.4
  1082. 1, add interface FetchLibraries
  1083. 2018-03-23 Version: 1.3.3
  1084. 1, interface DescribeInstanceTypes output InstancePpsRx InstancePpsTx
  1085. 2018-03-23 Version: 1.3.2
  1086. 1, interface DescribeInstanceTypes output InstancePpsRx InstancePpsTx
  1087. 2018-03-23 Version: 1.3.1
  1088. 1, ModifyPrepayInstanceSpec support migrateAcrossZone.
  1089. 2018-03-23 Version: 1.3.0
  1090. 1, Add 'QueryDevicesByAccount' and 'QueryDevicesByAlias' Api.
  1091. 2, Remove 'QueryPushDetail' Api.
  1092. 2018-03-20 Version: 1.2.16
  1093. 1, add FetchAlbumTagPhotos
  1094. 2, CreatePhoto add optional param TakenAt
  1095. 2018-03-16 Version: 1.2.15
  1096. 1, Synchronize to the latest api list
  1097. 2018-03-15 Version: 1.2.14
  1098. 1, Synchronize to the latest api list
  1099. 2018-03-15 Version: 1.2.13
  1100. 1, Synchronize to the latest api list
  1101. 2018-03-15 Version: 1.2.12
  1102. 1, Synchronize to the latest api list
  1103. 2018-03-15 Version: 1.2.11
  1104. 1, Synchronize to the latest api list
  1105. 2018-03-15 Version: 1.2.10
  1106. 1, Add QueryCustomerSaleInfo API.
  1107. 2018-03-14 Version: 1.2.9
  1108. 1, Support predefine endpoints parse
  1109. 2018-03-13 Version: 1.2.8
  1110. 1, API GetQuotaHistoryInfo fix field error.
  1111. 2018-03-07 Version: 1.2.7
  1112. 1, add GetAlbumsByNames
  1113. 2, add ListEvent/CreateEvent/EditEvent/DeleteEvent/GetEvent
  1114. 3, add return IdStr for string
  1115. 2018-03-06 Version: 1.2.6
  1116. 1, add GetAlbumsByNames
  1117. 2, add ListEvent/CreateEvent/EditEvent/DeleteEvent/GetEvent
  1118. 3, add return IdStr for string
  1119. 2018-03-06 Version: 1.2.5
  1120. 1, add GetAlbumsByNames
  1121. 2, add ListEvent/CreateEvent/EditEvent/DeleteEvent/GetEvent
  1122. 3, add return IdStr for string
  1123. 2018-02-28 Version: 1.2.4
  1124. 1, Add query resource inventory API.
  1125. 2, Add query topology API.
  1126. 2018-02-27 Version: 1.2.3
  1127. 1, Add query topology API.
  1128. 2018-02-27 Version: 1.2.2
  1129. 1, Add new API: ListRecordingsByContactId.
  1130. 2018-02-27 Version: 1.2.1
  1131. 1, Add Action API.
  1132. 2018-02-27 Version: 1.2.0
  1133. 1, add new api DescribeClusters,DescribeClusterLogs,DescribeClusterNodes,UpgradeClusterComponents
  1134. 2018-02-09 Version: 1.1.0
  1135. 1, Aliyun E-HPC service SDK, initial version.
  1136. 2, Include APIs of E-HPC clusters, nodes, users, jobs, job templates etc.
  1137. 2018-02-07 Version: 1.0.12
  1138. 1, add the access interface of logs such as vulnerabilities, baselines, exceptions, etc.
  1139. 2018-02-06 Version: 1.0.11
  1140. 1, ModifyInstanceChargeType add instanceChargeType param, support prepay instance to postpay instance.
  1141. 2, ModifyPrepayInstanceSpec add operatorType param, support downgrade prepay ecs.
  1142. 2018-02-02 Version: 1.0.10
  1143. 1, this version is new of captcha management and nvc analyze
  1144. 2018-01-26 Version: 1.0.9
  1145. 1, Update InstanceProfileCredentialsProvider
  1146. 2, Update common api
  1147. 2018-01-24 Version: 1.0.8
  1148. 1, Fixed a problem that the ActiveAlert interface name is not standard
  1149. 2, Update ActiveAlert interface : ListProductOfActiveAlert / DisableActiveAlert / EnableActiveAlert
  1150. 2018-01-24 Version: 1.0.7
  1151. 1, Add ActiveAlert API : ListActiveAlertRuleRequest/ListProductOfActiceAlertRequest/EnableActiceAlertRequest/DisableActiceAlertRequest
  1152. 2018-01-23 Version: 1.0.6
  1153. 1, Tesla Dam API release.
  1154. 2, Add ActionDiskCheck, ActionDiskMask, ActionDiskRma, HostGets.
  1155. 2018-01-12 Version: 1.0.5
  1156. 1, First commit ess module
  1157. 2018-01-11 Version: 1.0.4
  1158. 1, replace photo tag 2000 upgrade to 5000
  1159. 2, add TrashQuota
  1160. 2018-01-10 Version: 1.0.3
  1161. 1, First release vpc for c++
  1162. 2018-01-10 Version: 1.0.2
  1163. 1, First release slb for C++
  1164. 2018-01-10 Version: 1.0.1
  1165. 1, First release ecs for C++
  1166. 2017-12-27 Version: 1.0.0
  1167. 1, Fix build failed on linux