CHANGELOG 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930
  1. 2019-04-16 Version: 1.36.14
  2. 1, Add api about pushing security check commands
  3. 2019-04-16 Version: 1.36.13
  4. 1, Fixed describeAccounts response type error
  5. 2019-04-16 Version: 1.36.12
  6. 1, Mark CreateDiagnosticReport as public api.
  7. 2, ModifySecurityIps support modifyMode parameter.
  8. 2019-04-16 Version: 1.36.11
  9. 1, Add group api.
  10. 2019-04-16 Version: 1.36.10
  11. 1, Add group api.
  12. 2019-04-16 Version: 1.36.9
  13. 1, Add group api.
  14. 2019-04-16 Version: 1.36.8
  15. 1, Add group api.
  16. 2019-04-15 Version: 1.36.7
  17. 1, Add CreateRestoreTask DBS interface.
  18. 2, Add StartRestoreTask DBS interface.
  19. 2019-04-15 Version: 1.36.6
  20. 1, add arns parameter to CreateDisk/CreateInstance API in order to support disk encryption by performing a sts role play.
  21. 2019-04-15 Version: 1.36.5
  22. 1, Add apis, DescribeScreenHostStatistics、DescribeScreenSummaryInfo、DescribeScreenAttackAnalysisData、DescribeScreenAttackAnalysisData、DescribeScreenAttackAnalysisData
  23. 2019-04-15 Version: 1.36.4
  24. 1, Add Group Api.
  25. 2019-04-11 Version: 1.36.3
  26. 1, The ‘CreateProject’ interface adds the ‘ModelId’ parameter
  27. 2019-04-11 Version: 1.36.2
  28. 1, Add some new apis to manage VoD's App, such as CreateAppInfo, GetAppInfos, ListAppInfos, UpdateAppInfo, DeleteAppInfo, AttachAppPolicyToIdentity, DetachAppPolicyFromIdentity, ListAppPoliciesForIdentity and MoveAppResource.
  29. 2, Add new apis SetMessageCallback, GetMessageCallback and DeleteMessageCallback to manage message callback configuration.
  30. 3, Add new apis GetAttachedMedia, UpdateAttachedMediaInfos and DeleteAttachedMedia to manage attached media information.
  31. 4, Add a new api named DeleteMultipartUpload to clean up the fragmented files generated during the upload process.
  32. 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.
  33. 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.
  34. 7, Add new fields named TranscodeFileRegular, Clip and Rotate to GetTranscodeTemplateGroup api response to support the custom file path feature.
  35. 8, Add a new field named AttachedMedia to api response to support the attached media feature.
  36. 9, Add a new field named SubTotal to GetCategories response to show the number of sub category.
  37. 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.
  38. 2019-04-10 Version: 1.36.1
  39. 1, Modify DescribeBackupGatewayList DBS interface.
  40. 2019-04-10 Version: 1.36.0
  41. 1, New APIs for visual service (VNC).
  42. 2, New APIs for software management.
  43. 3, New APIs for CPFS filesystem.
  44. 2019-04-09 Version: 1.35.9
  45. 1, support service account management networkInterface function.
  46. 2019-04-09 Version: 1.35.8
  47. 1, Add Apis for offline VerifySDK.
  48. 2019-04-08 Version: 1.35.7
  49. 1, Modify DescribeBackupPlanList DBS interface.
  50. 2, Modify DescribeFullBackupList DBS interface.
  51. 3, Modify DescribeIncrementBackupList DBS interface.
  52. 4, Modify DescribeBackupGatewayList DBS interface.
  53. 2019-04-08 Version: 1.35.6
  54. 1, Add StopBackupPlan DBS interface.
  55. 2, Add DescribeBackupPlanList DBS interface.
  56. 3, Add DescribeFullBackupList DBS interface.
  57. 4, Add DescribeIncrementBackupList DBS interface.
  58. 5, Add DescribeBackupGatewayList DBS interface.
  59. 2019-04-04 Version: 1.35.5
  60. 1, ScalingConf systemDisk add DiskName and Description parameters.
  61. 2, ScalingConf dataDisk add DiskName & Description & Encrypted & KMSKeyId parameters.
  62. 2019-04-03 Version: 1.35.4
  63. 1, Add interfaces related to vulnerability whitelist
  64. 2, Add interfaces related to vulnerability auto-del configuration
  65. 3, Add interfaces related to vulnerability fix advise
  66. 4, Add interfaces searching and operating vulnerability
  67. 2019-03-29 Version: 1.35.3
  68. 1, Add DLQ message openAPI.
  69. 2, Add Query the subscription relational openAPI.
  70. 3, Remove white list restrictions.
  71. 2019-03-28 Version: 1.35.2
  72. 1, release bssopenapi
  73. 2019-03-28 Version: 1.35.1
  74. 1, Add multiple language support in DescribeZones
  75. 2, Add gray parameter in CreateDisk
  76. 2019-03-28 Version: 1.35.0
  77. 1, Add logo detect.
  78. 2019-03-27 Version: 1.34.66
  79. 1, Add Project interface.
  80. 2, Add Tag interface.
  81. 3, Add TrainData interface.
  82. 4, Add Train interface.
  83. 5, Add Iteration interface.
  84. 6, Add Predict interface.
  85. 7, Add PredictData interface.
  86. 2019-03-27 Version: 1.34.65
  87. 1, Add Project interface.
  88. 2, Add Tag interface.
  89. 3, Add TrainData interface.
  90. 4, Add Train interface.
  91. 5, Add Iteration interface.
  92. 6, Add Predict interface.
  93. 7, Add PredictData interface.
  94. 2019-03-27 Version: 1.34.64
  95. 1, Add DLQ message openAPI.
  96. 2, Add Query the subscription relational openAPI.
  97. 3, Remove white list restrictions.
  98. 2019-03-27 Version: 1.34.63
  99. 1, Add DLQ message openAPI.
  100. 2, Add Query the subscription relational openAPI.
  101. 3, Remove white list restrictions.
  102. 2019-03-27 Version: 1.34.62
  103. 1, release dysmsapi
  104. 2019-03-25 Version: 1.34.61
  105. 1, cms fix duplicated struct definition
  106. 2019-03-25 Version: 1.34.60
  107. 1, mts fix duplication struct definition
  108. 2019-03-25 Version: 1.34.59
  109. 1, jarvis-pulic fix product code with dash
  110. 2019-03-25 Version: 1.34.58
  111. 1, sas-api, fix product code with dash
  112. 2019-03-21 Version: 1.34.57
  113. 1, Update Dependency
  114. 2019-03-21 Version: 1.34.56
  115. 1, Update Dependency
  116. 2019-03-20 Version: 1.34.55
  117. 1, Update the Dependency
  118. 2019-03-20 Version: 1.34.54
  119. 1, Update the Dependency
  120. 2019-03-20 Version: 1.34.53
  121. 1, cloudwf: update bool type parameter
  122. 2019-03-20 Version: 1.34.52
  123. 1, Update Dependency
  124. 2019-03-19 Version: 1.34.51
  125. 1, Support ' fc ' Source DomainName
  126. 2019-03-19 Version: 1.34.50
  127. 1, move fields: tag, associate_person, cid
  128. 2019-03-19 Version: 1.34.49
  129. 1, format fields: tags, associatePerson
  130. 2019-03-19 Version: 1.34.48
  131. 1, add query user oms data api
  132. 2019-03-19 Version: 1.34.47
  133. 1, Update Dependency
  134. 2019-03-19 Version: 1.34.46
  135. 1, Update Dependency
  136. 2019-03-19 Version: 1.34.45
  137. 1, This is an example of release-log.
  138. 2, Please strictly follow this format to edit in English.
  139. 3, Format:Number + , + Space + Description
  140. 2019-03-18 Version: 1.34.44
  141. 1, rds: deliver string true/false to server for bool type parameter, not previous 1/0
  142. 2019-03-18 Version: 1.34.43
  143. 1, deliver string true/false to server for bool type parameter, not previous 1/0
  144. 2019-03-18 Version: 1.34.42
  145. 1, Signature Document SDK.
  146. 2, First version publish.
  147. 3, Beta Version SDK
  148. 2019-03-18 Version: 1.34.41
  149. 1, Update Dependency
  150. 2019-03-18 Version: 1.34.40
  151. 1, move AssociatePerson\Tag field
  152. 2, Optimize RealName field
  153. 2019-03-18 Version: 1.34.39
  154. 1, Update Dependency
  155. 2019-03-18 Version: 1.34.38
  156. 1, Update Dependency
  157. 2019-03-18 Version: 1.34.37
  158. 1, Update Dependency
  159. 2019-03-18 Version: 1.34.36
  160. 1, Update Dependency
  161. 2019-03-15 Version: 1.34.35
  162. 1, Update Dependency
  163. 2019-03-15 Version: 1.34.34
  164. 1, Update Dependency
  165. 2019-03-15 Version: 1.34.33
  166. 1, Update Dependency
  167. 2019-03-15 Version: 1.34.32
  168. 1, Update Dependency
  169. 2019-03-15 Version: 1.34.31
  170. 1, Update Dependency
  171. 2019-03-15 Version: 1.34.30
  172. 1, Update Dependency
  173. 2019-03-15 Version: 1.34.29
  174. 1, Update Dependency
  175. 2019-03-15 Version: 1.34.28
  176. 1, Update Dependency
  177. 2019-03-15 Version: 1.34.27
  178. 1, Update Dependency
  179. 2019-03-15 Version: 1.34.26
  180. 1, Update Dependency
  181. 2019-03-15 Version: 1.34.25
  182. 1, Update Dependency
  183. 2019-03-14 Version: 1.34.24
  184. 1, Update Dependency
  185. 2019-03-14 Version: 1.34.23
  186. 1, Update Dependency
  187. 2019-03-14 Version: 1.34.22
  188. 1, Update Dependency
  189. 2019-03-14 Version: 1.34.21
  190. 1, Update Dependency
  191. 2019-03-14 Version: 1.34.20
  192. 1, Update Dependency
  193. 2019-03-14 Version: 1.34.19
  194. 1, Update Dependency
  195. 2019-03-14 Version: 1.34.18
  196. 1, Update Dependency
  197. 2019-03-14 Version: 1.34.17
  198. 1, Update Dependency
  199. 2019-03-14 Version: 1.34.16
  200. 1, Update Dependency
  201. 2019-03-13 Version: 1.34.15
  202. 1, Update Dependency
  203. 2019-03-13 Version: 1.34.14
  204. 1, Update Dependency
  205. 2019-03-13 Version: 1.34.13
  206. 1, Update Dependency
  207. 2019-03-13 Version: 1.34.12
  208. 1, Distinguish between system and service parameters
  209. 2019-03-13 Version: 1.34.11
  210. 1, add DescribeDemands interface
  211. 2019-03-13 Version: 1.34.10
  212. 1, Distinguish between system and service parameters
  213. 2019-03-12 Version: 1.34.9
  214. 1, add agency infomation
  215. 2, update sdk core resources
  216. 2018-12-20 Version: 1.34.8
  217. 1, Sync CDN API.
  218. 2018-12-11 Version: 1.34.7
  219. 1, Sync CDN API.
  220. 2018-12-06 Version: 1.34.6
  221. 1, Add DescribeLiveDomainRealTimeBpsData, DescribeLiveDomainRealTimeHttpCodeData,DescribeLiveDomainRealTimeTrafficData.
  222. 2, Update DescirbeCasterChannels and DescribeCasterStreamUrl.
  223. 2018-12-03 Version: 1.34.5
  224. 1, Sync CDN API.
  225. 2018-12-03 Version: 1.34.4
  226. 1, Sync CDN API.
  227. 2018-12-03 Version: 1.34.3
  228. 1, Update 2014-11-11 API.
  229. 2018-12-03 Version: 1.34.2
  230. 1, Add a parameter to RemoveInstances.
  231. 2018-11-30 Version: 1.34.1
  232. 1, Add new apis called AddVodTemplate, UpdateVodTemplate, DeleteVodTemplate, ListVodTemplate, GetVodTemplate and SetDefaultVodTemplate which support vodtemplate feature.
  233. 2, Add a new api called CreateUploadAttachedMedia to get upload auth for attached media
  234. 3, Add new apis called AddWorkFlow, UpdateWorkFlow, DeleteWorkFlow, ListWorkFlow, GetWorkFlow which support workflow feature.
  235. 2018-11-28 Version: 1.34.0
  236. 1, Add RedeployInstance interface, and support to migrate ecs instance with specified maintenance events actively
  237. 2018-11-28 Version: 1.33.6
  238. 1, Add APIs InvokeThingsService, SetDevicesProperty and QueryDeviceByTags .
  239. 2018-11-27 Version: 1.33.5
  240. 1, Add APIs InvokeThingsService, SetDevicesProperty and QueryDeviceByTags .
  241. 2018-11-22 Version: 1.33.4
  242. 1, Increase the scene field
  243. 2018-11-22 Version: 1.33.3
  244. 1, Add parameter DeletionProtection when creating instance and modifying instance attribute
  245. 2018-11-21 Version: 1.33.2
  246. 1, Add new apis called AddWatermark, UpdateWatermark, DeleteWatermark, ListWatermarks, GetWatermark and SetDefaultWatermark which support watermark feature.
  247. 2, Add a new api called RegisterMedia which supports registration of audio and video media files that already exist in the OSS bucket.
  248. 3, Add the field named OverrideParams to SubmitTranscodeJobs api request.
  249. 2018-11-16 Version: 1.33.1
  250. 1, update version
  251. 2018-11-15 Version: 1.33.0
  252. 1, ECS support ipv6Address
  253. 2018-11-14 Version: 1.32.0
  254. 1, Better support for hybrid cluster.
  255. 2018-11-13 Version: 1.31.0
  256. 1, Add FuzzyMatchDomainSensitiveWord interface,Support fuzzy matching sensitive words.
  257. 2, Add BatchFuzzyMatchDomainSensitiveWord interface,Support batch fuzzy matching sensitive words.
  258. 3, Add DynamicCheck properties for results of CheckDomain interface.
  259. 2018-11-10 Version: 1.30.5
  260. 1, Update SetWaitingRoomConfig.
  261. 2018-11-08 Version: 1.30.4
  262. 1, Fix the http response receive bug
  263. 2018-11-08 Version: 1.30.3
  264. 1, Update Version.
  265. 2018-11-07 Version: 1.30.2
  266. 1, Add API CreateTemplate,DeleteTemplate,GetAllTemplate,GetTemplateInfo.
  267. 2, Add API GetTaskStatus,StartTask,StopTask.
  268. 3, Add API GetTaskParam,UpdateTaskParam.
  269. 2018-11-02 Version: 1.30.1
  270. 1, deviceName and productKey can be used instead of iotId.
  271. 2, New productKey fields for queryauthentication output parameter.
  272. 3, New deviceName fields for queryauthentication output parameter.
  273. 2018-11-02 Version: 1.30.0
  274. 1, first version
  275. 2018-10-31 Version: 1.29.5
  276. 1, Update SetWaitingRoomConfig.
  277. 2018-10-31 Version: 1.29.4
  278. 1, Add SetWaitingRoomConfig.
  279. 2018-10-31 Version: 1.29.3
  280. 1, Add SetWaitingRoomConfig.
  281. 2018-10-30 Version: 1.29.2
  282. 1, Add API DescribeLiveDomainBpsData,DescribeLiveDomainTrafficData.
  283. 2018-10-26 Version: 1.29.1
  284. 1, Return AuditConclusions in SubmitMaterials API.
  285. 2018-10-25 Version: 1.29.0
  286. 1, Add apis for trademark domains.
  287. 2, Add QueryDomainAdminDivision api.
  288. 2018-10-16 Version: 1.28.3
  289. 1, This version add MetricQuery interface to support retcode and apm metric query.
  290. 2018-10-16 Version: 1.28.2
  291. 1, This version add MetricQuery interface to support retcode and apm metric query.
  292. 2018-10-16 Version: 1.28.1
  293. 1, This version add MetricQuery interface to support retcode and apm metric query.
  294. 2018-10-16 Version: 1.28.0
  295. 1, Delete deprecated and unusable apis : AddIpRange, UnbindIpRange, BindIpRange, DescribeIntranetAttributeKb, DescribeIpRanges, ModifyIntranetBandwidthKb, DescribeEventDetail, CheckAutoSnapshotPolicy, CheckDiskEnableAutoSnapshotValidation, DescribeAutoSnapshotPolicy
  296. 2, Add instance topology api DescribeInstanceTopology
  297. 3, Add mount point in DescribeDisksFullStatus
  298. 2018-10-16 Version: 1.27.11
  299. 1, remove set group tags API.
  300. 2018-10-13 Version: 1.27.10
  301. 1, Add device group related APIs.
  302. 2018-10-13 Version: 1.27.9
  303. 1, Add device group related APIs.
  304. 2018-10-13 Version: 1.27.8
  305. 1, Add device group related APIs.
  306. 2018-10-11 Version: 1.27.7
  307. 1, Add a new api called DeleteMezzanines to clear mezzanine infos and storages.
  308. 2, Add the field called PlayConfig to GetVideoPlayAuth and GetPlayInfo api request.
  309. 3, Add a new api called UpdateImageInfos to update image information.
  310. 2018-10-09 Version: 1.27.6
  311. 1, v1.0.0-->v1.0.1
  312. 2, provider new region:beijing/shenzhen/zhangjiakou
  313. 3, provider service for VPC user;
  314. 2018-09-30 Version: 1.27.5
  315. 1, This is an example of release-log.
  316. 2, Please strictly follow this format to edit in English.
  317. 3, Format:Number + , + Space + Description
  318. 2018-09-29 Version: 1.27.4
  319. 1, Sync cdn api.
  320. 2018-09-29 Version: 1.27.3
  321. 1, This is an example of release-log.
  322. 2, Please strictly follow this format to edit in English.
  323. 3, Format:Number + , + Space + Description
  324. 2018-09-29 Version: 1.27.2
  325. 1, This is an example of release-log.
  326. 2, Please strictly follow this format to edit in English.
  327. 3, Format:Number + , + Space + Description
  328. 2018-09-28 Version: 1.27.1
  329. 1, Add one api, QueryAppDeviceList.
  330. 2018-09-27 Version: 1.27.0
  331. 1, Add new API ListQueues, modify API SetAutoScaleConfig to support queue related features.
  332. 2018-09-27 Version: 1.26.4
  333. 1, modify getFaces Api
  334. 2018-09-27 Version: 1.26.3
  335. 1, modify getFaces Api
  336. 2018-09-25 Version: 1.26.2
  337. 1, Add GetHotlineRecord and QueryHotlineRecord interface, version 1.0.0
  338. 2018-09-17 Version: 1.26.1
  339. 1, Add field for AddCasterVideoResource, DescribeCasterVideoResources, ModifyCasterVideoResource.
  340. 2018-09-14 Version: 1.26.0
  341. 1, Add DedicatedHost Feature
  342. 2018-09-13 Version: 1.25.3
  343. 1, Add CreateChannelToken.
  344. 2018-09-06 Version: 1.25.2
  345. 1, AutoScaling support launchTemplate.
  346. 2018-09-06 Version: 1.25.1
  347. 1, Add API deleteProduct.
  348. 2, Move all API to version 20180120.
  349. 2018-09-05 Version: 1.25.0
  350. 1, Add new APIs with control policy for querying price
  351. 2018-09-03 Version: 1.24.2
  352. 1, voice identify interface
  353. 2, client upload credentials interface
  354. 2018-09-03 Version: 1.24.1
  355. 1, Add new service API:FindServiceStatisticalData, which can support query service statistical data.
  356. 2018-08-28 Version: 1.24.0
  357. 1, Add new APIs for profiling application performance: GetCloudMetricProfiling, etc.
  358. 2, Add new APIs to support Shifter container applications: AddContainerApp, etc.
  359. 2018-08-28 Version: 1.23.4
  360. 1, Add param for DescribeRegions,support AcceptLanguage,RegionEndpoint.
  361. 2018-08-27 Version: 1.23.3
  362. 1, add Ess alarm task api, CreateAlarm, DeleteAlarm, DescribeAlarms, DeleteAlarm, EnableAlarm, DisableAlarm
  363. 2018-08-27 Version: 1.23.2
  364. 1, Add api GetGatewayBySubDevice.
  365. 2, Modified the time related response parameters.
  366. 3, Add messageId in response with InvokeThingService,SetDeviceProperty and NotifyAddThingTopo.
  367. 2018-08-23 Version: 1.23.1
  368. 1, RunInstance add privateIpAddress.
  369. 2018-08-22 Version: 1.23.0
  370. 1, Add api CreateSimulatedSystemEvents, support creating one or more simulated system events.
  371. 2, Add api CancelSimulatedSystemEvents, support cancelling one or more simulated system events.
  372. 2018-08-21 Version: 1.22.9
  373. 1, Repair describeLaunchTemplateVersions securityEnhancementStrategy type
  374. 2018-08-21 Version: 1.22.8
  375. 1, Add api: MoPenQueryCanvas, MoPenDoRecognize, MoPenSendMqttMessage, MoPenFindGroup
  376. 2018-08-17 Version: 1.22.7
  377. 1, Add a new api called DeleteImage to clear the image resource.
  378. 2, Add the field called AdditionType and OutputType to GetMezzanineInfo api request.
  379. 3, Add the field called OutputType to GetMezzanineInfo api response.
  380. 4, Add the field called CreationTime and ModificationTime to GetPlayInfo api response.
  381. 2018-08-17 Version: 1.22.6
  382. 1, New apkpubkey fields for queryauthentication output parameter.
  383. 2, New packagename fields for queryauthentication output parameter.
  384. 3, New clientId fields for queryauthentication output parameter.
  385. 2018-08-16 Version: 1.22.5
  386. 1, ModifyScalingConfiguration add imageName.
  387. 2, CreateScalingConfiguration add imageName.
  388. 2018-08-15 Version: 1.22.4
  389. 1, Fix bug in GetMaterials API.
  390. 2, GetVerifyToken added a new param VerifyConfigs
  391. 2018-08-15 Version: 1.22.3
  392. 1, Add domain operation api AddLiveDomain,DeleteLiveDomain,DescribeLiveDomainDetail,StartLiveDomain,StopLiveDomain.
  393. 2, Add certificate operation api DescribeLiveCertificateDetail,DescribeLiveCertificateList,SetLiveDomainCertificate.
  394. 3, Add domain config api BatchSetLiveDomainConfigs,BatchDeleteLiveDomainConfigs,DeleteLiveSpecificConfig,DescribeLiveDomainConfigs.
  395. 2018-08-15 Version: 1.22.2
  396. 1, Update ecs tag to 20 maximum
  397. 2018-08-14 Version: 1.22.1
  398. 1, Change parameter name of Dialogue
  399. 2018-08-13 Version: 1.22.0
  400. 1, New userinfo fields for registerface input parameter.
  401. 2, New userinfo fields for updateface input parameter.
  402. 3, New userinfo fields for queryface output parameter.
  403. 2018-08-13 Version: 1.21.6
  404. 1, Add cross domain support.
  405. 2, Add parameter SerialNumber to interface RebootSmartAccessGateway.
  406. 2018-08-08 Version: 1.21.5
  407. 1, The official release 4.0.0
  408. 2018-08-08 Version: 1.21.4
  409. 1, Update FC apis.
  410. 2018-08-08 Version: 1.21.3
  411. 1, First release.
  412. 2018-08-07 Version: 1.21.2
  413. 1, Add api GetGatewayBySubDevice.
  414. 2, Modified the time related response parameters.
  415. 3, Add messageId in response with InvokeThingService,SetDeviceProperty and NotifyAddThingTopo.
  416. 2018-08-05 Version: 1.21.1
  417. 1, Add Interface SubmitSubtitleJob
  418. 2, Support convert ttml、stl subtitle to vtt
  419. 2018-08-03 Version: 1.21.0
  420. 1, Add new API AddLocalNodes, for adding local machine to a hybrid cluster
  421. 2018-08-01 Version: 1.20.5
  422. 1, Add new API GetConversationDetailByContactId
  423. 2018-08-01 Version: 1.20.4
  424. 1, Add api: MoPenQueryCanvas, MoPenDoRecognize, MoPenSendMqttMessage, MoPenFindGroup
  425. 2018-07-31 Version: 1.20.3
  426. 1, Support describePrice for market image, add return detailInfo in interface describePrice
  427. 2018-07-26 Version: 1.20.2
  428. 1, Add BatchGetJobMetricInfo API.
  429. 2, Add BatchGetPluginConfigInfo API.
  430. 3, Add GetJobTopology API.
  431. 2018-07-25 Version: 1.20.1
  432. 1, Add RemoveTerminals API.
  433. 2018-07-13 Version: 1.20.0
  434. 1, New APIs for batch executing commands in cluster: InvokeShellCommand, ListCommands, etc.
  435. 2, New APIs for HybridCluster (link E-HPC with cluster in local IDC): CreateHybridCluster, etc.
  436. 3, New APIs for Container applications: AddContainerApp, etc.
  437. 2018-07-11 Version: 1.19.3
  438. 1, new function: Attach and Detach Rds instance of scalingGroup.
  439. 2018-07-11 Version: 1.19.2
  440. 1, Add DetectFaceAttributesService.
  441. 2, Add cloudauthPageUrl to GetVerifyTokenResponse.
  442. 2018-07-05 Version: 1.19.1
  443. 1, new function, attach/detach load balancer of scalingGroup
  444. 2018-07-05 Version: 1.19.0
  445. 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.
  446. 2018-06-28 Version: 1.18.1
  447. 1, ScalingConfiguration support hostName and passwordInherit
  448. 2, ScalingConfiguration support modify
  449. 2018-06-27 Version: 1.18.0
  450. 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.
  451. 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
  452. 2018-06-27 Version: 1.17.10
  453. 1, DescribeNetworkInterfaces support query with vpcId
  454. 2018-06-22 Version: 1.17.9
  455. 1, rtc openapi
  456. 2018-06-21 Version: 1.17.8
  457. 1, This is add InstanceList.
  458. 2018-06-20 Version: 1.17.7
  459. 1, Add InstanceList in product security information query.
  460. 2018-06-20 Version: 1.17.6
  461. 1, Add InstanceList in product security information query.
  462. 2018-06-14 Version: 1.17.5
  463. 1, Add passwordInherit.
  464. 2018-06-13 Version: 1.17.4
  465. 1, Add API AddCasterEpisodeGroupContent,CreateCaster.
  466. 2, Add Parameter fillMode for AddCasterLayout,ModifyCasterLayout.
  467. 3, Add return value fillMode DescribeCasterLayouts.
  468. 4, Update ErrorCode for StartCaster,StartCasterScene,DescribeCasters,CopyCaster.
  469. 5, Update ErrorCode for ModifyCasterLayout,DeleteCasterLayout,DeleteLiveAppRecordConfig.
  470. 6, Update ForbidLiveStream,DescribeLiveStreamsPublishList,DescribeLiveStreamsOnlineList.
  471. 2018-06-13 Version: 1.17.3
  472. 1, Add lifecycleHook.
  473. 2018-06-08 Version: 1.17.2
  474. 1, Add scdn interface,support scdn.
  475. 2018-06-06 Version: 1.17.1
  476. 1, Change the type of srcUid to int.
  477. 2018-06-06 Version: 1.17.0
  478. 1, Add interface DescribePhoneInfo, DescribeDdosDefenseInfo, DescribeRiskListDetail, DescribePunishList.
  479. 2018-05-29 Version: 1.16.0
  480. 1, Add new interface DescribePhoneInfo to SDK.
  481. 2018-05-28 Version: 1.15.0
  482. 1, Add face 1-N,1-1 scan interface.
  483. 2018-05-28 Version: 1.14.0
  484. 1, ValidateSecurityGroup API
  485. 2018-05-28 Version: 1.13.0
  486. 1, This is an example of release-log.
  487. 2, Please strictly follow this format to edit in English.
  488. 3, Format:Number + , + Space + Description
  489. 2018-05-23 Version: 1.12.0
  490. 1, Add CreateDrdsAccount API, to support creating account for all databases of a DRDS instance.
  491. 2018-05-23 Version: 1.11.0
  492. 1, Update API version to 2018-04-12.
  493. 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.
  494. 3, New parameters for CreateCluster API: EcsChargeType. Support creating a pre-paid cluster.
  495. 4, New parameters for CreateCluster API: DeploymentMode. Support creating a cluster with fewer manager nodes.
  496. 2018-05-23 Version: 1.10.3
  497. 1, This is an example of release-log.
  498. 2, Please strictly follow this format to edit in English.
  499. 3, Format:Number + , + Space + Description
  500. 2018-05-22 Version: 1.10.2
  501. 1, add DescribeMigrateTasks,DescribeOssDownloads,CheckRecoveryConditions.
  502. 2, modify DescribeDBInstanceAttribute.
  503. 2018-05-17 Version: 1.10.1
  504. 1, Supporting ethnicGroup and idCardStartDate fields in GetMaterials api
  505. 2018-05-17 Version: 1.10.0
  506. 1, the first version of private dns SDK
  507. 2018-05-11 Version: 1.9.1
  508. 1, Add Function Compute interface,support Function Compute.
  509. 2018-05-09 Version: 1.9.0
  510. 1, Add apis for domain broker.
  511. 2018-05-08 Version: 1.8.2
  512. 1, Add instance params.
  513. 2018-05-08 Version: 1.8.1
  514. 1, Remove DescribeAccountAttributes.
  515. 2018-05-02 Version: 1.8.0
  516. 1, Add new interface InstallCloudAssistant, support Cloud Assistant client installation.
  517. 2, Add new interface DescribeCloudAssistantStatus, support Cloud Assistant client status detection.
  518. 2018-04-28 Version: 1.7.3
  519. 1, Add dcdn domain interface,Support add、modify、delete、query dcdn domain.
  520. 2, Add dcdn config interface,Support set、delete、query domain config.
  521. 2018-04-28 Version: 1.7.2
  522. 1, Add dcdn domain interface,Support add、modify、delete、query dcdn domain.
  523. 2, Add dcdn config interface,Support set、delete、query domain config.
  524. 2018-04-27 Version: 1.7.1
  525. 1, release hsm open api
  526. 2, hsm open api includes DescribeRegions, DescribeInstances, ModityInstance, ConfigNetwork, ConfigWhiteList
  527. 2018-04-26 Version: 1.7.0
  528. 1, Add apis for domain group.
  529. 3, Add fields for QueryDomainList.
  530. 2018-04-24 Version: 1.6.5
  531. 1, add interface FetchPhotos
  532. 2, add xflush log param unixTimestamp
  533. 2018-04-23 Version: 1.6.4
  534. 1, DescribeInstanceHistoryEvents adds parameter instanceEventTypes and instanceEventCycleStatuss.
  535. 2, InstanceId parameter is not necessary for DescribeInstanceHistoryEvents now.
  536. 3, DescribeInstancesFullStatus adds parameter instanceEventTypes.
  537. 2018-04-23 Version: 1.6.3
  538. 1, Add notificationConfiguration.
  539. 2, Add standby status.
  540. 2018-04-17 Version: 1.6.2
  541. 1, EditPhotos add input param TakenAt
  542. 2, add FetchMomentPhotos
  543. 3, ListAlbums add return param Remark
  544. 2018-04-11 Version: 1.6.1
  545. 1, GetLibrary/FetchLibraries add return ctime
  546. 2, Editphotos add input param takenAt
  547. 2018-04-10 Version: 1.6.0
  548. 1, Add three interfaces CreateNetworkInterfacePermission DeleteNetworkInterfacePermission DescribeNetworkInterfacePermissions.
  549. 2018-04-10 Version: 1.5.1
  550. 1, publish Project API.
  551. 2, publish Service API.
  552. 3, publish Service order API.
  553. 4, publish Credential API.
  554. 5, publish CAS API.
  555. 2018-04-08 Version: 1.5.0
  556. 1, Add voice asynchronous scan interface.
  557. 2018-04-03 Version: 1.4.0
  558. 1, Add APIs for domain transfer in and transfer out.
  559. 2, Add APIs for poll and acknowledge domain task.
  560. 3, Add API for query domain group list.
  561. 2018-03-30 Version: 1.3.8
  562. 1, API QueryCustomerSaleInfo arguments update.
  563. 2018-03-29 Version: 1.3.7
  564. 1, edit FetchLibraries return param format
  565. 2018-03-27 Version: 1.3.6
  566. 1, Rename QueryCustomerSaleInfo to RegionName.
  567. 2018-03-27 Version: 1.3.5
  568. 1, publish Project API.
  569. 2, publish Service API.
  570. 3, publish Service order API.
  571. 4, publish Credential API.
  572. 5, publish CAS API.
  573. 2018-03-27 Version: 1.3.4
  574. 1, add interface FetchLibraries
  575. 2018-03-23 Version: 1.3.3
  576. 1, interface DescribeInstanceTypes output InstancePpsRx InstancePpsTx
  577. 2018-03-23 Version: 1.3.2
  578. 1, interface DescribeInstanceTypes output InstancePpsRx InstancePpsTx
  579. 2018-03-23 Version: 1.3.1
  580. 1, ModifyPrepayInstanceSpec support migrateAcrossZone.
  581. 2018-03-23 Version: 1.3.0
  582. 1, Add 'QueryDevicesByAccount' and 'QueryDevicesByAlias' Api.
  583. 2, Remove 'QueryPushDetail' Api.
  584. 2018-03-20 Version: 1.2.16
  585. 1, add FetchAlbumTagPhotos
  586. 2, CreatePhoto add optional param TakenAt
  587. 2018-03-16 Version: 1.2.15
  588. 1, Synchronize to the latest api list
  589. 2018-03-15 Version: 1.2.14
  590. 1, Synchronize to the latest api list
  591. 2018-03-15 Version: 1.2.13
  592. 1, Synchronize to the latest api list
  593. 2018-03-15 Version: 1.2.12
  594. 1, Synchronize to the latest api list
  595. 2018-03-15 Version: 1.2.11
  596. 1, Synchronize to the latest api list
  597. 2018-03-15 Version: 1.2.10
  598. 1, Add QueryCustomerSaleInfo API.
  599. 2018-03-14 Version: 1.2.9
  600. 1, Support predefine endpoints parse
  601. 2018-03-13 Version: 1.2.8
  602. 1, API GetQuotaHistoryInfo fix field error.
  603. 2018-03-07 Version: 1.2.7
  604. 1, add GetAlbumsByNames
  605. 2, add ListEvent/CreateEvent/EditEvent/DeleteEvent/GetEvent
  606. 3, add return IdStr for string
  607. 2018-03-06 Version: 1.2.6
  608. 1, add GetAlbumsByNames
  609. 2, add ListEvent/CreateEvent/EditEvent/DeleteEvent/GetEvent
  610. 3, add return IdStr for string
  611. 2018-03-06 Version: 1.2.5
  612. 1, add GetAlbumsByNames
  613. 2, add ListEvent/CreateEvent/EditEvent/DeleteEvent/GetEvent
  614. 3, add return IdStr for string
  615. 2018-02-28 Version: 1.2.4
  616. 1, Add query resource inventory API.
  617. 2, Add query topology API.
  618. 2018-02-27 Version: 1.2.3
  619. 1, Add query topology API.
  620. 2018-02-27 Version: 1.2.2
  621. 1, Add new API: ListRecordingsByContactId.
  622. 2018-02-27 Version: 1.2.1
  623. 1, Add Action API.
  624. 2018-02-27 Version: 1.2.0
  625. 1, add new api DescribeClusters,DescribeClusterLogs,DescribeClusterNodes,UpgradeClusterComponents
  626. 2018-02-09 Version: 1.1.0
  627. 1, Aliyun E-HPC service SDK, initial version.
  628. 2, Include APIs of E-HPC clusters, nodes, users, jobs, job templates etc.
  629. 2018-02-07 Version: 1.0.12
  630. 1, add the access interface of logs such as vulnerabilities, baselines, exceptions, etc.
  631. 2018-02-06 Version: 1.0.11
  632. 1, ModifyInstanceChargeType add instanceChargeType param, support prepay instance to postpay instance.
  633. 2, ModifyPrepayInstanceSpec add operatorType param, support downgrade prepay ecs.
  634. 2018-02-02 Version: 1.0.10
  635. 1, this version is new of captcha management and nvc analyze
  636. 2018-01-26 Version: 1.0.9
  637. 1, Update InstanceProfileCredentialsProvider
  638. 2, Update common api
  639. 2018-01-24 Version: 1.0.8
  640. 1, Fixed a problem that the ActiveAlert interface name is not standard
  641. 2, Update ActiveAlert interface : ListProductOfActiveAlert / DisableActiveAlert / EnableActiveAlert
  642. 2018-01-24 Version: 1.0.7
  643. 1, Add ActiveAlert API : ListActiveAlertRuleRequest/ListProductOfActiceAlertRequest/EnableActiceAlertRequest/DisableActiceAlertRequest
  644. 2018-01-23 Version: 1.0.6
  645. 1, Tesla Dam API release.
  646. 2, Add ActionDiskCheck, ActionDiskMask, ActionDiskRma, HostGets.
  647. 2018-01-12 Version: 1.0.5
  648. 1, First commit ess module
  649. 2018-01-11 Version: 1.0.4
  650. 1, replace photo tag 2000 upgrade to 5000
  651. 2, add TrashQuota
  652. 2018-01-10 Version: 1.0.3
  653. 1, First release vpc for c++
  654. 2018-01-10 Version: 1.0.2
  655. 1, First release slb for C++
  656. 2018-01-10 Version: 1.0.1
  657. 1, First release ecs for C++
  658. 2017-12-27 Version: 1.0.0
  659. 1, Fix build failed on linux