MySQL Connector/NET Release Notes
These release notes were created with the assistance of MySQL HeatWave GenAI.
The following are the updated version requirements of Connector/NET on some of the third-party libraries it uses (see Connector/NET Installation for details):
Google Protobuf .NET version 3.32.0
ZstdSharp version 0.8.6
BouncyCastle version 2.6.2.
OpenTelemetry .NET version 1.12.0
(WL #17138)
Reduced the number of build warnings from the test suite and core projects. (WL #17046)
When querying Table-Per-Type inheritance with subclass column name clashes, incorrect column aliases could be used in CASE-WHEN statements, potentially resulting in lost or incorrect subclass- specific values in the final result set.
Our thanks to Kristoffer Sjöberg for the contribution. (Bug #38142312)
Setting dns-srv=True or
POOLING=true could cause
MySqlConnectionStringBuilder to fail with a
NullReferenceException.
(Bug #117603, Bug #37651419)
Special characters, defined in a specific sequence, in
MySqlConnectionStringBuilder could result in
an exception.
(Bug #111797, Bug #36043278)
Removed the misspelled option, Prefered, from
MySqlSslMode.
(WL #17115)