diff --git a/docs/content/connection-options.md b/docs/content/connection-options.md index 96f53260d..2961f5da4 100644 --- a/docs/content/connection-options.md +++ b/docs/content/connection-options.md @@ -1,5 +1,5 @@ --- -lastmod: 2023-04-15 +lastmod: 2024-01-14 date: 2016-10-16 title: Connection Options customtitle: MySQL Connection String Options for .NET/C# diff --git a/docs/content/diagnostics/metrics.md b/docs/content/diagnostics/metrics.md index c4fcbcb6a..b916991ed 100644 --- a/docs/content/diagnostics/metrics.md +++ b/docs/content/diagnostics/metrics.md @@ -1,4 +1,5 @@ --- +lastmod: 2024-01-14 date: 2023-11-11 menu: main: diff --git a/docs/content/overview/version-history.md b/docs/content/overview/version-history.md index 07cffb6bb..143ee6ad7 100644 --- a/docs/content/overview/version-history.md +++ b/docs/content/overview/version-history.md @@ -1,5 +1,5 @@ --- -lastmod: 2023-12-19 +lastmod: 2024-01-14 date: 2017-03-27 menu: main: @@ -11,6 +11,14 @@ weight: 30 # Version History +### 2.3.4 + +* Unify `Application Name` connection string option and `MySqlDataSourceBuilder.UseName`: [#1434](https://github.com/mysql-net/MySqlConnector/issues/1434). +* Remove TLS version fallback code: [#1409](https://github.com/mysql-net/MySqlConnector/issues/1409). +* Fix `ArgumentOutOfRangeException` in `TimerQueue.Add`: [#1424](https://github.com/mysql-net/MySqlConnector/issues/1424). +* Fix `InvalidCastException` when using stored procedures with MySQL 5.0: [#1431](https://github.com/mysql-net/MySqlConnector/issues/1431). +* Fix hang when disposing `MySqlDataSource` twice on .NET Framework. + ### 2.3.3 * Support `COLUMN_NAME` restriction for `IndexColumns` schema; this improves NHibernate compatibility.