Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: deprecate proxy drivers #1500

Merged
merged 2 commits into from
Oct 24, 2022
Merged

feat: deprecate proxy drivers #1500

merged 2 commits into from
Oct 24, 2022

Conversation

enocom
Copy link
Member

@enocom enocom commented Oct 21, 2022

No description provided.

@enocom enocom requested a review from a team October 21, 2022 20:28
//
// Deprecated: Dial has been replaced by the Cloud SQL Go connector which has
// better support for configuring the dialer's behavior.
// See cloud.google.com/go/cloudsqlconn/mysql/mysql.RegisterDriver instead.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems unlikely to be seen unless someone reads the code - should we consider adding a 1 time log warning or something?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be nice to put this front and center, but since we don't know how people are setting up their logging system, the best we could do is log to stdout which would be an intrusive change. I think we'll have to advertise this change in the new release.

@enocom enocom merged commit 2b460ea into v1 Oct 24, 2022
@enocom enocom deleted the deprecate-drivers branch October 24, 2022 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants