8000 Release 2.3.2. · mysql-net/MySqlConnector@65a73fc · GitHub
[go: up one dir, main page]

Skip to content

Commit 65a73fc

Browse files
committed
Release 2.3.2.
1 parent bd53d6e commit 65a73fc

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/content/overview/version-history.md

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

1212
# Version History
1313

14+
### 2.3.2
15+
16+
* Add `Foreign Keys`, `Indexes`, `Index Columns` schemas: [#1419](https://github.com/mysql-net/MySqlConnector/pull/1419).
17+
* Fix exception when server doesn't send expected metadata: [#1398](https://github.com/mysql-net/MySqlConnector/issues/1398).
18+
* Clear activity tags when retrying TLS: [#1405](https://github.com/mysql-net/MySqlConnector/issues/1405).
19+
* Use underlying enum type when writing binary parameters: [#1421](https://github.com/mysql-net/MySqlConnector/pull/1421).
20+
* Avoid retrying TLS negotiation when a non-recoverable exception occurs.
21+
* 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.
22+
1423
### 2.3.1
1524

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

0 commit comments

Comments
 (0)
0