Skip to content

Commit 0cad51c

Browse files
committed
Release 2.3.4.
1 parent 9adbea2 commit 0cad51c

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

docs/content/connection-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
lastmod: 2023-04-15
2+
lastmod: 2024-01-14
33
date: 2016-10-16
44
title: Connection Options
55
customtitle: MySQL Connection String Options for .NET/C#

docs/content/diagnostics/metrics.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
lastmod: 2024-01-14
23
date: 2023-11-11
34
menu:
45
main:

docs/content/overview/version-history.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
lastmod: 2023-12-19
2+
lastmod: 2024-01-14
33
date: 2017-03-27
44
menu:
55
main:
@@ -11,6 +11,14 @@ weight: 30
1111

1212
# Version History
1313

14+
### 2.3.4
15+
16+
* Unify `Application Name` connection string option and `MySqlDataSourceBuilder.UseName`: [#1434](https://github.com/mysql-net/MySqlConnector/issues/1434).
17+
* Remove TLS version fallback code: [#1409](https://github.com/mysql-net/MySqlConnector/issues/1409).
18+
* Fix `ArgumentOutOfRangeException` in `TimerQueue.Add`: [#1424](https://github.com/mysql-net/MySqlConnector/issues/1424).
19+
* Fix `InvalidCastException` when using stored procedures with MySQL 5.0: [#1431](https://github.com/mysql-net/MySqlConnector/issues/1431).
20+
* Fix hang when disposing `MySqlDataSource` twice on .NET Framework.
21+
1422
### 2.3.3
1523

1624
* Support `COLUMN_NAME` restriction for `IndexColumns` schema; this improves NHibernate compatibility.

0 commit comments

Comments
 (0)