Skip to content

Releases: fastify/fastify-mysql

v4.3.0

29 Apr 00:13
c98803a
Compare
Choose a tag to compare

Security Release

This version updates mysql2 to version 3.9.7 which prevent code injection through timezone parameter.
More details sidorares/node-mysql2#2608

What's Changed

  • build(deps-dev): bump tsd from 0.29.0 to 0.30.0 by @dependabot in #132
  • chore(.gitignore): add .tap/ dir by @Fdawgs in #134
  • build(deps-dev): bump tsd from 0.30.7 to 0.31.0 by @dependabot in #136
  • docs: Add important disclaimer about using connectionString by @melroy89 in #137
  • feat: export RowDataPacket, ResultSetHeader, ProcedureCallPacket from MySQL2 by @dancastillo in #133
  • Updated mysql2 to version 3.9.7 for security updates by @jebarpg in #139

New Contributors

Full Changelog: v4.2.0...v4.3.0

v4.2.0

01 Nov 08:46
f373f46
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.0...v4.2.0

v4.1.0

05 Dec 10:13
794aade
Compare
Choose a tag to compare

What's Changed

  • ci: migrate to fastify reusable workflow by @Fdawgs in #93
  • chore(.gitignore): use updated skeleton template by @Fdawgs in #94
  • build(deps-dev): bump tsd from 0.20.0 to 0.21.0 by @dependabot in #95
  • docs: fix a port setting for a deprecation warning by @phasetr in #97
  • build(deps-dev): bump @types/node from 17.0.45 to 18.0.0 by @dependabot in #98
  • build(deps-dev): bump tsd from 0.21.0 to 0.22.0 by @dependabot in #99
  • build(deps): bump fastify-plugin from 3.0.1 to 4.0.0 by @dependabot in #101
  • ci: enable license checking by @Fdawgs in #102
  • docs(readme): replace use of deprecated variadic listen() by @Fdawgs in #103
  • build(deps-dev): bump tsd from 0.22.0 to 0.23.0 by @dependabot in #104
  • build(deps-dev): bump tsd from 0.23.0 to 0.24.1 by @dependabot in #105
  • improve .taprc by @Uzlopak in #107
  • disable package-lock generation by @Uzlopak in #106
  • nodenext compatibility by @Uzlopak in #108

New Contributors

Full Changelog: v4.0.0...v4.1.0

v4.0.0

16 May 11:29
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v4.0.0

v3.0.0

27 Apr 14:01
55e36ce
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v3.0.0

v2.1.0

25 Jan 07:47
Compare
Choose a tag to compare

πŸ“š PR:

  • Bump fastify-plugin from 2.3.4 to 3.0.0
  • Bump standard from 14.3.4 to 15.0.0
  • Bump standard from 15.0.1 to 16.0.0
  • Update README.md (#36)
  • feat: add stale (#38)
  • chore: add dependabot automerge (#41)
  • feat: typings (#42)

v2.0.1

07 Jul 16:46
Compare
Choose a tag to compare

πŸ“š PR:

  • Test passing
  • bumped fastify@3.0.0-rc.4
  • bumped fastify@3.0.0

v2.0.0

03 May 08:33
Compare
Choose a tag to compare

πŸ“š PR:

  • Update fastify to v3 (#32)
  • Bump tap from 12.7.0 to 14.10.7 (#35)

v1.0.1

02 May 13:32
Compare
Choose a tag to compare

πŸ“š PR:

  • resolve fastify-mysql promise causing tap timeouts #33 (#34)

v1.0.0

30 Oct 11:16
Compare
Choose a tag to compare
  • update mysql2 to 2.0.0
  • dropped Node v6