ChangeLog.txt 52 KB

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