Skip to content

Releases: sequelize/sequelize

v7.0.0-alpha.35

22 Jan 21:03
Compare
Choose a tag to compare
v7.0.0-alpha.35 Pre-release
Pre-release

7.0.0-alpha.35 (2024-01-22)

Bug Fixes

v7.0.0-alpha.34

12 Dec 12:31
Compare
Choose a tag to compare
v7.0.0-alpha.34 Pre-release
Pre-release

7.0.0-alpha.34 (2023-12-12)

Bug Fixes

  • correct link to data types docs (#16674) (48dbd6f)
  • mssql: error when calling describeTable a table with a dot in its name (#16771) (579338e)
  • sort keys by depth in groupJoinData (#16788) (4959e0d)

Features

  • add an option to control the behavior of null in JSON attributes (#16861) (aff8f64)
  • add support for sql tag & functions in sequelize.query (#16863) (7129200)

v6.35.2

11 Dec 18:31
cb8ea88
Compare
Choose a tag to compare

6.35.2 (2023-12-11)

Bug Fixes

v6.35.1

19 Nov 21:30
47cba67
Compare
Choose a tag to compare

6.35.1 (2023-11-19)

Bug Fixes

  • mssql: allow calling describeTable a table with a dot in its name (#16769) (47cba67)

v6.35.0

12 Nov 15:29
5bfbb99
Compare
Choose a tag to compare

6.35.0 (2023-11-12)

Features

v6.34.0

03 Nov 11:53
6c03176
Compare
Choose a tag to compare

6.34.0 (2023-11-03)

Bug Fixes

Features

v7.0.0-alpha.33

11 Oct 06:44
Compare
Choose a tag to compare
v7.0.0-alpha.33 Pre-release
Pre-release

7.0.0-alpha.33 (2023-10-11)

Bug Fixes

  • db2: change SSL related keyword and value in connection-manager.ts (#16588) (0c4482b)
  • ibmi: reconnect when connection drops because of 08S01 error (#16259) (3e993f3)
  • mssql: add ability to specify schema in comments (#15729) (6398334)
  • updated constraint column order (#16614) (dd2aa18)

Features

v7.0.0-alpha.32

22 Sep 07:22
Compare
Choose a tag to compare
v7.0.0-alpha.32 Pre-release
Pre-release

7.0.0-alpha.32 (2023-09-22)

Features

  • rename and deprecate showAllSchemas and showAllTables (#16500) (db8fde7)

Bug Fixes

v7.0.0-alpha.31

15 Sep 13:51
Compare
Choose a tag to compare
v7.0.0-alpha.31 Pre-release
Pre-release

7.0.0-alpha.31 (2023-09-15)

Features

v7.0.0-alpha.30

13 Sep 12:33
Compare
Choose a tag to compare
v7.0.0-alpha.30 Pre-release
Pre-release

7.0.0-alpha.30 (2023-09-13)

Bug Fixes

  • fix crash when defining index on child model with decorators (#16495) (848d933)

Features

BREAKING CHANGES

  • Sequelize now requires Node >=16.0.0