From 64048a5450450772c44d185cea7e799cb72b8d10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= <git@myname.nl> 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 2dd60e6f69bd3..c76ba542aaf2c 100644 --- a/releases/release-5.2.0.md +++ b/releases/release-5.2.0.md @@ -64,6 +64,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 0cf8d75b1508700b328f408cb19780e816f17ea9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= <github@myname.nl> 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 <tocker@gmail.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 c76ba542aaf2c..0e3188e0bf56d 100644 --- a/releases/release-5.2.0.md +++ b/releases/release-5.2.0.md @@ -64,7 +64,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 195d6688106a402d10d6ad13ab410adfc574b8e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= <github@myname.nl> 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 0e3188e0bf56d..7da9187a1c01d 100644 --- a/releases/release-5.2.0.md +++ b/releases/release-5.2.0.md @@ -64,7 +64,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