Skip to content

Releases: hsynlms/sequelize-fastify

v2.0.0

10 Jun 16:41
Compare
Choose a tag to compare

Fastify v4 support shipped with this version.

Breaking changes:

  • Node.js v12 support dropped.

v1.1.0

10 Jun 16:12
Compare
Choose a tag to compare

This release is backward compatible and has only some tweaks. No need to worry about Sequelize updates (to v6.20.1) except for the below security patch case. It may have a breaking change for some users.

sequelize/sequelize#14519

v1.0.9

29 Jul 17:00
Compare
Choose a tag to compare

fix: async fastify onClose hook

v1.0.8

29 Jul 16:51
Compare
Choose a tag to compare

chore: test case and GitHub workflow database setup
chore: dependencies are updated
chore: connection example in readme updated
chore: package-lock.json is removed due to preventing unexpected dependency errors

and some minor tweaks.

v1.0.7

16 May 20:16
Compare
Choose a tag to compare

Deps: dev packages updated
Fix: audit issues

v1.0.6

01 May 02:16
Compare
Choose a tag to compare

Chore: packages are updated
Fix: Audit issues

v1.0.5

07 Nov 19:06
Compare
Choose a tag to compare

chore: packages are updated

v1.0.4

13 Oct 17:26
Compare
Choose a tag to compare

Packages are updated.

v1.0.3

14 Jul 21:29
Compare
Choose a tag to compare
  • Fastify v3 and Sequelize v6 compatibility has been shipped