ChangeLog.txt 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. 2018-01-31 Version: 0.11.1
  2. 1. Fixed bugs that could cause signature errors while a ROA request contains lots of special symbols
  3. 2. Optimization of the serverError.Error() interface
  4. 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
  5. 2018-01-29 Version: 0.11.0
  6. 1, Support dep
  7. 2, Add 4 usage of credentials for each services
  8. 3, Standard interface naming
  9. 2018-01-29 Version: 0.10.0
  10. 1, Add 'notificationChannel' parameter to Push API
  11. 2018-01-24 Version: 0.9.3
  12. 1, Fixed a problem that the ActiveAlert interface name is not standard
  13. 2, Update ActiveAlert interface : ListProductOfActiveAlert / DisableActiveAlert / EnableActiveAlert
  14. 2018-01-24 Version: 0.9.2
  15. 1, Add ActiveAlert API : ListActiveAlertRuleRequest/ListProductOfActiceAlertRequest/EnableActiceAlertRequest/DisableActiceAlertRequest
  16. 2018-01-24 Version: 0.9.1
  17. 1. improve: asyncWithChan avoid panic of "write on closed channel"
  18. 2. improve: asyncWithChan support select case usage
  19. 3. bug fix: repeated signature nonce while retry
  20. 4. bug fix: calling request.GetUrl() ahead of client.DoAction() will cause problems
  21. 2018-01-24 Version: 0.9.0
  22. 1, Publish domain config interface, allow users to create or delete a domain protect config under DDoS Pro.
  23. 2, Publish domain config query interface, allow users to query a list of domain config or a single domain config.
  24. 3, Publish domain proxy modify interface, allow users to set domain transmit proxy.
  25. 4, Publish domain transmit rule config interface, including modify and delete type.
  26. 5, Publish domain black and white list config interface.
  27. 6, Publish domain cname auto status config interface.
  28. 7, Publish domain certificate upload interface.
  29. 8, Publish domain qps graph query interface.
  30. 9, Publish ip attack events and traffic graph query interface.
  31. 2018-01-23 Version: 0.8.3
  32. 1, Tesla Dam API release.
  33. 2, Add ActionDiskCheck, ActionDiskMask, ActionDiskRma, HostGets.
  34. 2018-01-18 Version: 0.8.2
  35. 1. Set default timeout to 10s
  36. 2. Make integration tests more stable
  37. 3. Fix the problem of LocationResolver in concurrency
  38. 4. Modifying the naming specification
  39. 2018-01-18 Version: 0.8.1
  40. 1, Update ECS go SDK to catch up with other langs.
  41. 2, DescribeImageSupportInstanceTypes add new param Filter and ActionType
  42. 2018-01-16 Version: 0.8.0
  43. 1, Add TriggerMode param in AddMediaWorkflow.
  44. 2, Add TriggerMode param in QueryMediaWorkflowList/SearchMediaWorkflow/UpdateMediaWorkflow.
  45. 3, Add interface UpdateMediaWorkflowTriggerMode.
  46. 2018-01-11 Version: 0.7.8
  47. 1. complete partly missed service codes
  48. 2. add default http method for roa requests
  49. 2018-01-11 Version: 0.7.7
  50. 1, Bug fix: Replenish user interface
  51. 2018-01-11 Version: 0.7.6
  52. 1, replace photo tag 2000 upgrade to 5000
  53. 2, add TrashQuota
  54. 2018-01-11 Version: 0.7.5
  55. 1, Make the json.Unmarshal more robust
  56. 2018-01-09 Version: 0.7.4
  57. 1, Add integration tests
  58. 2018-01-04 Version: 0.7.3
  59. 1, Remove get entity info API, replaced by get entity instance.
  60. 2018-01-03 Version: 0.7.2
  61. 1, Bug fix: fix the ecs unmarshal bug
  62. 2018-01-03 Version: 0.7.1
  63. 1, Bug fix: fix the unmarshal bug
  64. 2017-12-29 Version: 0.7.0
  65. 1, First release for Domain-intl.
  66. 2, Add interfaces for domain name registration and management.
  67. 2017-12-29 Version: 0.6.8
  68. 1, Allow the setting of AcceptFormat in the Request.
  69. 2017-12-26 Version: 0.6.5
  70. 1, Add video AI service interface.
  71. 2017-12-26 Version: 0.6.4
  72. 1, Add video AI service interface.
  73. 2017-12-20 Version: 0.6.3
  74. 1, support tile dataset
  75. 2, use dimension value type to replace isDrillDown
  76. 2017-12-20 Version: 0.6.2
  77. 1, support tile dataset
  78. 2, use dimension value type to replace isDrillDown
  79. 2017-12-19 Version: 0.6.1
  80. 1, InactivatePhotos support customer inactiveTime
  81. 2, support customer tags
  82. 3, ListPhotoTags、ListTags add param lang
  83. 2017-12-18 Version: 0.6.0
  84. 1, Add Scdn API.
  85. 2017-12-18 Version: 0.5.7
  86. 1, This is the first release of CCC Open API.
  87. 2017-12-15 Version: 0.5.6
  88. 1, Update SetReqAuthConfig.
  89. 2, Add Scdn API.
  90. 2017-12-15 Version: 0.5.5
  91. 1, fix test cases
  92. 2017-12-15 Version: 0.5.4
  93. 1, Add scdn API.
  94. 2, Update SetReqAuthConfig.
  95. 2017-12-12 Version: 0.5.1
  96. 1, remove unused fmt.print
  97. 2017-12-08 Version: 0.5.0
  98. 1, Add ARMSQueryDataSet, WhereInDimQuery interface.
  99. 2017-12-08 Version: 0.4.0
  100. 1, support endpoint.xml resolver
  101. 2017-12-08 Version: 0.3.1
  102. 1, Add ARMSQueryDataSet, WhereInDimQuery interface.
  103. 2017-12-01 Version: 0.2.2
  104. 1, Fix ineffassign problems
  105. 2017-12-01 Version: 0.2.1
  106. 1, Fix capitalizes the first letter in each word of header
  107. 2017-11-28 Version: 0.2.0
  108. 1, AK2.0 & StsToken
  109. 2017-11-27 Version: 0.1.3
  110. 1, format ft code with gofmt
  111. 2017-11-27 Version: 0.1.2
  112. 1, format code with gofmt
  113. 2017-11-27 Version: 0.1.1
  114. 1, add glide files