ChangeLog.txt 47 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569
  1. 2019-03-27 Version: 1.53.78
  2. 1, Add Project interface.
  3. 2, Add Tag interface.
  4. 3, Add TrainData interface.
  5. 4, Add Train interface.
  6. 5, Add Iteration interface.
  7. 6, Add Predict interface.
  8. 7, Add PredictData interface.
  9. 2019-03-27 Version: 1.53.77
  10. 1, Add Project interface.
  11. 2, Add Tag interface.
  12. 3, Add TrainData interface.
  13. 4, Add Train interface.
  14. 5, Add Iteration interface.
  15. 6, Add Predict interface.
  16. 7, Add PredictData interface.
  17. 2019-03-27 Version: 1.53.76
  18. 1, Add DLQ message openAPI.
  19. 2, Add Query the subscription relational openAPI.
  20. 3, Remove white list restrictions.
  21. 2019-03-27 Version: 1.53.75
  22. 1, Add DLQ message openAPI.
  23. 2, Add Query the subscription relational openAPI.
  24. 3, Remove white list restrictions.
  25. 2019-03-21 Version: 1.53.74
  26. 1, Update Dependency
  27. 2019-03-21 Version: 1.53.73
  28. 1, Update Dependency
  29. 2019-03-20 Version: 1.53.72
  30. 1, Update the Dependency
  31. 2019-03-20 Version: 1.53.71
  32. 1, Update the Dependency
  33. 2019-03-20 Version: 1.53.70
  34. 1, Update the Dependency
  35. 2019-03-20 Version: 1.53.69
  36. 1, Update the Dependency
  37. 2019-03-20 Version: 1.53.68
  38. 1, Update Dependency
  39. 2019-03-19 Version: 1.53.67
  40. 1, Support ' fc ' Source DomainName
  41. 2019-03-19 Version: 1.53.66
  42. 1, move fields: tag, associate_person, cid
  43. 2019-03-19 Version: 1.53.65
  44. 1, format fields: tags, associatePerson
  45. 2019-03-19 Version: 1.53.63
  46. 1, Update Dependency
  47. 2019-03-19 Version: 1.53.62
  48. 1, Update Dependency
  49. 2019-03-19 Version: 1.53.61
  50. 1, This is an example of release-log.
  51. 2, Please strictly follow this format to edit in English.
  52. 3, Format:Number + , + Space + Description
  53. 2019-03-18 Version: 1.53.60
  54. 1, Signature Document SDK.
  55. 2, First version publish.
  56. 3, Beta Version SDK
  57. 2019-03-18 Version: 1.53.59
  58. 1, Update Dependency
  59. 2019-03-18 Version: 1.53.58
  60. 1, move AssociatePerson\Tag field
  61. 2, Optimize RealName field
  62. 2019-03-18 Version: 1.53.57
  63. 1, Update Dependency
  64. 2019-03-18 Version: 1.53.56
  65. 1, Update Dependency
  66. 2019-03-18 Version: 1.53.55
  67. 1, Update Dependency
  68. 2019-03-18 Version: 1.53.54
  69. 1, Update Dependency
  70. 2019-03-15 Version: 1.53.53
  71. 1, update api info
  72. 2019-03-15 Version: 1.53.52
  73. 1, Update Dependency
  74. 2019-03-15 Version: 1.53.51
  75. 1, Update Dependency
  76. 2019-03-15 Version: 1.53.50
  77. 1, Update Dependency
  78. 2019-03-15 Version: 1.53.49
  79. 1, Update Dependency
  80. 2019-03-15 Version: 1.53.48
  81. 1, Update Dependency
  82. 2019-03-15 Version: 1.53.47
  83. 1, Update Dependency
  84. 2019-03-15 Version: 1.53.46
  85. 1, update RemoveInstances, support to delete 50 instances at a time.
  86. 2019-03-15 Version: 1.53.45
  87. 1, Update Dependency
  88. 2019-03-15 Version: 1.53.44
  89. 1, Update Dependency
  90. 2019-03-15 Version: 1.53.43
  91. 1, Update Dependency
  92. 2019-03-15 Version: 1.53.42
  93. 1, Update Dependency
  94. 2019-03-14 Version: 1.53.41
  95. 1, Update Dependency
  96. 2019-03-14 Version: 1.53.40
  97. 1, Update Dependency
  98. 2019-03-14 Version: 1.53.39
  99. 1, Update Dependency
  100. 2019-03-14 Version: 1.53.38
  101. 1, Update Dependency
  102. 2019-03-14 Version: 1.53.37
  103. 1, Update Dependency
  104. 2019-03-14 Version: 1.53.36
  105. 1, Update Dependency
  106. 2019-03-14 Version: 1.53.35
  107. 1, Update Dependency
  108. 2019-03-14 Version: 1.53.34
  109. 1, Update Dependency
  110. 2019-03-14 Version: 1.53.33
  111. 1, Update Dependency
  112. 2019-03-13 Version: 1.53.32
  113. 1, Update Dependency
  114. 2019-03-13 Version: 1.53.31
  115. 1, Update Dependency
  116. 2019-03-13 Version: 1.53.30
  117. 1, Update Dependency
  118. 2019-03-13 Version: 1.53.29
  119. 1, Distinguish between system and service parameters
  120. 2019-03-13 Version: 1.53.28
  121. 1, add DescribeDemands interface
  122. 2019-03-13 Version: 1.53.27
  123. 1, Distinguish between system and service parameters
  124. 2019-03-13 Version: 1.53.26
  125. 1, Distinguish between system and service parameters
  126. 2019-03-12 Version: 1.53.25
  127. 1, Add application name support for config center APIs.
  128. 2, Add GetCluster API.
  129. 3, Support debug switch in user region APIs.
  130. 2019-03-12 Version: 1.53.24
  131. 1, Add Vpc openapi interface,Support for new fields.
  132. 2, Support for ipv6 gateway openapi.
  133. 3, Fixed some problems of the vpc openapi.
  134. 2019-03-12 Version: 1.53.23
  135. 1, add agency infomation
  136. 2, update sdk core resources
  137. 2019-03-11 Version: 1.53.22
  138. 1, add agency infomation
  139. 2, update sdk core resources
  140. 2019-03-11 Version: 1.53.21
  141. 1, Add face grouping feature .
  142. 2, Add head pose and face quality.
  143. 2019-03-11 Version: 1.53.20
  144. 1, Update aliyun-java-sdk-core version.
  145. 2019-03-08 Version: 1.53.19
  146. 1, Publish instance spec describe api.
  147. 2019-03-08 Version: 1.53.18
  148. 1, This is an example of release-log.
  149. 2, Please strictly follow this format to edit in English.
  150. 3, Format:Number + , + Space + Description
  151. 2019-03-07 Version: 1.53.17
  152. 1, Fix go api miss service_code problem
  153. 2019-03-07 Version: 1.53.16
  154. 1, Change service code to acr
  155. 2019-03-07 Version: 1.53.15
  156. 1, Publish instance describe and release apis.
  157. 2019-03-06 Version: 1.53.14
  158. 1, Release ActionTrail Go API.
  159. 2019-03-06 Version: 1.53.13
  160. 1, Update Service Code.
  161. 2019-03-05 Version: 1.53.12
  162. 1, Update the SDK version to 1.2.4
  163. 2019-03-04 Version: 1.53.11
  164. 1, This is an example of release-log.
  165. 2, Please strictly follow this format to edit in English.
  166. 3, Format:Number + , + Space + Description
  167. 2019-03-01 Version: 1.53.10
  168. 1, This is an example of release-log.
  169. 2, Please strictly follow this format to edit in English.
  170. 3, Format:Number + , + Space + Description
  171. 2019-03-01 Version: 1.53.9
  172. 1, Support Build Function Compute Backend By SDK
  173. 2019-03-01 Version: 1.53.8
  174. 1, Add API QueryRegionConfig
  175. 2, Add API SynchronizeResource
  176. 2019-02-28 Version: 1.53.7
  177. 1, Add new apis named ListTranscodeTask, GetTranscodeTask, GetTranscodeSummary.
  178. 2, Add the new field named TranscodeTemplateIds and ForceDelGroup to DeleteTranscodeTemplateGroup api request, and add a new field named NonExistTranscodeTemplateIds to the api response.
  179. 3, Add a new field named Rotate in VideoStream of Mezzanine struct to GetMezzanineInfo api response .
  180. 4, Add a new field named Status in ImageInfo to GetImageInfo api response.
  181. 5, Add a new field named CustomMediaInfo to UpdateVideoInfo, GetVideoInfo and SearchMedia api to support the custom mediaInfo feature.
  182. 6, Add a new filed named PlayInfoList and some Audit fields to SearchMedia api response.
  183. 7, Clean up an api named DeleteTranscodeTemplates, which is replaced with the api named DeleteTranscodeTemplateGroup.
  184. 2019-02-27 Version: 1.53.6
  185. 1, Add three APIs for tag. APIs : TagResources, UntagResources, ListTagResources.
  186. 2019-02-27 Version: 1.53.5
  187. 1, Update Config API.
  188. 2019-02-26 Version: 1.53.4
  189. 1, Industry brain v1.3.7 release
  190. 2, Add asynchronous APIs
  191. 3, version 1.3.7
  192. 2019-02-26 Version: 1.53.3
  193. 1, Add interface of tag.
  194. 2, Add tag info in DescribeDBClusters and DescribeDBClusterAttribute.
  195. 2019-02-25 Version: 1.53.2
  196. 1, add opensearch to GO sdk
  197. 2019-02-22 Version: 1.53.1
  198. 1, Fixed QueryAvailableInstances response unmarshal problem
  199. 2019-02-21 Version: 1.53.0
  200. 1, New DeleteDeviceGroup interface.
  201. 2, New DeleteDeviceAllGroup interface.
  202. 3, New GroupId fields for QuerySyncPicSchedule input parameter.
  203. 4, New GroupId fields for QueryAddUserInfo input parameter.
  204. 2019-02-20 Version: 1.52.2
  205. 1, Add code and message to inovkeService API
  206. 2, User could check code and message to get more specific information
  207. 3, 1.0.0 alpha release
  208. 2019-02-18 Version: 1.52.1
  209. 1, Initialization release SDK. EDAS now supports SDK implemented by current programming language.
  210. 2019-02-18 Version: 1.52.0
  211. 1, Instantiation: adding the property of instance.
  212. 2, Replace the "ProducerId" and "ConsumerId" properties with "GROUP_ID".
  213. 3, Remove parameter OnsRegionId to simplified usage.
  214. 2019-02-18 Version: 1.51.28
  215. 1, industrial-brain release.
  216. 2, publish SDK to public package stores.
  217. 3, 1.0.0 including all APIs in doc.
  218. 2019-02-18 Version: 1.51.27
  219. 1, Add DryRun into StartInstance, StopInstance and RebootInstance.
  220. 2, Add snapshot operations: ExportSnapshot and ImportSnapshot
  221. 2019-02-17 Version: 1.51.26
  222. 1, API definition support 'ForceNonceCheck', 'DisableInternet' parameter settings
  223. 2019-02-15 Version: 1.51.25
  224. 1, Modify DescribeDBInstances LastDowngradeTime DataType
  225. 2019-02-14 Version: 1.51.24
  226. 1, Update DescribeCdnTypes.
  227. 2019-02-14 Version: 1.51.23
  228. 1, Update DescribeTopDomainsByFlow.
  229. 2019-01-30 Version: 1.51.22
  230. 1, Add a new api called GetURLUploadInfos to query the upload task of UploadMediaByURL.
  231. 2, Clean up the old api related to the CDN of VoD that is going offline, such as DescribeDomainBpsData, is replaced with the new CDN api.
  232. 3, Clean up the old AI related apis of VoD, such as SubmitAIASRJob, is replaced with the new AI api.
  233. 4, Clean up an api called GetVideoPlayInfo, which is used by the old player SDKs that are no longer supported.
  234. 5, Clean up some apis that used only by the VoD console to avoid misuse, such as OpenVodService.
  235. 2019-01-30 Version: 1.51.21
  236. 1, Add a new pop interface to support deleting item by skuId which is defined by users to distinguish items
  237. 2019-01-30 Version: 1.51.20
  238. 1, Add a new pop interface to support deleting item by skuId which is defined by users to distinguish items
  239. 2019-01-30 Version: 1.51.19
  240. 1, Add a new pop interface to support deleting item by skuId which is defined by users to distinguish items
  241. 2019-01-30 Version: 1.51.18
  242. 1, Add a new pop interface to support deleting item by skuId which is defined by users to distinguish items
  243. 2019-01-30 Version: 1.51.17
  244. 1, Add a new pop interface to support deleting item by skuId which is defined by users to distinguish items
  245. 2019-01-29 Version: 1.51.16
  246. 1, Add a new pop interface to support deleting item by skuId which is defined by users to distinguish items
  247. 2019-01-29 Version: 1.51.15
  248. 1, This is an example of release-log.
  249. 2, Please strictly follow this format to edit in English.
  250. 3, Format:Number + , + Space + Description
  251. 2019-01-29 Version: 1.51.14
  252. 1, Make obsolete api offline.
  253. 2, Fix some bug.
  254. 2019-01-28 Version: 1.51.13
  255. 1, Release 3 new Alibaba Cloud Bill API(QueryBillOverview、QueryBill、QueryInstanceBill).
  256. 2, Kindly suggest replace to new APIs who is using the old ones(QueryMonthlyBill、QuerySettlementBill、QueryMonthlyInstanceConsumption).
  257. 2019-01-28 Version: 1.51.12
  258. 1, Support modify vSwitch of scalingGroup.
  259. 2, Support new target tracking scaling rule.
  260. 2019-01-28 Version: 1.51.11
  261. 1, modify DescribeSlowLogs OpenApi.
  262. 2019-01-23 Version: 1.51.10
  263. 1, release new version
  264. 2019-01-23 Version: 1.51.9
  265. 1, release new version
  266. 2019-01-23 Version: 1.51.8
  267. 1, new go version
  268. 2019-01-23 Version: 1.51.7
  269. 1, Add model relevant parameter
  270. 1, Add plugin relevant parameter
  271. 2019-01-23 Version: 1.51.6
  272. 1, Add model relevant parameter
  273. 2019-01-23 Version: 1.51.5
  274. 1, support plugin
  275. 2, support model
  276. 2019-01-23 Version: 1.51.4
  277. 1, Add model relevant parameter
  278. 2019-01-22 Version: 1.51.3
  279. 1, Add model relevant parameters
  280. 2019-01-22 Version: 1.51.2
  281. 1, support Stack Policy setting .
  282. 2019-01-21 Version: 1.51.1
  283. 1, Interface DescribePluginApis returns the modification
  284. 2019-01-17 Version: 1.51.0
  285. 1, Add api AcceptInquiredSystemEvent.
  286. 2, Add ExtendedAttribute to response of api DescribeInstanceHistoryEvents.
  287. 3, Add ExtendedAttribute to response of api DescribeInstancesFullStatus.
  288. 2019-01-16 Version: 1.50.10
  289. 1, The plugin feature is released and supports a variety of plugins, as follows:trafficControl、backendSignature、ipControl、jwtAuth、cors、caching
  290. 2019-01-15 Version: 1.50.9
  291. 1, Add SubmitVerification API for RPMin solution.
  292. 2, Return authority comparison score in GetStatus, SubmitMaterials and SubmitVerification.
  293. 2019-01-15 Version: 1.50.8
  294. 1, Go Lang API release
  295. 2, Support UploadCertificate,CertficateList function;
  296. 2019-01-15 Version: 1.50.7
  297. 1, Add new apis called AddTranscodeTemplateGroup, UpdateTranscodeTemplateGroup, ListTranscodeTemplateGroup, GetTranscodeTemplateGroup, SetDefaultTranscodeTemplateGroup ,DeleteTranscodeTemplateGroup and DeleteTranscodeTemplates which support transcode template feature.
  298. 2, Add new apis called AddAITemplate, DeleteAITemplate, UpdateAITemplate, GetAITemplate, ListAITemplate, GetDefaultAITemplate and SetDefaultAITemplate which support AI template feature.
  299. 3, Add new apis called SubmitAIMediaAuditJob, GetAIMediaAuditJob, GetMediaAuditResult, GetMediaAuditResultTimeline which support AIMediaAudit feature.
  300. 4, Add the field named Priority to SubmitTranscodeJobs api request.
  301. 5, Add the field named UserData to UploadMediaByURL api request.
  302. 6, Add the field named UserData to CreateUploadImage api request.
  303. 7, Add the field named UserData to CreateUploadAttachedMedia api request.
  304. 2019-01-14 Version: 1.50.6
  305. 1, Release Go SDK for CR
  306. 2019-01-11 Version: 1.50.5
  307. 1, CreateOfficeConversionTask, ConvertOfficeFormat support Hidecomments
  308. 2019-01-10 Version: 1.50.4
  309. 1, regenerated for ECS/2014-05-26
  310. 2019-01-10 Version: 1.50.3
  311. 1, Add fields for QueryBrokerDemand api.
  312. 2019-01-09 Version: 1.50.2
  313. 1, Add user role support.
  314. 2019-01-09 Version: 1.50.1
  315. 1, Add user role support.
  316. 2, Add new APIs for IMM.
  317. 2019-01-07 Version: 1.50.0
  318. 1, Airec SDK Release Version 1.0.0.
  319. 2019-01-04 Version: 1.49.4
  320. 1, modify DescribeSlowLogs, support query param SQLHASH, remove SQLID query param.
  321. 2, modify DescribeSlowLogRecords, response values add SQLHASH, remove SQLID.
  322. 3, upgrade rds sdk version 2.3.1.
  323. 2019-01-04 Version: 1.49.3
  324. 1, Change the DescribeInstance response esConfig List => Map
  325. 2018-12-29 Version: 1.49.2
  326. 1, re-generate go sdk for sts.
  327. 2018-12-29 Version: 1.49.1
  328. 1, re-generate Go SDK for RAM
  329. 2018-12-29 Version: 1.49.0
  330. 1, Add EnableUser interface, Support admin user to enable another user.
  331. 2, Add DisableUser Interface, Support admin user to disable another user.
  332. 3, Add DeleteUser Interface, Support admin user to delete another user.
  333. 2018-12-29 Version: 1.48.8
  334. 1, Add new set image video api
  335. 2018-12-28 Version: 1.48.7
  336. 1, Add new set image video api
  337. 2018-12-28 Version: 1.48.6
  338. 1, Add new set image video api
  339. 2018-12-28 Version: 1.48.5
  340. 1, Add new set image video api
  341. 2018-12-28 Version: 1.48.4
  342. 1, Add new set image video api.
  343. 2018-12-28 Version: 1.48.3
  344. 1, Add new set image video api.
  345. 2, Add video async task api.
  346. 2018-12-27 Version: 1.48.2
  347. 1, fix php sdk
  348. 2018-12-27 Version: 1.48.1
  349. 1, Add DescribeZones Api.
  350. 2018-12-27 Version: 1.48.0
  351. 1, Elasticsearch GO sdk release.
  352. 2018-12-25 Version: 1.47.3
  353. 1, Add interface of endpoint.
  354. 2, Add interface of cluster parameter.
  355. 2018-12-21 Version: 1.47.2
  356. 1, ARMS SDK 2018-12-19 go sdk upload
  357. 2018-12-20 Version: 1.47.1
  358. 1, Sync CDN API.
  359. 2018-12-20 Version: 1.47.0
  360. 1, Add Dns Sec apis.
  361. 2, Add coupon and promotion fields for order apis.
  362. 2018-12-20 Version: 1.46.0
  363. 1, Add Dns Sec apis.
  364. 2, Add coupon and promotion fields for order apis.
  365. 2018-12-17 Version: 1.45.3
  366. 1, Add EnableBillGeneration interface.
  367. 2, Authorization for Virtual Network Operator.
  368. 2018-12-17 Version: 1.45.2
  369. 1, First Release
  370. 2018-12-16 Version: 1.45.1
  371. 1, Add a new api called AddMediaSequences to add media sequences of vod videos with in/out or live streams with start time/end time.
  372. 2018-12-15 Version: 1.45.0
  373. 1, first release
  374. 2, this SDK is for control purposes, programmatic interface of HTTPDNS console: https://httpdns.console.aliyun.com
  375. 2018-12-14 Version: 1.44.2
  376. 1, fixed sdk unit loute .
  377. 2, upgrade rds sdk version 2.2.0.
  378. 2018-12-14 Version: 1.44.1
  379. 1, fix service code to rds
  380. 2018-12-13 Version: 1.44.0
  381. 1, Add SystemDiskSize in CreateCluster and AddNodes, add more parameters in RecoverCluster
  382. 2018-12-12 Version: 1.43.15
  383. 1, Add interface GrantAccountPrivilege;
  384. 2, Add interface RevokeAccountPrivilege;
  385. 2018-12-12 Version: 1.43.14
  386. 1, Sync CDN API.
  387. 2018-12-12 Version: 1.43.13
  388. 1, Fix a bug.
  389. 2018-12-12 Version: 1.43.12
  390. 1, Sync CDN API.
  391. 2018-12-11 Version: 1.43.11
  392. 1, Sync CDN API.
  393. 2018-12-11 Version: 1.43.10
  394. 1, Sync CDN API.
  395. 2018-12-11 Version: 1.43.9
  396. 1, Release Location Go SDK
  397. 2018-12-11 Version: 1.43.8
  398. 1, DescribeAccount support OwnerAccount params.
  399. 2, Upgrade Rds SDK Version to 2.3.0
  400. 2018-12-11 Version: 1.43.7
  401. 1, Modify DescribeDBInstances OpenApi lastDowngradeTime dataType.
  402. 2, Upgrade SDK Version to 2.0.3.
  403. 2018-12-11 Version: 1.43.6
  404. 1, Sync CDN API.
  405. 2018-12-11 Version: 1.43.5
  406. 1, Add ModifyInstanceVpcAuthMode OpenApi.
  407. 2, Upgrade SDK Version to 2.0.4.
  408. 2018-12-06 Version: 1.43.4
  409. 1, Add api RedeployInstance
  410. 2018-12-06 Version: 1.43.3
  411. 1, Add DescribeLiveDomainRealTimeBpsData, DescribeLiveDomainRealTimeHttpCodeData,DescribeLiveDomainRealTimeTrafficData.
  412. 2, Update DescirbeCasterChannels and DescribeCasterStreamUrl.
  413. 2018-12-05 Version: 1.43.2
  414. 1, Scaling group support vServerGroup.
  415. 2018-12-05 Version: 1.43.1
  416. 1, Add image async job.
  417. 2, Fix group bug.
  418. 2018-12-04 Version: 1.43.0
  419. 1, The first release of Alibaba Cloud BaaS SDK
  420. 2018-12-03 Version: 1.42.10
  421. 1, Sync CDN API.
  422. 2018-12-03 Version: 1.42.9
  423. 1, Sync CDN API.
  424. 2018-12-03 Version: 1.42.8
  425. 1, Update 2014-11-11 API.
  426. 2018-12-03 Version: 1.42.7
  427. 1, Add a parameter to RemoveInstances.
  428. 2018-11-30 Version: 1.42.6
  429. 1, Add new apis called AddVodTemplate, UpdateVodTemplate, DeleteVodTemplate, ListVodTemplate, GetVodTemplate and SetDefaultVodTemplate which support vodtemplate feature.
  430. 2, Add a new api called CreateUploadAttachedMedia to get upload auth for attached media
  431. 3, Add new apis called AddWorkFlow, UpdateWorkFlow, DeleteWorkFlow, ListWorkFlow, GetWorkFlow which support workflow feature.
  432. 2018-11-29 Version: 1.42.5
  433. 1, This is the first version of Uis service.
  434. 2018-11-28 Version: 1.42.4
  435. 1, Add RedeployInstance interface, and support to migrate ecs instance with specified maintenance events actively
  436. 2018-11-27 Version: 1.42.3
  437. 1, ConvertOfficeFormat support TgtFilePrefix, TgtFileSuffix, TgtFilePages, FitToPagesTall, FitToPagesWide
  438. 2018-11-27 Version: 1.42.2
  439. 1, add doc index api
  440. 2018-11-27 Version: 1.42.1
  441. 1, api for custom keyword lib、similartext lib、voice keyword lib
  442. 2, api for custom image lib
  443. 3, support client file detect for image detection scenes、voice detection scenes、video detection scenes、file detection scenes
  444. 2018-11-26 Version: 1.42.0
  445. 1, Add RegisterInstance interface, Support admin or DBA user to register new db instance.
  446. 2, Add RegisterUser Interface, Support admin user to register new user.
  447. 3, Add GetOpLog Interface, Support admin user to get operation log.
  448. 2018-11-22 Version: 1.41.2
  449. 1, Increase the scene field
  450. 2018-11-22 Version: 1.41.1
  451. 1, Provide attribute info for DescribePricingModule api.
  452. 2018-11-22 Version: 1.41.0
  453. 1, Add ScrollDomainList api.
  454. 2, Add email filter for QueryRegistrantProfile.
  455. 2018-11-22 Version: 1.40.4
  456. 1, Add parameter DeletionProtection when creating instance and modifying instance attribute
  457. 2018-11-21 Version: 1.40.3
  458. 1, Add new apis called AddWatermark, UpdateWatermark, DeleteWatermark, ListWatermarks, GetWatermark and SetDefaultWatermark which support watermark feature.
  459. 2, Add a new api called RegisterMedia which supports registration of audio and video media files that already exist in the OSS bucket.
  460. 3, Add the field named OverrideParams to SubmitTranscodeJobs api request.
  461. 2018-11-20 Version: 1.40.2
  462. 1, Fix Compatibility Problems
  463. 2018-11-20 Version: 1.40.1
  464. 1, Add MNS STS Token Query API
  465. 2, Add MNS Minimal Package
  466. 2018-11-19 Version: 1.40.0
  467. 1, Add field BargainSellerPrice and BargainSellerMobile
  468. 2018-11-19 Version: 1.39.3
  469. 1, Fixed some problems.
  470. 2018-11-19 Version: 1.39.2
  471. 1, Add query support for redeem
  472. 2018-11-16 Version: 1.39.1
  473. 1, update version
  474. 2018-11-15 Version: 1.39.0
  475. 1, ECS support ipv6Address
  476. 2018-11-15 Version: 1.38.3
  477. 1, update version
  478. 2018-11-15 Version: 1.38.2
  479. 1, update version.
  480. 2018-11-15 Version: 1.38.1
  481. 1, Remove FaceCompare, FaceRegist, FaceSearch api.
  482. 2, Add DetectLogo api.
  483. 3, CreateOfficeConversionTask support IdempotentToken.
  484. 2018-11-14 Version: 1.38.0
  485. 1, Better support for hybrid cluster.
  486. 2018-11-13 Version: 1.37.0
  487. 1, Add FuzzyMatchDomainSensitiveWord interface,Support fuzzy matching sensitive words.
  488. 2, Add BatchFuzzyMatchDomainSensitiveWord interface,Support batch fuzzy matching sensitive words.
  489. 3, Add DynamicCheck properties for results of CheckDomain interface.
  490. 2018-11-13 Version: 1.36.0
  491. 1, Add FuzzyMatchDomainSensitiveWord interface,Support fuzzy matching sensitive words.
  492. 2, Add BatchFuzzyMatchDomainSensitiveWord interface,Support batch fuzzy matching sensitive words.
  493. 3, Add DynamicCheck properties for results of CheckDomain interface.
  494. 2018-11-10 Version: 1.35.4
  495. 1, Update SetWaitingRoomConfig.
  496. 2018-11-08 Version: 1.35.3
  497. 1, Update Version.
  498. 2018-11-07 Version: 1.35.2
  499. 1, Add API CreateTemplate,DeleteTemplate,GetAllTemplate,GetTemplateInfo.
  500. 2, Add API GetTaskStatus,StartTask,StopTask.
  501. 3, Add API GetTaskParam,UpdateTaskParam.
  502. 2018-11-02 Version: 1.35.1
  503. 1, deviceName and productKey can be used instead of iotId.
  504. 2, New productKey fields for queryauthentication output parameter.
  505. 3, New deviceName fields for queryauthentication output parameter.
  506. 2018-11-02 Version: 1.35.0
  507. 1, first version
  508. 2018-10-31 Version: 1.34.13
  509. 1, update
  510. 2018-10-31 Version: 1.34.12
  511. 1, Update SetWaitingRoomConfig.
  512. 2018-10-31 Version: 1.34.11
  513. 1, Add SetWaitingRoomConfig.
  514. 2018-10-31 Version: 1.34.10
  515. 1, Add SetWaitingRoomConfig.
  516. 2018-10-31 Version: 1.34.9
  517. 1, The DescribeDBInstanceAttribute add replicaSets response value.
  518. 2, The DescribeDBInstances support engine query.
  519. 2018-10-30 Version: 1.34.8
  520. 1, Add API DescribeLiveDomainBpsData,DescribeLiveDomainTrafficData.
  521. 2018-10-29 Version: 1.34.7
  522. 1, Add ots trigger api interface.
  523. 2018-10-29 Version: 1.34.6
  524. 1, update
  525. 2018-10-26 Version: 1.34.5
  526. 1, Remove useless parameters QueryDomainAdminDivision api.
  527. 2018-10-26 Version: 1.34.4
  528. 1, Add apis for trademark domains.
  529. 2, Retry publish SDK.
  530. 2018-10-26 Version: 1.34.3
  531. 1, Add apis for trademark domains.
  532. 2018-10-26 Version: 1.34.2
  533. 1, Return AuditConclusions in SubmitMaterials API.
  534. 2018-10-25 Version: 1.34.1
  535. 1, Add apis for trademark domains.
  536. 2018-10-25 Version: 1.34.0
  537. 1, Add apis for trademark domains.
  538. 2018-10-25 Version: 1.33.0
  539. 1, Add apis for trademark domains.
  540. 2, Add QueryDomainAdminDivision api.
  541. 2018-10-16 Version: 1.32.3
  542. 1, This version add MetricQuery interface to support retcode and apm metric query.
  543. 2018-10-16 Version: 1.32.2
  544. 1, This version add MetricQuery interface to support retcode and apm metric query.
  545. 2018-10-16 Version: 1.32.1
  546. 1, This version add MetricQuery interface to support retcode and apm metric query.
  547. 2018-10-16 Version: 1.32.0
  548. 1, Delete deprecated and unusable apis : AddIpRange, UnbindIpRange, BindIpRange, DescribeIntranetAttributeKb, DescribeIpRanges, ModifyIntranetBandwidthKb, DescribeEventDetail, CheckAutoSnapshotPolicy, CheckDiskEnableAutoSnapshotValidation, DescribeAutoSnapshotPolicy
  549. 2, Add instance topology api DescribeInstanceTopology
  550. 3, Add mount point in DescribeDisksFullStatus
  551. 2018-10-12 Version: 1.31.8
  552. 1, ModifyCenAttribute supports ProtectionLevel.
  553. 2, New APIs: PublishRouteEntries/WithdrawPublishedRouteEntries/DescribePublishedRouteEntries
  554. 2018-10-11 Version: 1.31.7
  555. 1, Add a new api called DeleteMezzanines to clear mezzanine infos and storages.
  556. 2, Add the field called PlayConfig to GetVideoPlayAuth and GetPlayInfo api request.
  557. 3, Add a new api called UpdateImageInfos to update image information.
  558. 2018-10-10 Version: 1.31.6
  559. 1, add UpdateProject api, support update CU, ServiceRole
  560. 2, PutProject not support edit
  561. 3, CreateOfficeConversionTask api now supports FitToPagesTall, FitToPagesWide
  562. 4, Remove paramater Engines, Indexers from project apis
  563. 2018-10-09 Version: 1.31.5
  564. 1, v1.0.0-->v1.0.1
  565. 2, provider new region:beijing/shenzhen/zhangjiakou
  566. 3, provider service for VPC user;
  567. 2018-09-30 Version: 1.31.4
  568. 1, This is an example of release-log.
  569. 2, Please strictly follow this format to edit in English.
  570. 3, Format:Number + , + Space + Description
  571. 2018-09-29 Version: 1.31.3
  572. 1, Sync cdn api.
  573. 2018-09-29 Version: 1.31.2
  574. 1, This is an example of release-log.
  575. 2, Please strictly follow this format to edit in English.
  576. 3, Format:Number + , + Space + Description
  577. 2018-09-29 Version: 1.31.1
  578. 1, This is an example of release-log.
  579. 2, Please strictly follow this format to edit in English.
  580. 3, Format:Number + , + Space + Description
  581. 2018-09-27 Version: 1.31.0
  582. 1, Add new API ListQueues, modify API SetAutoScaleConfig to support queue related features.
  583. 2018-09-27 Version: 1.30.8
  584. 1, modify getFaces Api
  585. 2018-09-27 Version: 1.30.7
  586. 1, modify getFaces Api
  587. 2018-09-25 Version: 1.30.6
  588. 1, Add GetHotlineRecord and QueryHotlineRecord interface, version 1.0.0
  589. 2018-09-25 Version: 1.30.5
  590. 1, Fix bug in GetVerifyToken and SubmitMaterials API.
  591. 2018-09-22 Version: 1.30.4
  592. 1, update
  593. 2018-09-20 Version: 1.30.3
  594. 1, Fix publish failure for Java, Python and C# SDK.
  595. 2018-09-20 Version: 1.30.2
  596. 1, BssOpenApi first deploy.
  597. 2018-09-20 Version: 1.30.1
  598. 1, BssOpenApi first deploy.
  599. 2018-09-19 Version: 1.30.0
  600. 1, Add ens api, include SaveSingleTaskForDisassociatingEns, SaveSingleTaskForAssociatingEns, QueryLocalEnsAssociation and QueryEnsAssociation.
  601. 2018-09-17 Version: 1.29.10
  602. 1, Add field for AddCasterVideoResource, DescribeCasterVideoResources, ModifyCasterVideoResource.
  603. 2018-09-17 Version: 1.29.9
  604. 1, describeRegions modify.
  605. 2018-09-17 Version: 1.29.8
  606. 1, ModifySecurityIps support WhitelistNetworkType
  607. 2018-09-16 Version: 1.29.7
  608. 1, add CheckInstanceExist OpenApi.
  609. 2018-09-14 Version: 1.29.6
  610. 1, Add DedicatedHost Feature
  611. 2018-09-13 Version: 1.29.5
  612. 1, modify CheckDBInstance OpenApi
  613. 2018-09-13 Version: 1.29.4
  614. 1, Add CreateChannelToken.
  615. 2018-09-11 Version: 1.29.3
  616. 1, add CheckDBInstance OpenApi.
  617. 2018-09-06 Version: 1.29.2
  618. 1, fixed DescirbeRegions zoneId date type.
  619. 2018-09-06 Version: 1.29.1
  620. 1, AutoScaling support launchTemplate.
  621. 2018-09-05 Version: 1.29.0
  622. 1, Add new APIs with control policy for querying price
  623. 2018-09-03 Version: 1.28.3
  624. 1, voice identify interface
  625. 2, client upload credentials interface
  626. 2018-09-03 Version: 1.28.2
  627. 1, Add new service API:FindServiceStatisticalData, which can support query service statistical data.
  628. 2018-08-31 Version: 1.28.1
  629. 1, The CreateInstance supported VPC IpAddress.
  630. 2018-08-28 Version: 1.28.0
  631. 1, Add new APIs for profiling application performance: GetCloudMetricProfiling, etc.
  632. 2, Add new APIs to support Shifter container applications: AddContainerApp, etc.
  633. 2018-08-28 Version: 1.27.6
  634. 1, Add param for DescribeRegions,support AcceptLanguage,RegionEndpoint.
  635. 2018-08-27 Version: 1.27.5
  636. 1, add Ess alarm task api, CreateAlarm, DeleteAlarm, DescribeAlarms, DeleteAlarm, EnableAlarm, DisableAlarm
  637. 2018-08-27 Version: 1.27.4
  638. 1, createInstance supported IpAddress param.
  639. 2018-08-24 Version: 1.27.3
  640. 1, Add api: DetectQRCode
  641. 2018-08-23 Version: 1.27.2
  642. 1, RunInstance add privateIpAddress.
  643. 2018-08-23 Version: 1.27.1
  644. 1, This is an example of release-log.
  645. 2, Please strictly follow this format to edit in English.
  646. 3, Format:Number + , + Space + Description
  647. 2018-08-23 Version: 1.27.0
  648. 1, Add CreateVpnGateway API.
  649. 2, Add product Ipv6Translator.
  650. 2018-08-22 Version: 1.26.2
  651. 1, upgrade mongodb sdk.
  652. 2018-08-22 Version: 1.26.0
  653. 1, Add api CreateSimulatedSystemEvents, support creating one or more simulated system events.
  654. 2, Add api CancelSimulatedSystemEvents, support cancelling one or more simulated system events.
  655. 2018-08-21 Version: 1.25.8
  656. 1, DeleteFaceSearchImageByIdRequest add field: srcUri(String).
  657. 2, CreateFaceSetResponse add field: faces(Long).
  658. 3, GetFaceSetResponse add field: faces(Long).
  659. 4, Fix class Blurness in IndexFaceResponse.
  660. 2018-08-21 Version: 1.25.7
  661. 1, Repair describeLaunchTemplateVersions securityEnhancementStrategy type
  662. 2018-08-17 Version: 1.25.6
  663. 1, Add a new api called DeleteImage to clear the image resource.
  664. 2, Add the field called AdditionType and OutputType to GetMezzanineInfo api request.
  665. 3, Add the field called OutputType to GetMezzanineInfo api response.
  666. 4, Add the field called CreationTime and ModificationTime to GetPlayInfo api response.
  667. 2018-08-17 Version: 1.25.5
  668. 1, New apkpubkey fields for queryauthentication output parameter.
  669. 2, New packagename fields for queryauthentication output parameter.
  670. 3, New clientId fields for queryauthentication output parameter.
  671. 2018-08-16 Version: 1.25.4
  672. 1, ModifyScalingConfiguration add imageName.
  673. 2, CreateScalingConfiguration add imageName.
  674. 2018-08-15 Version: 1.25.3
  675. 1, Fix bug in GetMaterials API.
  676. 2, GetVerifyToken added a new param VerifyConfigs
  677. 2018-08-15 Version: 1.25.2
  678. 1, Add domain operation api AddLiveDomain,DeleteLiveDomain,DescribeLiveDomainDetail,StartLiveDomain,StopLiveDomain.
  679. 2, Add certificate operation api DescribeLiveCertificateDetail,DescribeLiveCertificateList,SetLiveDomainCertificate.
  680. 3, Add domain config api BatchSetLiveDomainConfigs,BatchDeleteLiveDomainConfigs,DeleteLiveSpecificConfig,DescribeLiveDomainConfigs.
  681. 2018-08-15 Version: 1.25.1
  682. 1, Update ecs tag to 20 maximum
  683. 2018-08-13 Version: 1.25.0
  684. 1, New userinfo fields for registerface input parameter.
  685. 2, New userinfo fields for updateface input parameter.
  686. 3, New userinfo fields for queryface output parameter.
  687. 2018-08-13 Version: 1.24.7
  688. 1, Add cross domain support.
  689. 2, Add parameter SerialNumber to interface RebootSmartAccessGateway.
  690. 2018-08-08 Version: 1.24.6
  691. 1, The official release 4.0.0
  692. 2018-08-08 Version: 1.24.5
  693. 1, Update FC apis.
  694. 2018-08-08 Version: 1.24.4
  695. 1, First release.
  696. 2018-08-05 Version: 1.24.3
  697. 1, Add Interface SubmitSubtitleJob
  698. 2, Support convert ttml、stl subtitle to vtt
  699. 2018-08-04 Version: 1.24.2
  700. 1, Add a new api called SetAuditSecurityIp to set audit security ip.
  701. 2, Add a new api called ListAuditSecurityIp to query audit security ip list.
  702. 3, Add a new api called UploadMediaByURL to bulk upload media based on urls.
  703. 4, Add the field called StorageLocation and TemplateGroupId to GetVideoInfo api response.
  704. 5, Add the field called StorageLocation and TemplateGroupId to GetVideoInfos api response.
  705. 6, Add the field called OutputType and Status to GetPlayInfo api response.
  706. 2018-08-04 Version: 1.24.1
  707. 1, CreateOfficeConversionTask add TgtFilePages field to specify the final uploaded page
  708. 2018-08-03 Version: 1.24.0
  709. 1, Add new API AddLocalNodes, for adding local machine to a hybrid cluster
  710. 2018-08-02 Version: 1.23.7
  711. 1, Add parameter(GroupId) for CreateNotifyPolicy,GetNotifyPolicy,DeleteNotifyPolicy,ListNotifyPolicy.
  712. 2018-08-01 Version: 1.23.6
  713. 1, Add parameter(DryRun) for CreateAlarm and UpdateAlarm.
  714. 2018-08-01 Version: 1.23.5
  715. 1, Add api: MoPenQueryCanvas, MoPenDoRecognize, MoPenSendMqttMessage, MoPenFindGroup
  716. 2018-08-01 Version: 1.23.4
  717. 1, Support describePrice for market image, add return detailInfo in interface describePrice
  718. 2018-07-26 Version: 1.23.3
  719. 1, Add RemoveTerminals API.
  720. 2018-07-26 Version: 1.23.2
  721. 1, Add new API: SendDryRunSystemEvent,PutMetricAlarm,DescribeAlarmsForDimensions,DescribeAlarms.
  722. 2018-07-26 Version: 1.23.1
  723. 1, Add BatchGetJobMetricInfo API.
  724. 2, Add BatchGetPluginConfigInfo API.
  725. 3, Add GetJobTopology API.
  726. 2018-07-13 Version: 1.23.0
  727. 1, New APIs for batch executing commands in cluster: InvokeShellCommand, ListCommands, etc.
  728. 2, New APIs for HybridCluster (link E-HPC with cluster in local IDC): CreateHybridCluster, etc.
  729. 3, New APIs for Container applications: AddContainerApp, etc.
  730. 2018-07-13 Version: 1.22.6
  731. 1, Release 2016-06-20 TableStore Open API
  732. 2018-07-11 Version: 1.22.5
  733. 1, new function: Attach and Detach Rds instance of scalingGroup.
  734. 2018-07-11 Version: 1.22.4
  735. 1, Add DetectFaceAttributesService.
  736. 2, Add cloudauthPageUrl to GetVerifyTokenResponse.
  737. 2018-07-10 Version: 1.22.3
  738. 1, Add new API: EnableEventRule,DisableEventRule,DeleteEventTargets,DeleteEventRule,ListEventRules.
  739. 2, Modify the structured parameters for API: PutEventTargets,PutEventRule,DescribeEventRule.
  740. 2018-07-09 Version: 1.22.2
  741. 1, Add new API: DescribeEventRule,ListEventTargetsByRule,PutEventRule,PutEventTargets.
  742. 2, Add return value(Id) for NodeProcessCreate.
  743. 2018-07-05 Version: 1.22.1
  744. 1, new function, attach/detach load balancer of scalingGroup
  745. 2018-07-05 Version: 1.22.0
  746. 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.
  747. 2018-06-28 Version: 1.21.1
  748. 1, ScalingConfiguration support hostName and passwordInherit
  749. 2, ScalingConfiguration support modify
  750. 2018-06-27 Version: 1.21.0
  751. 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.
  752. 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
  753. 2018-06-27 Version: 1.20.6
  754. 1, DescribeNetworkInterfaces support query with vpcId
  755. 2018-06-22 Version: 1.20.5
  756. 1, rtc openapi
  757. 2018-06-22 Version: 1.20.4
  758. 1, Add new API: DeleteGroupDynamicRule,ListGroupDynamicRule,ApplyTemplate,PutGroupDynamicRule.
  759. 2, Add parameter(AlertIds) for CreateTask and ModifyTask.
  760. 2018-06-21 Version: 1.20.3
  761. 1, This is add InstanceList.
  762. 2018-06-21 Version: 1.20.2
  763. 1, This is add InstanceList.
  764. 2018-06-20 Version: 1.20.1
  765. 1, Add InstanceList in product security information query.
  766. 2018-06-20 Version: 1.20.0
  767. 1, This is the first version of jarvis-public.
  768. 2018-06-20 Version: 1.19.6
  769. 1, Add InstanceList in product security information query.
  770. 2018-06-14 Version: 1.19.5
  771. 1, Add passwordInherit.
  772. 2018-06-13 Version: 1.19.4
  773. 1, Add API AddCasterEpisodeGroupContent,CreateCaster.
  774. 2, Add Parameter fillMode for AddCasterLayout,ModifyCasterLayout.
  775. 3, Add return value fillMode DescribeCasterLayouts.
  776. 4, Update ErrorCode for StartCaster,StartCasterScene,DescribeCasters,CopyCaster.
  777. 5, Update ErrorCode for ModifyCasterLayout,DeleteCasterLayout,DeleteLiveAppRecordConfig.
  778. 6, Update ForbidLiveStream,DescribeLiveStreamsPublishList,DescribeLiveStreamsOnlineList.
  779. 2018-06-13 Version: 1.19.3
  780. 1, Add lifecycleHook.
  781. 2018-06-08 Version: 1.19.2
  782. 1, Add scdn interface,support scdn.
  783. 2018-06-06 Version: 1.19.1
  784. 1, Change the type of srcUid to int.
  785. 2018-06-06 Version: 1.19.0
  786. 1, Add interface DescribePhoneInfo, DescribeDdosDefenseInfo, DescribeRiskListDetail, DescribePunishList.
  787. 2018-05-30 Version: 1.18.1
  788. 1, Add new API: DescribeContact and GetContacts.
  789. 2, Add return value: alertRule for CreateTask.
  790. 2018-05-29 Version: 1.18.0
  791. 1, Add new interface DescribePhoneInfo to SDK.
  792. 2018-05-28 Version: 1.17.0
  793. 1, Add face 1-N,1-1 scan interface.
  794. 2018-05-28 Version: 1.16.0
  795. 1, ValidateSecurityGroup API
  796. 2018-05-28 Version: 1.15.1
  797. 1, add new openapi .
  798. 2018-05-28 Version: 1.15.0
  799. 1, This is an example of release-log.
  800. 2, Please strictly follow this format to edit in English.
  801. 3, Format:Number + , + Space + Description
  802. 2018-05-26 Version: 1.14.2
  803. 1, Add new interface InstallCloudAssistant, support Cloud Assistant client installation.
  804. 2, Add new interface DescribeCloudAssistantStatus, support Cloud Assistant client status detection.
  805. 2018-05-25 Version: 1.14.1
  806. 1, CreateAlarm,DeleteAlarm,UpdateAlarm,DisableAlarm,EnableAlarm,ListAlarm,ListAlarmHistory,ListContactGroup,PutMetricData,QueryMetricData,QueryMetricLast,QueryMetricList,QueryMetricTop remove useless parameter: callby_cms_owner.
  807. 2, QueryMetricList remove useless parameter: Page.
  808. 3, UpdateMyGroupMembers add parameter: Readers.
  809. 4, StopTasks,StartTasks,DeleteTasks add return value: Data.
  810. 5, ModifyTask remove invalid parameter: TaskType.
  811. 6, CreateTask fix bug: TaskName maybe duplicated.
  812. 7, Add lost return value for CreateTask.
  813. 8, DescribeISPAreaCity add parameter: isp and city.
  814. 9, remove api: PutMetricData.
  815. 2018-05-23 Version: 1.14.0
  816. 1, Add CreateDrdsAccount API, to support creating account for all databases of a DRDS instance.
  817. 2018-05-23 Version: 1.13.1
  818. 1, Add Function Compute interface,support Function Compute.
  819. 2018-05-23 Version: 1.13.0
  820. 1, Update API version to 2018-04-12.
  821. 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.
  822. 3, New parameters for CreateCluster API: EcsChargeType. Support creating a pre-paid cluster.
  823. 4, New parameters for CreateCluster API: DeploymentMode. Support creating a cluster with fewer manager nodes.
  824. 2018-05-23 Version: 1.12.5
  825. 1, This is an example of release-log.
  826. 2, Please strictly follow this format to edit in English.
  827. 3, Format:Number + , + Space + Description
  828. 2018-05-22 Version: 1.12.4
  829. 1, add DescribeMigrateTasks,DescribeOssDownloads,CheckRecoveryConditions.
  830. 2, modify DescribeDBInstanceAttribute.
  831. 2018-05-17 Version: 1.12.3
  832. 1, Supporting ethnicGroup and idCardStartDate fields in GetMaterials api
  833. 2018-05-17 Version: 1.12.2
  834. 1, the first version of private dns SDK
  835. 2018-05-11 Version: 1.12.1
  836. 1, Add Function Compute interface,support Function Compute.
  837. 2018-05-09 Version: 1.12.0
  838. 1, Add apis for domain broker.
  839. 2018-05-08 Version: 1.11.3
  840. 1, Add instance params.
  841. 2018-05-08 Version: 1.11.2
  842. 1, Remove DescribeAccountAttributes.
  843. 2018-05-03 Version: 1.11.1
  844. 1, Publish DRDS go sdk for the first time.
  845. 2, Support for creation/modification/deletion/description operation for DRDS instances and databases.
  846. 2018-05-02 Version: 1.11.0
  847. 1, Add new interface InstallCloudAssistant, support Cloud Assistant client installation.
  848. 2, Add new interface DescribeCloudAssistantStatus, support Cloud Assistant client status detection.
  849. 2018-04-28 Version: 1.10.3
  850. 1, Add api: DescribeTasks、StartTasks、StopTasks、DeleteTasks、ModifyTask、CreateTask、DescribeTaskDetail、DescribeISPAreaCity.
  851. 2018-04-28 Version: 1.10.2
  852. 1, Add dcdn domain interface,Support add、modify、delete、query dcdn domain.
  853. 2, Add dcdn config interface,Support set、delete、query domain config.
  854. 2018-04-27 Version: 1.10.1
  855. 1, release hsm open api
  856. 2, hsm open api includes DescribeRegions, DescribeInstances, ModityInstance, ConfigNetwork, ConfigWhiteList
  857. 2018-04-26 Version: 1.10.0
  858. 1, Add apis for domain group.
  859. 3, Add fields for QueryDomainList.
  860. 2018-04-25 Version: 1.9.6
  861. 1, CreateMyGroups add parameter "options"
  862. 2018-04-24 Version: 1.9.5
  863. 1, Add api:UpdateMyGroupMembers
  864. 2018-04-24 Version: 1.9.4
  865. 1, add interface FetchPhotos
  866. 2, add xflush log param unixTimestamp
  867. 2018-04-23 Version: 1.9.3
  868. 1, DescribeInstanceHistoryEvents adds parameter instanceEventTypes and instanceEventCycleStatuss.
  869. 2, InstanceId parameter is not necessary for DescribeInstanceHistoryEvents now.
  870. 3, DescribeInstancesFullStatus adds parameter instanceEventTypes.
  871. 2018-04-23 Version: 1.9.2
  872. 1, Add notificationConfiguration.
  873. 2, Add standby status.
  874. 2018-04-20 Version: 1.9.1
  875. 1, Interface DescribeAlarmHistory/ListAlarmHistory Add return value instanceName.
  876. 2018-04-17 Version: 1.8.3
  877. 1, EditPhotos add input param TakenAt
  878. 2, add FetchMomentPhotos
  879. 3, ListAlbums add return param Remark
  880. 2018-04-16 Version: 1.8.2
  881. 1, Release go sdk
  882. 2018-04-11 Version: 1.8.1
  883. 1, GetLibrary/FetchLibraries add return ctime
  884. 2, Editphotos add input param takenAt
  885. 2018-04-10 Version: 1.8.0
  886. 1, Add three interfaces CreateNetworkInterfacePermission DeleteNetworkInterfacePermission DescribeNetworkInterfacePermissions.
  887. 2018-04-10 Version: 1.7.3
  888. 1, publish Project API.
  889. 2, publish Service API.
  890. 3, publish Service order API.
  891. 4, publish Credential API.
  892. 5, publish CAS API.
  893. 2018-04-09 Version: 1.7.2
  894. 1, Add api: QueryMetricData, QueryMetricTop, TaskConfigCreate, TaskConfigDelete, TaskConfigEnable, TaskConfigList, TaskConfigModify, TaskConfigUnhealthy
  895. 2, Remove api: PutSystemEvent
  896. 2018-04-08 Version: 1.7.0
  897. 1, Add voice asynchronous scan interface.
  898. 2018-04-04 Version: 1.6.1
  899. 1, add tablestore trigger pop api and sample code
  900. 2018-04-04 Version: 1.6.0
  901. 1, Add APIs for domain transfer in and transfer out.
  902. 2, Add APIs for poll and acknowledge domain task.
  903. 2018-04-03 Version: 1.5.0
  904. 1, Add APIs for domain transfer in and transfer out.
  905. 2, Add APIs for poll and acknowledge domain task.
  906. 3, Add API for query domain group list.
  907. 2018-03-30 Version: 1.4.11
  908. 1, API QueryCustomerSaleInfo arguments update.
  909. 2018-03-29 Version: 1.4.10
  910. 1, edit FetchLibraries return param format
  911. 2018-03-29 Version: 1.4.9
  912. 1, Add APIs: CreateAlias, UpdateAlias, DeleteAlias, ListAliases, ListAliasesByKeyId.
  913. 2, Add APIs: GetParametersForImport, ImportKeyMaterial, DeleteKeyMaterial.
  914. 3, Update KeyMetadata for CreateKey and DescribeKey.
  915. 2018-03-29 Version: 1.4.8
  916. 1, Cloud Enterprise Network SDK initial release.
  917. 2018-03-29 Version: 1.4.7
  918. 1, Cloud Enterprise Network SDK initial release.
  919. 2018-03-27 Version: 1.4.6
  920. 1, Rename QueryCustomerSaleInfo to RegionName.
  921. 2018-03-27 Version: 1.4.5
  922. 1, publish Project API.
  923. 2, publish Service API.
  924. 3, publish Service order API.
  925. 4, publish Credential API.
  926. 5, publish CAS API.
  927. 2018-03-27 Version: 1.4.4
  928. 1, add interface FetchLibraries
  929. 2018-03-23 Version: 1.4.3
  930. 1, interface DescribeInstanceTypes output InstancePpsRx InstancePpsTx
  931. 2018-03-23 Version: 1.4.2
  932. 1, interface DescribeInstanceTypes output InstancePpsRx InstancePpsTx
  933. 2018-03-23 Version: 1.4.1
  934. 1, ModifyPrepayInstanceSpec support migrateAcrossZone.
  935. 2018-03-23 Version: 1.4.0
  936. 1, Add 'QueryDevicesByAccount' and 'QueryDevicesByAlias' Api.
  937. 2, Remove 'QueryPushDetail' Api.
  938. 2018-03-20 Version: 1.2.7
  939. 1, add FetchAlbumTagPhotos
  940. 2, CreatePhoto add optional param TakenAt
  941. 2018-03-16 Version: 1.2.6
  942. 1, Update GetQuotaInstance API.
  943. 2018-03-16 Version: 1.2.5
  944. 1, Synchronize to the latest api list
  945. 2018-03-15 Version: 1.2.4
  946. 1, Add QueryCustomerSaleInfo API.
  947. 2018-03-09 Version:1.2.3
  948. 1, fix bug:modify error message when roleArn is wrong
  949. 2018-03-13 Version: 1.2.2
  950. 1, API GetQuotaHistoryInfo fix field error.
  951. 2018-03-09 Version: 1.2.1
  952. 1, complete api comments
  953. 2018-03-09 Version: 1.2.0
  954. 1, improve endpoint resolver
  955. 2018-03-07 Version: 1.1.7
  956. 1, add GetAlbumsByNames
  957. 2, add ListEvent/CreateEvent/EditEvent/DeleteEvent/GetEvent
  958. 3, add return IdStr for string
  959. 2018-03-06 Version: 1.1.6
  960. 1, add GetAlbumsByNames
  961. 2, add ListEvent/CreateEvent/EditEvent/DeleteEvent/GetEvent
  962. 3, add return IdStr for string
  963. 2018-03-06 Version: 1.1.5
  964. 1, add GetAlbumsByNames
  965. 2, add ListEvent/CreateEvent/EditEvent/DeleteEvent/GetEvent
  966. 3, add return IdStr for string
  967. 2018-02-28 Version: 1.1.3
  968. 1, Add query resource inventory API.
  969. 2, Add query topology API.
  970. 2018-02-28 Version: 1.1.2
  971. 1, Add query topology API.
  972. 2018-02-27 Version: 1.1.1
  973. 1, Add Action API.
  974. 2018-02-27 Version: 1.1.0
  975. 1, add new api DescribeClusters,DescribeClusterLogs,DescribeClusterNodes,UpgradeClusterComponents
  976. 2018-02-12 Version: 1.0.0
  977. 1. Optimize the nested structs in all response, this will bring the following incompatibilities:
  978. * Api response struct changes, conclude:
  979. * ecs.DescribeNetworkInterfaces
  980. * ecs.DescribeDeploymentSetTopology
  981. * rds.DescribeDBInstanceIPArrayList
  982. * rds.DescribeDBInstancesAsCsv
  983. * slb.DescribeLoadBalancersRelatedEcs
  984. * vpc.DescribeVpcAttribute
  985. * vpc.DescribeVirtualBorderRouters
  986. * mts.RegisterMediaDetailPerson
  987. * mts.QueryEditingJobList
  988. * mts.SubmitEditingJobs
  989. * mts.QueryMediaListByURL
  990. * mts.ListJob
  991. * mts.QueryMediaList
  992. * mts.QueryJobList
  993. * mts.SubmitJobs
  994. * ehpc.DescribeCluster
  995. * aegis.GetEntityList
  996. * aegis.DescribeStratety
  997. 2018-02-09 Version: 0.12.0
  998. 1, Aliyun E-HPC service SDK, initial version.
  999. 2, Include APIs of E-HPC clusters, nodes, users, jobs, job templates etc.
  1000. 2018-02-07 Version: 0.11.4
  1001. 1, add the access interface of logs such as vulnerabilities, baselines, exceptions, etc.
  1002. 2018-02-06 Version: 0.11.3
  1003. 1, ModifyInstanceChargeType add instanceChargeType param, support prepay instance to postpay instance.
  1004. 2, ModifyPrepayInstanceSpec add operatorType param, support downgrade prepay ecs.
  1005. 2018-02-02 Version: 0.11.2
  1006. 1, this version is new of captcha management and nvc analyze
  1007. 2018-01-31 Version: 0.11.1
  1008. 1. Fixed bugs that could cause signature errors while a ROA request contains lots of special symbols
  1009. 2. Optimization of the serverError.Error() interface
  1010. 3. When there is an error of "SignatureDoseNotMatch", it is now possible to tell user if the AccessKeySecret is wrong or caused by a sdk bug
  1011. 2018-01-29 Version: 0.11.0
  1012. 1, Support dep
  1013. 2, Add 4 usage of credentials for each services
  1014. 3, Standard interface naming
  1015. 2018-01-29 Version: 0.10.0
  1016. 1, Add 'notificationChannel' parameter to Push API
  1017. 2018-01-24 Version: 0.9.3
  1018. 1, Fixed a problem that the ActiveAlert interface name is not standard
  1019. 2, Update ActiveAlert interface : ListProductOfActiveAlert / DisableActiveAlert / EnableActiveAlert
  1020. 2018-01-24 Version: 0.9.2
  1021. 1, Add ActiveAlert API : ListActiveAlertRuleRequest/ListProductOfActiceAlertRequest/EnableActiceAlertRequest/DisableActiceAlertRequest
  1022. 2018-01-24 Version: 0.9.1
  1023. 1. improve: asyncWithChan avoid panic of "write on closed channel"
  1024. 2. improve: asyncWithChan support select case usage
  1025. 3. bug fix: repeated signature nonce while retry
  1026. 4. bug fix: calling request.GetUrl() ahead of client.DoAction() will cause problems
  1027. 2018-01-24 Version: 0.9.0
  1028. 1, Publish domain config interface, allow users to create or delete a domain protect config under DDoS Pro.
  1029. 2, Publish domain config query interface, allow users to query a list of domain config or a single domain config.
  1030. 3, Publish domain proxy modify interface, allow users to set domain transmit proxy.
  1031. 4, Publish domain transmit rule config interface, including modify and delete type.
  1032. 5, Publish domain black and white list config interface.
  1033. 6, Publish domain cname auto status config interface.
  1034. 7, Publish domain certificate upload interface.
  1035. 8, Publish domain qps graph query interface.
  1036. 9, Publish ip attack events and traffic graph query interface.
  1037. 2018-01-23 Version: 0.8.3
  1038. 1, Tesla Dam API release.
  1039. 2, Add ActionDiskCheck, ActionDiskMask, ActionDiskRma, HostGets.
  1040. 2018-01-18 Version: 0.8.2
  1041. 1. Set default timeout to 10s
  1042. 2. Make integration tests more stable
  1043. 3. Fix the problem of LocationResolver in concurrency
  1044. 4. Modifying the naming specification
  1045. 2018-01-18 Version: 0.8.1
  1046. 1, Update ECS go SDK to catch up with other langs.
  1047. 2, DescribeImageSupportInstanceTypes add new param Filter and ActionType
  1048. 2018-01-16 Version: 0.8.0
  1049. 1, Add TriggerMode param in AddMediaWorkflow.
  1050. 2, Add TriggerMode param in QueryMediaWorkflowList/SearchMediaWorkflow/UpdateMediaWorkflow.
  1051. 3, Add interface UpdateMediaWorkflowTriggerMode.
  1052. 2018-01-11 Version: 0.7.8
  1053. 1. complete partly missed service codes
  1054. 2. add default http method for roa requests
  1055. 2018-01-11 Version: 0.7.7
  1056. 1, Bug fix: Replenish user interface
  1057. 2018-01-11 Version: 0.7.6
  1058. 1, replace photo tag 2000 upgrade to 5000
  1059. 2, add TrashQuota
  1060. 2018-01-11 Version: 0.7.5
  1061. 1, Make the json.Unmarshal more robust
  1062. 2018-01-09 Version: 0.7.4
  1063. 1, Add integration tests
  1064. 2018-01-04 Version: 0.7.3
  1065. 1, Remove get entity info API, replaced by get entity instance.
  1066. 2018-01-03 Version: 0.7.2
  1067. 1, Bug fix: fix the ecs unmarshal bug
  1068. 2018-01-03 Version: 0.7.1
  1069. 1, Bug fix: fix the unmarshal bug
  1070. 2017-12-29 Version: 0.7.0
  1071. 1, First release for Domain-intl.
  1072. 2, Add interfaces for domain name registration and management.
  1073. 2017-12-29 Version: 0.6.8
  1074. 1, Allow the setting of AcceptFormat in the Request.
  1075. 2017-12-26 Version: 0.6.5
  1076. 1, Add video AI service interface.
  1077. 2017-12-26 Version: 0.6.4
  1078. 1, Add video AI service interface.
  1079. 2017-12-20 Version: 0.6.3
  1080. 1, support tile dataset
  1081. 2, use dimension value type to replace isDrillDown
  1082. 2017-12-20 Version: 0.6.2
  1083. 1, support tile dataset
  1084. 2, use dimension value type to replace isDrillDown
  1085. 2017-12-19 Version: 0.6.1
  1086. 1, InactivatePhotos support customer inactiveTime
  1087. 2, support customer tags
  1088. 3, ListPhotoTags、ListTags add param lang
  1089. 2017-12-18 Version: 0.6.0
  1090. 1, Add Scdn API.
  1091. 2017-12-18 Version: 0.5.7
  1092. 1, This is the first release of CCC Open API.
  1093. 2017-12-15 Version: 0.5.6
  1094. 1, Update SetReqAuthConfig.
  1095. 2, Add Scdn API.
  1096. 2017-12-15 Version: 0.5.5
  1097. 1, fix test cases
  1098. 2017-12-15 Version: 0.5.4
  1099. 1, Add scdn API.
  1100. 2, Update SetReqAuthConfig.
  1101. 2017-12-12 Version: 0.5.1
  1102. 1, remove unused fmt.print
  1103. 2017-12-08 Version: 0.5.0
  1104. 1, Add ARMSQueryDataSet, WhereInDimQuery interface.
  1105. 2017-12-08 Version: 0.4.0
  1106. 1, support endpoint.xml resolver
  1107. 2017-12-08 Version: 0.3.1
  1108. 1, Add ARMSQueryDataSet, WhereInDimQuery interface.
  1109. 2017-12-01 Version: 0.2.2
  1110. 1, Fix ineffassign problems
  1111. 2017-12-01 Version: 0.2.1
  1112. 1, Fix capitalizes the first letter in each word of header
  1113. 2017-11-28 Version: 0.2.0
  1114. 1, AK2.0 & StsToken
  1115. 2017-11-27 Version: 0.1.3
  1116. 1, format ft code with gofmt
  1117. 2017-11-27 Version: 0.1.2
  1118. 1, format code with gofmt
  1119. 2017-11-27 Version: 0.1.1
  1120. 1, add glide files