what stackpulse tracks
Sequelize releases from GitHub
StackPulse watches Sequelize release notes and keeps the original source link close to every summary.
Feature-rich ORM for modern Node.js and TypeScript StackPulse turns upstream changelogs into scannable summaries with risky changes, deprecations, migration notes, and source links.
what stackpulse tracks
StackPulse watches Sequelize release notes and keeps the original source link close to every summary.
upgrade risk
Risky changes are separated from normal feature notes so you can scan upgrade impact before changing production dependencies.
migration notes
Migration steps and recommended actions are only shown when the upstream release notes support them.
This release introduces a new `parameterStyle` feature replacing `bindParam`, along with several bug fixes for subquery join resolution, DB2 module updates, and PostgreSQL/SQLite3 improvements.
Users relying on the `bindParam` option will need to migrate to `parameterStyle`.
Update code to use `parameterStyle` instead of `bindParam`.