File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,18 @@ weight: 30
11
11
Version History
12
12
===============
13
13
14
+ ### 0.34.0
15
+
16
+ * Implement ` MySqlCommandBuilder ` : [ #303 ] ( https://github.com/mysql-net/MySqlConnector/issues/303 ) .
17
+ * Add ` Microsoft.Extensions.Logging ` provider: [ #418 ] ( https://github.com/mysql-net/MySqlConnector/issues/418 ) .
18
+ * Add new ` MySqlTransaction.Connection ` property that returns an object typed as ` MySqlConnection ` .
19
+ * Support ` CLIENT_SESSION_TRACK ` protocol option: [ #323 ] ( https://github.com/mysql-net/MySqlConnector/issues/323 ) .
20
+ * Optimization: move procedure cache to connection pool: [ #415 ] ( https://github.com/mysql-net/MySqlConnector/issues/415 ) .
21
+ * Ignore extra data at end of column definition payload: [ #413 ] ( https://github.com/mysql-net/MySqlConnector/pull/413 ) .
22
+ * Handle failure to find procedure: [ #282 ] ( https://github.com/mysql-net/MySqlConnector/issues/282 ) .
23
+ * ** Breaking** Clear ` MySqlTransaction.Connection ` when transaction is committed: [ #61 ] ( https://github.com/mysql-net/MySqlConnector/issues/61 ) .
24
+ * This is a breaking API change from Connector/NET, but matches other ADO.NET connectors.
25
+
14
26
### 0.33.2
15
27
16
28
* ** Breaking** Throw ` InvalidCastException ` instead of ` MySqlException ` from ` MySqlDataReader.GetGuid ` .
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
3
3
<PropertyGroup >
4
- <VersionPrefix >0.33.2 </VersionPrefix >
4
+ <VersionPrefix >0.34.0 </VersionPrefix >
5
5
<SignAssembly >true</SignAssembly >
6
6
<PublicSign Condition =" '$(OS)' != 'Windows_NT' " >true</PublicSign >
7
7
<AssemblyOriginatorKeyFile >..\..\MySqlConnector.snk</AssemblyOriginatorKeyFile >
You can’t perform that action at this time.
0 commit comments