Skip to content

Commit

Permalink
Release 0.44.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrainger committed Aug 24, 2018
1 parent 9ca89a2 commit 315cf5d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/content/overview/version-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ weight: 30
Version History
===============

### 0.44.1

* `MySqlCommand.Prepare` will cache the prepared command until the connection is reset.
* Improve performance of `MySqlCommand.Prepare`, especially when preparation is unnecessary.
* Lazily allocate `MySqlParameterCollection` (accessed via `MySqlCommand.Parameters`) for better performance when command parameters aren't used.
* Use `GC.SuppressFinalize` to improve performance when various objects (derived from `Component`) aren't properly disposed.

### 0.44.0

* Add `Application Name` connection string setting: [#547](https://github.com/mysql-net/MySqlConnector/pull/547).
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<VersionPrefix>0.44.0</VersionPrefix>
<VersionPrefix>0.44.1</VersionPrefix>
<SignAssembly>true</SignAssembly>
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
<AssemblyOriginatorKeyFile>..\..\MySqlConnector.snk</AssemblyOriginatorKeyFile>
Expand Down

0 comments on commit 315cf5d

Please sign in to comment.