Skip to content

Commit

Permalink
Release 2.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrainger committed Nov 17, 2023
1 parent 115b869 commit 413b4bb
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 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-11-14
lastmod: 2023-11-16
date: 2017-03-27
menu:
main:
Expand All @@ -11,6 +11,19 @@ weight: 30

# Version History

### 2.3.1

* Add `db.client.connections.timeouts` counter to metrics: [#1392](https://github.com/mysql-net/MySqlConnector/pull/1392)
* Allow empty `schemaRestrictions` array to be passed to `GetSchema`: [#1394](https://github.com/mysql-net/MySqlConnector/pull/1394)
* Use higher-resolution timestamps for duration metrics: [#1395](https://github.com/mysql-net/MySqlConnector/issues/1395).
* **Possibly Breaking** Use seconds as the units for duration metrics; change type to `double`: [#1396](https://github.com/mysql-net/MySqlConnector/issues/1396).
* Thanks to [Tuomas Hietanen](https://github.com/Thorium) for contributions to this release.

#### MySqlConnector.DependencyInjection

* Add `AddKeyedMySqlDataSource` to support keyed services: [#1391](https://github.com/mysql-net/MySqlConnector/pull/1391).
* Update `Microsoft.Extensions.DependencyInjection.Abstractions` dependency to 8.0.0.

### 2.3.0

* Support .NET 8.0.
Expand Down

0 comments on commit 413b4bb

Please sign in to comment.