Bugs fixed:
- An incorrect - ConstraintExceptioncould be raised on an- INSERTwhen adding rows to a table with a multiple-column unique key index. (Bug#30204)
- The availability of a MySQL server would not be reset when using pooled connections ( - pooling=true). This would lead to the server being reported as unavailable, even if the server become available while the application was still running. (Bug#29409)
- Publisher listed in "Add/Remove Programs" is not consistent with other MySQL products. (Bug#27253) 
- MySqlParameterCollectionand parameters added with- Insertmethod can not be retrieved later using- ParameterName. (Bug#27135)
- BINARYand- VARBINARYcolumns would be returned as a string, not binary, data type. (Bug#25605)
- A critical - ConnectionPoolerror would result in repeated- System.NullReferenceException. (Bug#25603)
- When a - MySqlConversionExceptionis raised on a remote object, the client application would receive a- SerializationExceptioninstead. (Bug#24957)
- High CPU utilization would be experienced when there is no idle connection waiting when using pooled connections through - MySqlPool.GetConnection. (Bug#24373)