jonwagner / Insight.Database

Fast, lightweight .NET micro-ORM
Other
861 stars 145 forks source link

Update MySqlConnector to 1.0. #439

Closed bgrainger closed 4 years ago

bgrainger commented 4 years ago

Description

MySqlConnector 1.0 changes the primary namespace to MySqlConnector: mysql-net/MySqlConnector#824; this updates all relevant code.

This starts the discussion around updating MySqlConnector to 1.0, but doesn't need to be merged until it's out of beta.

Type

This pull request includes what type of changes?

Update dependency.

Breaking Changes

Does this pull request introduce any breaking changes?

A consumer that was depending on MySqlConnector via this library could be broken by the change of namespace. However, that should be rare.

jonwagner commented 4 years ago

@bgrainger is the mysqlconnector 1.0 released?

bgrainger commented 4 years ago

No, the 1.0 release is currently a beta. I just wanted to raise awareness (for any feedback and testing) before shipping 1.0 as a breaking change.

bgrainger commented 4 years ago

MySqlConnector 1.0 has shipped; PR updated from Beta to RTM.

jonwagner commented 4 years ago

Done. :+1: