ChangeLog.txt 41 KB

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