8000 Release 2.3.1. · mysql-net/MySqlConnector@413b4bb · GitHub
[go: up one dir, main page]

Skip to content

Commit 413b4bb

Browse files
committed
Release 2.3.1.
1 parent 115b869 commit 413b4bb

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

docs/content/overview/version-history.md

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

1212
# Version History
1313

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.
26+
1427
### 2.3.0
1528

1629
* Support .NET 8.0.

0 commit comments

Comments
 (0)
0