ChangeLog.txt 4.2 KB

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