ChangeLog.txt 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  1. 2018-03-20 Version: 1.2.7
  2. 1, add FetchAlbumTagPhotos
  3. 2, CreatePhoto add optional param TakenAt
  4. 2018-03-16 Version: 1.2.6
  5. 1, Update GetQuotaInstance API.
  6. 2018-03-16 Version: 1.2.5
  7. 1, Synchronize to the latest api list
  8. 2018-03-15 Version: 1.2.4
  9. 1, Add QueryCustomerSaleInfo API.
  10. 2018-03-09 Version:1.2.3
  11. 1, fix bug:modify error message when roleArn is wrong
  12. 2018-03-13 Version: 1.2.2
  13. 1, API GetQuotaHistoryInfo fix field error.
  14. 2018-03-09 Version: 1.2.1
  15. 1, complete api comments
  16. 2018-03-09 Version: 1.2.0
  17. 1, improve endpoint resolver
  18. 2018-03-07 Version: 1.1.7
  19. 1, add GetAlbumsByNames
  20. 2, add ListEvent/CreateEvent/EditEvent/DeleteEvent/GetEvent
  21. 3, add return IdStr for string
  22. 2018-03-06 Version: 1.1.6
  23. 1, add GetAlbumsByNames
  24. 2, add ListEvent/CreateEvent/EditEvent/DeleteEvent/GetEvent
  25. 3, add return IdStr for string
  26. 2018-03-06 Version: 1.1.5
  27. 1, add GetAlbumsByNames
  28. 2, add ListEvent/CreateEvent/EditEvent/DeleteEvent/GetEvent
  29. 3, add return IdStr for string
  30. 2018-02-28 Version: 1.1.3
  31. 1, Add query resource inventory API.
  32. 2, Add query topology API.
  33. 2018-02-28 Version: 1.1.2
  34. 1, Add query topology API.
  35. 2018-02-27 Version: 1.1.1
  36. 1, Add Action API.
  37. 2018-02-27 Version: 1.1.0
  38. 1, add new api DescribeClusters,DescribeClusterLogs,DescribeClusterNodes,UpgradeClusterComponents
  39. 2018-02-12 Version: 1.0.0
  40. 1. Optimize the nested structs in all response, this will bring the following incompatibilities:
  41. * Api response struct changes, conclude:
  42. * ecs.DescribeNetworkInterfaces
  43. * ecs.DescribeDeploymentSetTopology
  44. * rds.DescribeDBInstanceIPArrayList
  45. * rds.DescribeDBInstancesAsCsv
  46. * slb.DescribeLoadBalancersRelatedEcs
  47. * vpc.DescribeVpcAttribute
  48. * vpc.DescribeVirtualBorderRouters
  49. * mts.RegisterMediaDetailPerson
  50. * mts.QueryEditingJobList
  51. * mts.SubmitEditingJobs
  52. * mts.QueryMediaListByURL
  53. * mts.ListJob
  54. * mts.QueryMediaList
  55. * mts.QueryJobList
  56. * mts.SubmitJobs
  57. * ehpc.DescribeCluster
  58. * aegis.GetEntityList
  59. * aegis.DescribeStratety
  60. 2018-02-09 Version: 0.12.0
  61. 1, Aliyun E-HPC service SDK, initial version.
  62. 2, Include APIs of E-HPC clusters, nodes, users, jobs, job templates etc.
  63. 2018-02-07 Version: 0.11.4
  64. 1, add the access interface of logs such as vulnerabilities, baselines, exceptions, etc.
  65. 2018-02-06 Version: 0.11.3
  66. 1, ModifyInstanceChargeType add instanceChargeType param, support prepay instance to postpay instance.
  67. 2, ModifyPrepayInstanceSpec add operatorType param, support downgrade prepay ecs.
  68. 2018-02-02 Version: 0.11.2
  69. 1, this version is new of captcha management and nvc analyze
  70. 2018-01-31 Version: 0.11.1
  71. 1. Fixed bugs that could cause signature errors while a ROA request contains lots of special symbols
  72. 2. Optimization of the serverError.Error() interface
  73. 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
  74. 2018-01-29 Version: 0.11.0
  75. 1, Support dep
  76. 2, Add 4 usage of credentials for each services
  77. 3, Standard interface naming
  78. 2018-01-29 Version: 0.10.0
  79. 1, Add 'notificationChannel' parameter to Push API
  80. 2018-01-24 Version: 0.9.3
  81. 1, Fixed a problem that the ActiveAlert interface name is not standard
  82. 2, Update ActiveAlert interface : ListProductOfActiveAlert / DisableActiveAlert / EnableActiveAlert
  83. 2018-01-24 Version: 0.9.2
  84. 1, Add ActiveAlert API : ListActiveAlertRuleRequest/ListProductOfActiceAlertRequest/EnableActiceAlertRequest/DisableActiceAlertRequest
  85. 2018-01-24 Version: 0.9.1
  86. 1. improve: asyncWithChan avoid panic of "write on closed channel"
  87. 2. improve: asyncWithChan support select case usage
  88. 3. bug fix: repeated signature nonce while retry
  89. 4. bug fix: calling request.GetUrl() ahead of client.DoAction() will cause problems
  90. 2018-01-24 Version: 0.9.0
  91. 1, Publish domain config interface, allow users to create or delete a domain protect config under DDoS Pro.
  92. 2, Publish domain config query interface, allow users to query a list of domain config or a single domain config.
  93. 3, Publish domain proxy modify interface, allow users to set domain transmit proxy.
  94. 4, Publish domain transmit rule config interface, including modify and delete type.
  95. 5, Publish domain black and white list config interface.
  96. 6, Publish domain cname auto status config interface.
  97. 7, Publish domain certificate upload interface.
  98. 8, Publish domain qps graph query interface.
  99. 9, Publish ip attack events and traffic graph query interface.
  100. 2018-01-23 Version: 0.8.3
  101. 1, Tesla Dam API release.
  102. 2, Add ActionDiskCheck, ActionDiskMask, ActionDiskRma, HostGets.
  103. 2018-01-18 Version: 0.8.2
  104. 1. Set default timeout to 10s
  105. 2. Make integration tests more stable
  106. 3. Fix the problem of LocationResolver in concurrency
  107. 4. Modifying the naming specification
  108. 2018-01-18 Version: 0.8.1
  109. 1, Update ECS go SDK to catch up with other langs.
  110. 2, DescribeImageSupportInstanceTypes add new param Filter and ActionType
  111. 2018-01-16 Version: 0.8.0
  112. 1, Add TriggerMode param in AddMediaWorkflow.
  113. 2, Add TriggerMode param in QueryMediaWorkflowList/SearchMediaWorkflow/UpdateMediaWorkflow.
  114. 3, Add interface UpdateMediaWorkflowTriggerMode.
  115. 2018-01-11 Version: 0.7.8
  116. 1. complete partly missed service codes
  117. 2. add default http method for roa requests
  118. 2018-01-11 Version: 0.7.7
  119. 1, Bug fix: Replenish user interface
  120. 2018-01-11 Version: 0.7.6
  121. 1, replace photo tag 2000 upgrade to 5000
  122. 2, add TrashQuota
  123. 2018-01-11 Version: 0.7.5
  124. 1, Make the json.Unmarshal more robust
  125. 2018-01-09 Version: 0.7.4
  126. 1, Add integration tests
  127. 2018-01-04 Version: 0.7.3
  128. 1, Remove get entity info API, replaced by get entity instance.
  129. 2018-01-03 Version: 0.7.2
  130. 1, Bug fix: fix the ecs unmarshal bug
  131. 2018-01-03 Version: 0.7.1
  132. 1, Bug fix: fix the unmarshal bug
  133. 2017-12-29 Version: 0.7.0
  134. 1, First release for Domain-intl.
  135. 2, Add interfaces for domain name registration and management.
  136. 2017-12-29 Version: 0.6.8
  137. 1, Allow the setting of AcceptFormat in the Request.
  138. 2017-12-26 Version: 0.6.5
  139. 1, Add video AI service interface.
  140. 2017-12-26 Version: 0.6.4
  141. 1, Add video AI service interface.
  142. 2017-12-20 Version: 0.6.3
  143. 1, support tile dataset
  144. 2, use dimension value type to replace isDrillDown
  145. 2017-12-20 Version: 0.6.2
  146. 1, support tile dataset
  147. 2, use dimension value type to replace isDrillDown
  148. 2017-12-19 Version: 0.6.1
  149. 1, InactivatePhotos support customer inactiveTime
  150. 2, support customer tags
  151. 3, ListPhotoTags、ListTags add param lang
  152. 2017-12-18 Version: 0.6.0
  153. 1, Add Scdn API.
  154. 2017-12-18 Version: 0.5.7
  155. 1, This is the first release of CCC Open API.
  156. 2017-12-15 Version: 0.5.6
  157. 1, Update SetReqAuthConfig.
  158. 2, Add Scdn API.
  159. 2017-12-15 Version: 0.5.5
  160. 1, fix test cases
  161. 2017-12-15 Version: 0.5.4
  162. 1, Add scdn API.
  163. 2, Update SetReqAuthConfig.
  164. 2017-12-12 Version: 0.5.1
  165. 1, remove unused fmt.print
  166. 2017-12-08 Version: 0.5.0
  167. 1, Add ARMSQueryDataSet, WhereInDimQuery interface.
  168. 2017-12-08 Version: 0.4.0
  169. 1, support endpoint.xml resolver
  170. 2017-12-08 Version: 0.3.1
  171. 1, Add ARMSQueryDataSet, WhereInDimQuery interface.
  172. 2017-12-01 Version: 0.2.2
  173. 1, Fix ineffassign problems
  174. 2017-12-01 Version: 0.2.1
  175. 1, Fix capitalizes the first letter in each word of header
  176. 2017-11-28 Version: 0.2.0
  177. 1, AK2.0 & StsToken
  178. 2017-11-27 Version: 0.1.3
  179. 1, format ft code with gofmt
  180. 2017-11-27 Version: 0.1.2
  181. 1, format code with gofmt
  182. 2017-11-27 Version: 0.1.1
  183. 1, add glide files