ChangeLog.txt 7.6 KB

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