Skip to content

Commit

Permalink
Release 2.3.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrainger committed Jan 14, 2024
1 parent 9adbea2 commit 0cad51c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/connection-options.md
Original file line number Diff line number Diff line change
@@ -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#
Expand Down
1 change: 1 addition & 0 deletions docs/content/diagnostics/metrics.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
lastmod: 2024-01-14
date: 2023-11-11
menu:
main:
Expand Down
10 changes: 9 additions & 1 deletion docs/content/overview/version-history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
lastmod: 2023-12-19
lastmod: 2024-01-14
date: 2017-03-27
menu:
main:
Expand All @@ -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.
Expand Down

0 comments on commit 0cad51c

Please sign in to comment.