Skip to content

Commit 315cf5d

Browse files
committed
Release 0.44.1.
1 parent 9ca89a2 commit 315cf5d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/content/overview/version-history.md

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

14+
### 0.44.1
15+
16+
* `MySqlCommand.Prepare` will cache the prepared command until the connection is reset.
17+
* Improve performance of `MySqlCommand.Prepare`, especially when preparation is unnecessary.
18+
* Lazily allocate `MySqlParameterCollection` (accessed via `MySqlCommand.Parameters`) for better performance when command parameters aren't used.
19+
* Use `GC.SuppressFinalize` to improve performance when various objects (derived from `Component`) aren't properly disposed.
20+
1421
### 0.44.0
1522

1623
* Add `Application Name` connection string setting: [#547](https://github.com/mysql-net/MySqlConnector/pull/547).

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.44.0</VersionPrefix>
4+
<VersionPrefix>0.44.1</VersionPrefix>
55
<SignAssembly>true</SignAssembly>
66
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
77
<AssemblyOriginatorKeyFile>..\..\MySqlConnector.snk</AssemblyOriginatorKeyFile>

0 commit comments

Comments
 (0)