Closed bgrainger closed 4 years ago
@bgrainger is the mysqlconnector 1.0 released?
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.
MySqlConnector 1.0 has shipped; PR updated from Beta to RTM.
Done. :+1:
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.