Skip to content

Releases: sequelize/sequelize

v6.37.7

28 Mar 11:35
5b7c801
Compare
Choose a tag to compare

6.37.7 (2025-03-28)

Bug Fixes

  • oracle: fix changeColumn SQL for BLOB to avoid implicit conversion (#17719) (5b7c801)

v7.0.0-alpha.46

22 Mar 20:59
Compare
Choose a tag to compare
v7.0.0-alpha.46 Pre-release
Pre-release

7.0.0-alpha.46 (2025-03-22)

Bug Fixes

Features

v6.37.6

04 Mar 10:38
5623e2d
Compare
Choose a tag to compare

6.37.6 (2025-03-04)

Meta

v7.0.0-alpha.45

17 Feb 13:59
Compare
Choose a tag to compare
v7.0.0-alpha.45 Pre-release
Pre-release

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

27 Jan 07:32
Compare
Choose a tag to compare
v7.0.0-alpha.44 Pre-release
Pre-release

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

25 Oct 12:30
fce5ad3
Compare
Choose a tag to compare

6.37.5 (2024-10-25)

Bug Fixes

v7.0.0-alpha.43

04 Oct 14:13
Compare
Choose a tag to compare
v7.0.0-alpha.43 Pre-release
Pre-release

7.0.0-alpha.43 (2024-10-04)

Bug Fixes

Features

v6.37.4

04 Oct 14:21
78a9733
Compare
Choose a tag to compare

6.37.4 (2024-10-04)

Bug Fixes

  • oracle: add support for Oracle Database 23ai (#17345) (b9e71a7)
  • oracle: validate input with TO_TIMESTAMP_TZ and TO_DATE (#17516) (5deadd2)

v7.0.0-alpha.42

13 Sep 13:40
Compare
Choose a tag to compare
v7.0.0-alpha.42 Pre-release
Pre-release

7.0.0-alpha.42 (2024-09-13)

Bug Fixes

  • mssql: add ability to use instanceName in connection-manager config (#17432) (b2e0d69)

v7.0.0-alpha.41

17 May 14:56
Compare
Choose a tag to compare
v7.0.0-alpha.41 Pre-release
Pre-release

7.0.0-alpha.41 (2024-05-17)

Bug Fixes

  • make BaseSqlExpression a unique class (#17158) (6a5ea6c)
  • set sequelize dialect type in query generator and interface (#17285) (0227288)
  • snowflake: add proxy connection options (#17309) (51b781e)