MySQL Connector/NET Release Notes  /  Changes in MySQL Connector/NET Version 9.x  /  Changes in MySQL Connector/NET 9.0.0 (2024-07-01, General Availability)

Changes in MySQL Connector/NET 9.0.0 (2024-07-01, General Availability)

Deprecation and Removal Notes

  • Removed the deprecated OldGetStringBehavior connection option. (WL #16280)

Functionality Added or Changed

  • Removed .NET Core 7 and Entity Framework Core 7 support, as they received End of Support status on May 14, 2024. (WL #16386)

Bugs Fixed

  • Improved how the connection pool releases connections. (Bug #36483069)

  • The AppendReturningClause method is now overridden to prevent an DatabaseGeneratedOption.Computed attribute annotation from adding an unsupported RETURNING clause to the generated SQL.

    Our thanks to Wang Shiyao for the contribution. (Bug #113443, Bug #36116171)