Skip to content

Releases: sequelize/sequelize

v7.0.0-alpha.17

18 Sep 10:16
0318857
Compare
Choose a tag to compare
v7.0.0-alpha.17 Pre-release
Pre-release

7.0.0-alpha.17 (2022-09-18)

Bug Fixes

Features

  • snowflake: Add support for QueryGenerator#tableExistsQuery (eedba90)

v6.23.0

17 Sep 12:00
3468378
Compare
Choose a tag to compare

6.23.0 (2022-09-17)

Features

v6.22.1

16 Sep 16:47
1da6657
Compare
Choose a tag to compare

6.22.1 (2022-09-16)

Bug Fixes

v6.22.0

15 Sep 18:45
c230d80
Compare
Choose a tag to compare

6.22.0 (2022-09-15)

Features

v6.21.6

09 Sep 01:47
33d94b2
Compare
Choose a tag to compare

6.21.6 (2022-09-09)

Bug Fixes

v6.21.5

08 Sep 17:22
e3a5279
Compare
Choose a tag to compare

6.21.5 (2022-09-08)

Bug Fixes

  • mariadb: do not automatically parse JSON fields (#14800) (d047f32)

v7.0.0-alpha.16

23 Aug 14:35
Compare
Choose a tag to compare
v7.0.0-alpha.16 Pre-release
Pre-release

7.0.0-alpha.16 (2022-08-23)

Bug Fixes

v6.21.4

18 Aug 11:43
5a257bc
Compare
Choose a tag to compare

6.21.4 (2022-08-18)

Bug Fixes

  • minified aliases are now properly referenced in subqueries (v6) (#14852) (5a257bc), closes #14804

v7.0.0-alpha.15

07 Aug 20:09
Compare
Choose a tag to compare
v7.0.0-alpha.15 Pre-release
Pre-release

7.0.0-alpha.15 (2022-08-07)

Bug Fixes

  • deps: update dependency retry-as-promised to v6 (#14676) (6a29e6e)
  • don't treat \ as escape in standard strings, support E-strings, support vars after ->> operator (#14700) (1c85d01)
  • fix sync duplicating existing foreign keys when a schema is used (#14570) (ab9a21d)
  • kill connection on commit/rollback error (v7) (#14574) (0610358)
  • minified aliases are now properly referenced in subqueries (#14804) (4abe16c)
  • mysql,mariadb: remove extra FROM from showIndexes (#14657) (0016739)
  • postgres: attach postgres error-handler earlier in lifecycle (#14742) (b74b130)
  • postgres: minifyAliases with through tables (#14629) (7a5f210)
  • postgres: treat lowercase e as valid e-string prefix (#14733) (7a15a4d)
  • postgres: use schema set in sequelize config by default (#14634) (751826a)
  • sequelize should take transaction from CLS everywhere (#13927) (be98856)
  • sqlite: Fix removeColumn and changeColumn foreign key issues for the sqlite dialect (#14070) (ee1d07b)
  • take scope into account when setting associated models with belongsToMany's .setX (#14738) (d7a501a)
  • types: add keepDefaultTimezone to Options interface (#14825) (5bccbbb)
  • types: align the return value of increment and decrement with actual behavior (#14704) (89dd2ec)
  • types: fix findAll() being treated as raw (#14668) (06f4429)
  • typings: make findX model methods return custom attributes if raw is true (#12921) (3cf2207)

Features

BREAKING CHANGES

  • The signature of connectionManager.pool when read replication is disabled is now the same as when read replication is enabled. If read replication is disabled, you can access the actual pool through connectionManager.pool.write. If read replication is enabled, you can use both connectionManager.pool.read and connectionManager.pool.write.
  • When instantiating Sequelize by providing the same options through both the URI and an option bag to the sequelize constructor, the option bag always takes priority over the URI

v6.21.3

11 Jul 14:54
90bb694
Compare
Choose a tag to compare

6.21.3 (2022-07-11)

Bug Fixes

  • postgres: attach postgres error-handler earlier in lifecycle (v6) (#14731) (90bb694)