Skip to content

Releases: sequelize/sequelize

v6.25.4

05 Nov 23:19
00c6da3
Compare
Choose a tag to compare

6.25.4 (2022-11-05)

Bug Fixes

  • types: add instance.dataValues property to model.d.ts (#15240) (00c6da3)

v6.25.3

19 Oct 09:37
7990095
Compare
Choose a tag to compare

6.25.3 (2022-10-19)

Bug Fixes

  • don't treat \ as escape in standard strings, support E-strings, support vars after ->> operator, treat lowercase e as valid e-string prefix (#15139) (7990095), closes #14700

v7.0.0-alpha.19

15 Oct 19:56
1ce257f
Compare
Choose a tag to compare
v7.0.0-alpha.19 Pre-release
Pre-release

7.0.0-alpha.19 (2022-10-15)

Bug Fixes

  • mariadb: do not automatically parse JSON fields (#15070) (b4ebf2c)
  • mysql: fix Out of Memory error in bulkCreate with bigint value (#15054) (6c80eac)
  • types: fix TS 4.9 excessive depth error on InferAttributes (#15134) (5ac3c48)

Features

  • sqlite: enable RIGHT JOIN capability for sqlite (#15096) (a26ad37)

v6.25.2

15 Oct 20:12
851daaf
Compare
Choose a tag to compare

6.25.2 (2022-10-15)

Bug Fixes

  • types: fix TS 4.9 excessive depth error on InferAttributes (v6) (#15135) (851daaf)

v6.25.1

13 Oct 17:36
9dd93b8
Compare
Choose a tag to compare

6.25.1 (2022-10-13)

Bug Fixes

  • types: expose legacy "types" folder in export alias ( #15123) (9dd93b8)

v6.25.0

11 Oct 07:03
06ad05d
Compare
Choose a tag to compare

6.25.0 (2022-10-11)

Features

  • oracle: add support for dialectOptions.connectString (#15042) (06ad05d)

v6.24.0

04 Oct 15:37
a44772e
Compare
Choose a tag to compare

6.24.0 (2022-10-04)

Features

  • snowflake: Add support for QueryGenerator#tableExistsQuery (#15087) (a44772e)

v6.23.2

27 Sep 13:43
7203b66
Compare
Choose a tag to compare

6.23.2 (2022-09-27)

Bug Fixes

  • postgres: add custom order direction to subQuery ordering with minified alias (#15056) (7203b66)

v7.0.0-alpha.18

26 Sep 17:08
a1b20c3
Compare
Choose a tag to compare
v7.0.0-alpha.18 Pre-release
Pre-release

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

Bug Fixes

  • postgres: add custom order direction to subQuery ordering with minified alias (#15046) (acffe83)
  • renovate typo on ignorePaths (#15026) (d542666)

Features

  • implement proper schema support in mysql, snowflake, add queryInterface.listDatabases (#14999) (2ea7a6e)

v6.23.1

22 Sep 22:24
5f621d7
Compare
Choose a tag to compare

6.23.1 (2022-09-22)

Bug Fixes