ChangeLog.txt 48 KB

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