Skip to content

Commit

Permalink
Release 2.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrainger committed Dec 18, 2023
1 parent bd53d6e commit 65a73fc
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 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-16
lastmod: 2023-12-18
date: 2017-03-27
menu:
main:
Expand All @@ -11,6 +11,15 @@ weight: 30

# Version History

### 2.3.2

* Add `Foreign Keys`, `Indexes`, `Index Columns` schemas: [#1419](https://github.com/mysql-net/MySqlConnector/pull/1419).
* Fix exception when server doesn't send expected metadata: [#1398](https://github.com/mysql-net/MySqlConnector/issues/1398).
* Clear activity tags when retrying TLS: [#1405](https://github.com/mysql-net/MySqlConnector/issues/1405).
* Use underlying enum type when writing binary parameters: [#1421](https://github.com/mysql-net/MySqlConnector/pull/1421).
* Avoid retrying TLS negotiation when a non-recoverable exception occurs.
* Thanks to [Alisha Kim](https://github.com/daebo01), [Evgeni Alesinskyy](https://github.com/eaexo), and [Jan Trejbal](https://github.com/trejjam) for contributions to this release.

### 2.3.1

* Add `db.client.connections.timeouts` counter to metrics: [#1392](https://github.com/mysql-net/MySqlConnector/pull/1392)
Expand Down

0 comments on commit 65a73fc

Please sign in to comment.