ChangeLog.txt 4.3 KB

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