Skip to content

Releases: sequelize/sequelize

v7.0.0-alpha.25

15 Mar 21:38
Compare
Choose a tag to compare
v7.0.0-alpha.25 Pre-release
Pre-release

7.0.0-alpha.25 (2023-03-15)

Bug Fixes

Features

  • add timestamp & version attributes decorators (#15767) (9795fcf)

v7.0.0-alpha.24

12 Mar 10:29
Compare
Choose a tag to compare
v7.0.0-alpha.24 Pre-release
Pre-release

7.0.0-alpha.24 (2023-03-12)

Bug Fixes

  • fix unnamed dollar string detection (v7) (#15758) (b2fe30f)
  • fix various type issues (#15765) (26beda5)
  • postgres: fix sync with alter option fails with existing enums (#15738) (6d9a58e)
  • prevent BelongsTo's inverse association from itself creating a BelongsTo (#15756) (27312bd)

Features

  • remove escape options from data types (#15766) (5c42821)
  • rewrite the part of QueryGenerator responsible for WHERE (#15598) (50898ca)

v7.0.0-alpha.23

10 Mar 09:27
Compare
Choose a tag to compare
v7.0.0-alpha.23 Pre-release
Pre-release

7.0.0-alpha.23 (2023-03-10)

Our automated release changelog was broken, this release was pushed to test that it works properly again. No meaningful changes in this release.

Features

  • test change for test release, please ignore (2d191c1)

v6.29.3

10 Mar 12:10
5bda2ce
Compare
Choose a tag to compare

6.29.3 (2023-03-10)

Bug Fixes

v6.29.2

09 Mar 14:51
1ad9a64
Compare
Choose a tag to compare

6.29.2 (2023-03-09)

Bug Fixes

v6.29.1

07 Mar 08:31
1b94462
Compare
Choose a tag to compare

6.29.1 (2023-03-07)

Bug Fixes

  • postgres: make sync not fail when trying to create existing enum (#15718) (1b94462)

v7.0.0-alpha.22

04 Mar 11:53
Compare
Choose a tag to compare
v7.0.0-alpha.22 Pre-release
Pre-release

7.0.0-alpha.22 (2023-03-04)

Features

  • feat(postgres, sqlite): add conflictWhere option to bulkCreate (#13420)
  • feat(postgres): add minifyAlias option in findOne, findAll, and findAndCountAll (#15394)
  • feat(postgres, sqlite): allow override of conflict keys in bulkCreate (#13419)
  • feat: Migrate the rest of QI schema methods to TS (#15498)
  • feat(postgres, sqlite): add conflictWhere option to upsert (#13411)

Fixes

  • fix: throw an error if the user tries to register the same model twice (#15599)
  • fix: update type definition for createTable attributes (#15534)

v6.29.0

23 Feb 23:54
d3f5b5a
Compare
Choose a tag to compare

6.29.0 (2023-02-23)

Features

v6.28.2

22 Feb 21:53
13f2e89
Compare
Choose a tag to compare

6.28.2 (2023-02-22)

Bug Fixes

v6.28.1

21 Feb 21:47
d9e0728
Compare
Choose a tag to compare

6.28.1 (2023-02-21)

Bug Fixes