Releases: hsynlms/sequelize-fastify
Releases · hsynlms/sequelize-fastify
v2.0.0
Fastify v4 support shipped with this version.
Breaking changes:
- Node.js v12 support dropped.
v1.1.0
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
fix: async fastify onClose hook
v1.0.8
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
Deps: dev packages updated
Fix: audit issues
v1.0.6
Chore: packages are updated
Fix: Audit issues
v1.0.5
chore: packages are updated
v1.0.3
- Fastify v3 and Sequelize v6 compatibility has been shipped