ChangeLog.txt 41 KB

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