Skip to content

Commit e59359e

Browse files
committed
release v1.53.0
1 parent 34ac262 commit e59359e

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
1-
## 1.52.1 (Unreleased)
1+
## 1.53.1 (Unreleased)
2+
## 1.53.0 (January 15, 2021)
3+
4+
FEATURES:
5+
6+
* **New Resource**: `tencentcloud_ssl_pay_certificate` to support ssl pay certificate.
7+
8+
ENHANCEMENTS:
9+
10+
* Resource `tencentcloud_ccn` add `charge_type` to support billing mode setting.
11+
* Resource `tencentcloud_ccn` add `bandwidth_limit_type` to support the speed limit type setting.
12+
* Resource `tencentcloud_ccn_bandwidth_limit` add `dst_region` to support destination area restriction setting.
13+
* Resource `tencentcloud_cdn_domain` add `range_origin_switch` to support range back to source configuration.
14+
* Resource `tencentcloud_cdn_domain` add `rule_cache` to support advanced path cache configuration.
15+
* Resource `tencentcloud_cdn_domain` add `request_header` to support request header configuration.
16+
* Data Source `tencentcloud_ccn_instances` add `charge_type` to support billing mode.
17+
* Data Source `tencentcloud_ccn_instances` add `bandwidth_limit_type` to support the speed limit type.
18+
* Data Source `tencentcloud_ccn_bandwidth_limit` add `dst_region` to support destination area restriction.
19+
* Data Source `tencentcloud_cdn_domains` add `range_origin_switch` to support range back to source configuration.
20+
* Data Source `tencentcloud_cdn_domains` add `rule_cache` to support advanced path cache configuration.
21+
* Data Source `tencentcloud_cdn_domains` add `request_header` to support request header configuration.
22+
223
## 1.52.0 (December 28, 2020)
324

425
FEATURES:

tencentcloud/connectivity/transport.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"time"
1111
)
1212

13-
const ReqClient = "Terraform-v1.52.0"
13+
const ReqClient = "Terraform-v1.53.0"
1414

1515
type LogRoundTripper struct {
1616
}

0 commit comments

Comments
 (0)