Ghost/ghost/core
Daniel Lockyer 9b38bd9509
🐛 Fixed ECONNRESET error when connecting to Azure MySQL DB
fixes https://github.com/TryGhost/Ghost/issues/14990

- there was a bug in `mysql2` [1] when connecting to Azure DBs, but this was
  subsequently fixed, so this commit bumps the package in Ghost and
  `knex-migrator`, where this was also bumped
- of note, this release includes https://github.com/sidorares/node-mysql2/pull/1666 and
  https://github.com/sidorares/node-mysql2/pull/1751, which are very interesting

[1]: https://github.com/sidorares/node-mysql2/pull/1438
2023-01-12 10:46:09 +01:00
..
content
core Added redeemed offers filtering for members (#16071) 2023-01-11 20:13:09 +08:00
test Added playwright tests for portal links 2023-01-12 13:02:41 +05:30
.c8rc.e2e.json
.c8rc.json
.eslintignore
.eslintrc.js
.gitignore Added CI for running Playwright tests 2022-12-02 17:04:04 +00:00
.npmignore
config.development.json
ghost.js
index.js
jsconfig.json
loggingrc.js
MigratorConfig.js
package.json 🐛 Fixed ECONNRESET error when connecting to Azure MySQL DB 2023-01-12 10:46:09 +01:00
playwright.config.js Added data attributes to admin/tiers (#16095) 2023-01-11 11:35:55 +04:00