ChangeLog.txt 7.9 KB

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