File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,16 @@ weight: 30
11
11
Version History
12
12
===============
13
13
14
+ ### 0.48.0 RC 1
15
+
16
+ * Add ` MySqlConnection.InfoMessage ` event: [ #594 ] ( https://github.com/mysql-net/MySqlConnector/issues/594 ) .
17
+ * Reduce log message severity for session discarded due to ` ConnectionLifeTime ` : [ #586 ] ( https://github.com/mysql-net/MySqlConnector/issues/586 ) .
18
+ * Optimise ` MySqlDataReader.GetStream ` : [ #592 ] ( https://github.com/mysql-net/MySqlConnector/issues/592 ) .
19
+
14
20
### 0.48.0 Beta 3
15
21
16
22
* ** Potentially breaking** Disallow duplicate parameter names after normalization: [ #591 ] ( https://github.com/mysql-net/MySqlConnector/issues/591 ) .
17
- * Fix logic for detecting variable names in SQL: [ #195 ] ( https://github.com/mysql-net/MySqlConnector/issues/195 ) , [ #589 ] (( https://github.com/mysql-net/MySqlConnector/issues/589 ).
23
+ * Fix logic for detecting variable names in SQL: [ #195 ] ( https://github.com/mysql-net/MySqlConnector/issues/195 ) , [ #589 ] ( https://github.com/mysql-net/MySqlConnector/issues/589 ) .
18
24
* Implement more efficient version of ` MySqlDataReader.GetStream ` .
19
25
* Support MySQL Server 5.1 (and earlier) by using ` utf8 ` if ` utf8mb4 ` isn't available.
20
26
* Fix ` NullReferenceException ` when attempting to invoke a non-existent stored procedure.
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
3
3
<PropertyGroup >
4
- <Version >0.48.0-beta3 </Version >
4
+ <Version >0.48.0-rc1 </Version >
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