You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think this is a semver major. We don't state we support version x of the database server. we just support versions 2.2.0+ of the npm library. This is probably a case of that was the version of mysql when the container was added and we've never updated
Our current versioned tests for the
mysql
library only work on MySQL 5.7 (see https://github.com/newrelic/node-newrelic/actions/runs/9483195320). We should update our minimum supported version of the database to 8.0 and update our versioned tests accordingly.It does not make sense to continue supporting 5.7.
The text was updated successfully, but these errors were encountered: