Skip to content

2.3.1

Compare
Choose a tag to compare
@bgrainger bgrainger released this 17 Nov 00:39
· 75 commits to master since this release
2.3.1
413b4bb

MySqlConnector

  • Add db.client.connections.timeouts counter to metrics: #1392.
  • Allow empty schemaRestrictions array to be passed to GetSchema: #1394.
  • Use higher-resolution timestamps for duration metrics: #1395.
  • Possibly Breaking Use seconds as the units for duration metrics; change type to double: #1396.
  • Thanks to @Thorium for contributions to this release.

MySqlConnector.DependencyInjection

  • Add AddKeyedMySqlDataSource to support keyed services: #1391.
  • Update Microsoft.Extensions.DependencyInjection.Abstractions dependency to 8.0.0.