Skip to content

Commit df8b00f

Browse files
committed
Release 0.43.0.
1 parent 68360f7 commit df8b00f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

docs/content/overview/version-history.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@ weight: 30
1111
Version History
1212
===============
1313

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+
1424
### 0.42.3
1525

1626
* Fix bug (introduced in 0.42.2) that caused extremely high memory usage: [#528](https://github.com/mysql-net/MySqlConnector/issues/528).

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<VersionPrefix>0.42.3</VersionPrefix>
4+
<VersionPrefix>0.43.0</VersionPrefix>
55
<SignAssembly>true</SignAssembly>
66
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
77
<AssemblyOriginatorKeyFile>..\..\MySqlConnector.snk</AssemblyOriginatorKeyFile>

0 commit comments

Comments
 (0)