ChangeLog.txt 48 KB

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