Sequelize Versions Save

Feature-rich ORM for modern Node.js and TypeScript, it supports PostgreSQL (with JSON and JSONB support), MySQL, MariaDB, SQLite, MS SQL Server, Snowflake, Oracle DB (v6), DB2 and DB2 for IBM i.

v7.0.0-alpha.35

3 months ago

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

Bug Fixes

v7.0.0-alpha.34

4 months ago

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

4 months ago

6.35.2 (2023-12-11)

Bug Fixes

v6.35.1

5 months ago

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

5 months ago

6.35.0 (2023-11-12)

Features

v6.34.0

6 months ago

6.34.0 (2023-11-03)

Bug Fixes

Features

v7.0.0-alpha.33

6 months ago

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

7 months ago

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

Features

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

Bug Fixes

v7.0.0-alpha.31

7 months ago

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

Features

v7.0.0-alpha.30

7 months ago

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