* feat: add mysql8 support, update to mysql2 client and drop nodejs v14 and mysql5.7 support (Samarpan Bhattacharya)
 * fix: parse some options to boolean (Muhammad Aaqil)
 * ci: update ci runner (Samarpan Bhattacharya)
This commit is contained in:
dhmlau 2023-07-11 12:28:58 -04:00
parent 07173b6bde
commit a622b4fd78
3 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,13 @@
2023-07-11, Version 7.0.0
=========================
* feat: add mysql8 support, update to mysql2 client and drop nodejs v14 and mysql5.7 support (Samarpan Bhattacharya)
* fix: parse some options to boolean (Muhammad Aaqil)
* ci: update ci runner (Samarpan Bhattacharya)
2023-01-09, Version 6.2.0
=========================

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "loopback-connector-mysql",
"version": "6.2.0",
"version": "7.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {

View File

@ -1,6 +1,6 @@
{
"name": "loopback-connector-mysql",
"version": "6.2.0",
"version": "7.0.0",
"description": "MySQL connector for loopback-datasource-juggler",
"engines": {
"node": ">=16"