File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- lastmod : 2023-04-15
2
+ lastmod : 2024-01-14
3
3
date : 2016-10-16
4
4
title : Connection Options
5
5
customtitle : MySQL Connection String Options for .NET/C#
Original file line number Diff line number Diff line change 1
1
---
2
+ lastmod : 2024-01-14
2
3
date : 2023-11-11
3
4
menu :
4
5
main :
Original file line number Diff line number Diff line change 1
1
---
2
- lastmod : 2023-12-19
2
+ lastmod : 2024-01-14
3
3
date : 2017-03-27
4
4
menu :
5
5
main :
@@ -11,6 +11,14 @@ weight: 30
11
11
12
12
# Version History
13
13
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
+
14
22
### 2.3.3
15
23
16
24
* Support ` COLUMN_NAME ` restriction for ` IndexColumns ` schema; this improves NHibernate compatibility.
You can’t perform that action at this time.
0 commit comments