|
| 1 | +## 1.81.10 (June 30, 2023) |
| 2 | + |
| 3 | +FEATURES: |
| 4 | + |
| 5 | +* **New Data Source:** `tencentcloud_cynosdb_instance_slow_queries` ([#1915](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/1915)) |
| 6 | +* **New Data Source:** `tencentcloud_cynosdb_proxy_node` ([#1912](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/1912)) |
| 7 | +* **New Data Source:** `tencentcloud_cynosdb_proxy_version` ([#1912](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/1912)) |
| 8 | +* **New Data Source:** `tencentcloud_sqlserver_ins_attribute` ([#1917](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/1917)) |
| 9 | +* **New Data Source:** `tencentcloud_sqlserver_query_xevent` ([#1917](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/1917)) |
| 10 | +* **New Data Source:** `tencentcloud_tse_gateway_nodes` ([#1913](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/1913)) |
| 11 | +* **New Resource:** `tencentcloud_cynosdb_cluster_slave_zone` ([#1915](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/1915)) |
| 12 | +* **New Resource:** `tencentcloud_cynosdb_proxy` ([#1912](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/1912)) |
| 13 | +* **New Resource:** `tencentcloud_cynosdb_read_only_instance_exclusive_access` ([#1915](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/1915)) |
| 14 | +* **New Resource:** `tencentcloud_cynosdb_reload_proxy_node` ([#1912](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/1912)) |
| 15 | +* **New Resource:** `tencentcloud_mysql_proxy` ([#1911](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/1911)) |
| 16 | +* **New Resource:** `tencentcloud_mysql_reload_balance_proxy_node` ([#1911](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/1911)) |
| 17 | +* **New Resource:** `tencentcloud_mysql_reset_root_account` ([#1911](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/1911)) |
| 18 | +* **New Resource:** `tencentcloud_mysql_ro_start_replication` ([#1911](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/1911)) |
| 19 | +* **New Resource:** `tencentcloud_mysql_ro_stop_replication` ([#1911](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/1911)) |
| 20 | +* **New Resource:** `tencentcloud_mysql_verify_root_account` ([#1911](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/1911)) |
| 21 | +* **New Resource:** `tencentcloud_redis_security_group_attachment` ([#1914](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/1914)) |
| 22 | +* **New Resource:** `tencentcloud_sqlserver_database_tde` ([#1917](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/1917)) |
| 23 | +* **New Resource:** `tencentcloud_sqlserver_instance_tde` ([#1917](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/1917)) |
| 24 | +* **New Resource:** `tencentcloud_sqlserver_start_xevent` ([#1917](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/1917)) |
| 25 | +* **New Resource:** `tencentcloud_tdmq_rabbitmq_user` ([#1922](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/1922)) |
| 26 | +* **New Resource:** `tencentcloud_tdmq_rabbitmq_virtual_host` ([#1922](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/1922)) |
| 27 | +* **New Resource:** `tencentcloud_tdmq_send_rocketmq_message` ([#1922](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/1922)) |
| 28 | + |
| 29 | +ENHANCEMENTS: |
| 30 | + |
| 31 | +* data-source/tencentcloud_api_gateway_service: deprecated the `exclusive_set_name` field. ([#1917](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/1917)) |
| 32 | +* resource/tencentcloud_api_gateway_service: support create `instance_id` field(Exclusive instance ID); deprecated the `exclusive_set_name` field. ([#1917](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/1917)) |
| 33 | +* resource/tencentcloud_cynosdb_cluster: Support `cluster_name, storage_limit, vpc_id, subnet_id, old_ip_reserve_hours` modification ([#1909](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/1909)) |
| 34 | +* resource/tencentcloud_mysql_account: support update `host` ([#1911](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/1911)) |
| 35 | +* resource/tencentcloud_mysql_instance: Support modifying field `slave_deploy_mode`, `first_slave_zone`, `second_slave_zone`, `slave_sync_mode`. ([#1873](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/1873)) |
| 36 | +* resource/tencentcloud_private_dns_record: catch error while record is not exist ([#1920](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/1920)) |
| 37 | +* resource/tencentcloud_sqlserver_restore_instance: support create `encryption` ([#1917](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/1917)) |
| 38 | +* resource/tencentcloud_sqlserver_rollback_instance: support create `encryption` ([#1917](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/1917)) |
| 39 | +* resource/tencentcloud_vpn_gateway: support create `SSL_CCN` vpn gateway ([#1919](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/1919)) |
| 40 | + |
1 | 41 | ## 1.81.9 (June 21, 2023) |
2 | 42 |
|
3 | 43 | FEATURES: |
|
0 commit comments