From 77d00011f624957ff8f0bd973f4d4803dd7e310d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Mon, 30 Aug 2021 15:32:43 +0200 Subject: [PATCH 1/3] release-5.2.0: Add info about caching_sha2 --- releases/release-5.2.0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/releases/release-5.2.0.md b/releases/release-5.2.0.md index e00734404cea4..fc6dd5775709e 100644 --- a/releases/release-5.2.0.md +++ b/releases/release-5.2.0.md @@ -60,6 +60,7 @@ In v5.2, the key new features and improvements are as follows: - Before the upgrade, check the value of the TiDB configuration [`feedback-probability`](/tidb-configuration-file.md#feedback-probability). If the value is not `0`, the "panic in the recoverable goroutine" error will occur after the upgrade, but this error does not affect the upgrade. - TiDB is now compatible with MySQL 5.7's noop variable `innodb_default_row_format`. Setting this variable has no effect. [#23541](https://github.com/pingcap/tidb/issues/23541) - Starting from TiDB 5.2, to improve system security, it is recommended (but not mandatory) to encrypt the transport layer for connections from clients. TiDB provides the Auto TLS feature to automatically configure and enable encryption in TiDB. To use the Auto TLS feature, before the TiDB upgrade, set [`security.auto-tls`](/tidb-configuration-file.md#auto-tls) in the TiDB configuration file to `true`. +- Support for the `caching_sha2_password` was added to make migration from MySQL 8.0 easier and to improve security. ## New features From 446a7bb9fbb4e41e5ebdb1fc1ef59ba36703d24c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Mon, 30 Aug 2021 18:45:51 +0200 Subject: [PATCH 2/3] Update releases/release-5.2.0.md Co-authored-by: Morgan Tocker --- releases/release-5.2.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/release-5.2.0.md b/releases/release-5.2.0.md index fc6dd5775709e..f7b648300a962 100644 --- a/releases/release-5.2.0.md +++ b/releases/release-5.2.0.md @@ -60,7 +60,7 @@ In v5.2, the key new features and improvements are as follows: - Before the upgrade, check the value of the TiDB configuration [`feedback-probability`](/tidb-configuration-file.md#feedback-probability). If the value is not `0`, the "panic in the recoverable goroutine" error will occur after the upgrade, but this error does not affect the upgrade. - TiDB is now compatible with MySQL 5.7's noop variable `innodb_default_row_format`. Setting this variable has no effect. [#23541](https://github.com/pingcap/tidb/issues/23541) - Starting from TiDB 5.2, to improve system security, it is recommended (but not mandatory) to encrypt the transport layer for connections from clients. TiDB provides the Auto TLS feature to automatically configure and enable encryption in TiDB. To use the Auto TLS feature, before the TiDB upgrade, set [`security.auto-tls`](/tidb-configuration-file.md#auto-tls) in the TiDB configuration file to `true`. -- Support for the `caching_sha2_password` was added to make migration from MySQL 8.0 easier and to improve security. +- Support for the `caching_sha2_password` authentication method was added to make migration from MySQL 8.0 easier and to improve security. ## New features From bfce6de48733ad699298540c730ac2d24d77fedf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Wed, 15 Sep 2021 07:37:38 +0200 Subject: [PATCH 3/3] Update releases/release-5.2.0.md Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com> --- releases/release-5.2.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/release-5.2.0.md b/releases/release-5.2.0.md index f7b648300a962..03fe592277014 100644 --- a/releases/release-5.2.0.md +++ b/releases/release-5.2.0.md @@ -60,7 +60,7 @@ In v5.2, the key new features and improvements are as follows: - Before the upgrade, check the value of the TiDB configuration [`feedback-probability`](/tidb-configuration-file.md#feedback-probability). If the value is not `0`, the "panic in the recoverable goroutine" error will occur after the upgrade, but this error does not affect the upgrade. - TiDB is now compatible with MySQL 5.7's noop variable `innodb_default_row_format`. Setting this variable has no effect. [#23541](https://github.com/pingcap/tidb/issues/23541) - Starting from TiDB 5.2, to improve system security, it is recommended (but not mandatory) to encrypt the transport layer for connections from clients. TiDB provides the Auto TLS feature to automatically configure and enable encryption in TiDB. To use the Auto TLS feature, before the TiDB upgrade, set [`security.auto-tls`](/tidb-configuration-file.md#auto-tls) in the TiDB configuration file to `true`. -- Support for the `caching_sha2_password` authentication method was added to make migration from MySQL 8.0 easier and to improve security. +- Support the `caching_sha2_password` authentication method to make migration from MySQL 8.0 easier and to improve security. ## New features