You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/overview/version-history.md
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
lastmod: 2023-11-14
2
+
lastmod: 2023-11-16
3
3
date: 2017-03-27
4
4
menu:
5
5
main:
@@ -11,6 +11,19 @@ weight: 30
11
11
12
12
# Version History
13
13
14
+
### 2.3.1
15
+
16
+
* Add `db.client.connections.timeouts` counter to metrics: [#1392](https://github.com/mysql-net/MySqlConnector/pull/1392)
17
+
* Allow empty `schemaRestrictions` array to be passed to `GetSchema`: [#1394](https://github.com/mysql-net/MySqlConnector/pull/1394)
18
+
* Use higher-resolution timestamps for duration metrics: [#1395](https://github.com/mysql-net/MySqlConnector/issues/1395).
19
+
***Possibly Breaking** Use seconds as the units for duration metrics; change type to `double`: [#1396](https://github.com/mysql-net/MySqlConnector/issues/1396).
20
+
* Thanks to [Tuomas Hietanen](https://github.com/Thorium) for contributions to this release.
21
+
22
+
#### MySqlConnector.DependencyInjection
23
+
24
+
* Add `AddKeyedMySqlDataSource` to support keyed services: [#1391](https://github.com/mysql-net/MySqlConnector/pull/1391).
25
+
* Update `Microsoft.Extensions.DependencyInjection.Abstractions` dependency to 8.0.0.
0 commit comments