ChangeLog.txt 6.7 KB

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