Releases: sequelize/sequelize
Releases · sequelize/sequelize
v6.37.7
v7.0.0-alpha.46
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)
Features
v6.37.6
v7.0.0-alpha.45
7.0.0-alpha.45 (2025-02-17)
Bug Fixes
- core: Adjust model validator types yet again (#17689) (942b086)
- core: Further improve type declaration for model validation functions (#17686) (351b809)
- core: stop index hints from incorrectly being passed down to associations (#17559) (38162da)
- update type definition for orderItem to use variadic type (#17714) (1b61756)
Features
v7.0.0-alpha.44
7.0.0-alpha.44 (2025-01-27)
Bug Fixes
- core: adjust Model.sum|min|max return type to include null (#17527) (5135e83)
- core: Improve type declaration for model validation functions (#17586) (78fd0ea)
- remove deprecated tasksRunnerOptions (#17652) (b0c7778)
- snowflake: automatically fetch last inserted row ID when using AUTOINCREMENT pk (#17626) (d2e3b6e)
- update broken link to lock docs (#17563) (3754bda)
Features
v6.37.5
v7.0.0-alpha.43
7.0.0-alpha.43 (2024-10-04)
Bug Fixes
- db2: remove unnecessary override (#17525) (9a51a05)
- mariadb: fix inefficient regular expression in error message (#17508) (3f5250b)
- mariadb: update mariadb to v3.3.2 (#17518) (3819cf5)
- mssql: update mssql to v18.6.1 (#17521) (b0ed3eb)
- mysql: update mysql2 to ^3.11.2 (#17498) (18ce1b0)
- snowflake: update snowflake to v1.14.0 (#17526) (41ae5c3)
- unify returning queries (#17157) (0a350c0)