Release of Sequelize v7.0.0-alpha.46
Published on March 22, 2025 by Sascha Depold
7.0.0-alpha.46 (2025-03-22)
Bug Fixes
- cli: remove redundant types export in package.json (#17781) (2391263)
- core: fix issues with composite PK in
findByPk
(#17747) (dd587cb) - core: fix msg of error thrown when decorating a non-model (#17745) (c43c270)
- core: proper check upsert support in query-interface (#17358) (68d7d75)
- postgres: correct existing enum type matching (#17576) (425d217)
- postgres: update to postgres 17 (#17740) (b5c2b26)
- update typescript to v5.8.2 (#17728) (6c5a82d)