Skip to content

0.34.0

Compare
Choose a tag to compare
@bgrainger bgrainger released this 02 Jan 19:00
· 1985 commits to master since this release
  • Implement MySqlCommandBuilder: #303
  • Add Microsoft.Extensions.Logging provider: #418
  • Add new MySqlTransaction.Connection property that returns an object typed as MySqlConnection
  • Support CLIENT_SESSION_TRACK protocol option: #323
  • Optimization: move procedure cache to connection pool: #415
  • Ignore extra data at end of column definition payload: #413
  • Handle failure to find procedure: #282
  • Breaking Clear MySqlTransaction.Connection when transaction is committed: #61
    • This is a breaking API change from Connector/NET, but matches other ADO.NET connectors