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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,16 @@ weight: 30
11
11
Version History
12
12
===============
13
13
14
+
### 0.43.0
15
+
16
+
* Add first version of prepared commands: [#534](https://github.com/mysql-net/MySqlConnector/pull/534).
17
+
* Only single statements (and not stored procedures) are preparable.
18
+
* The (new) `IgnorePrepare` connection string option defaults to `true` and must be set to `false` to use prepared commands.
19
+
* Add `CertificateStore` and `CertificateThumbprint` connection string options: [#536](https://github.com/mysql-net/MySqlConnector/issues/536).
20
+
* Fix bug that rejected sessions from the connection pool if `ChangeDatabase` had been called: [#515](https://github.com/mysql-net/MySqlConnector/issues/515).
21
+
* Don't map `TINYINT(1) UNSIGNED` as `bool`: [#530](https://github.com/mysql-net/MySqlConnector/issues/530).
22
+
* Thanks to [Jan Hajek](https://github.com/hajekj) for contributions to this release.
23
+
14
24
### 0.42.3
15
25
16
26
* Fix bug (introduced in 0.42.2) that caused extremely high memory usage: [#528](https://github.com/mysql-net/MySqlConnector/issues/528).
0 commit comments