ChangeLog.txt 5.9 KB

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