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

update go-sql-driver/mysql to v1.5.0 #63

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

KatamariJr
Copy link
Contributor

in line with netlify/gotrue, in order to support MySQL 8 default auth settings.

- Summary

Wont connect to MySQL 8 databases using the default authentication value, which is now caching_sha2_password. v1.4.0 of this library added support, and while v1.6.0 is also released, I stuck with v1.5.0 because that is the version that https://github.com/netlify/gotrue uses currently.

- Test plan

All tests succeed, db calls run fine.

- Description for the changelog

Update MySQL driver to 1.5.0 to support MySQL 8 default authentication.

- A picture of a cute animal (not mandatory but encouraged)
🐱

… order to support MySQL 8 default auth settings
@KatamariJr KatamariJr requested a review from a team as a code owner June 24, 2021 04:44
@mraerino mraerino added the type: chore work needed to keep the product and development running smoothly label Jun 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: chore work needed to keep the product and development running smoothly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants