All Versions
71
Latest Version
Avg Release Cycle
17 days
Latest Release
1332 days ago

Changelog History
Page 6

  • v5.17.0 Changes

    August 28, 2019

    5.17.0 (2019-08-28)

    ๐Ÿ”‹ Features

    • sqlite: support updateOnDuplicate option with bulkCreate (#11360) (5860ef5)
  • v5.16.0 Changes

    August 22, 2019

    5.16.0 (2019-08-22)

    ๐Ÿ”‹ Features

  • v5.15.2 Changes

    August 21, 2019

    5.15.2 (2019-08-21)

    ๐Ÿ› Bug Fixes

    • query-generator: handle virtual column on associations with scopes (#11327) (b72e3bb)
  • v5.15.1 Changes

    August 18, 2019

    5.15.1 (2019-08-18)

    ๐Ÿ”’ Security

    • sequelize.json.fn: use common path extraction for mysql/mariadb/sqlite (#11329) (9bd0bc1)

    ๐Ÿ”’ This fixes a security issue with sequelize.json() for MySQL. Old code was still used for formatting sub paths for json queries when used with sequelize.json() helper function

    Example of attack vector

    return User.findAll({ where: this.sequelize.json("data.id')) AS DECIMAL) = 1 DELETE YOLO INJECTIONS; -- ", 1) });
    

    ๐Ÿ”’ Thanks to @Kirill89 from Snyk Security Research Team for reporting this issue.

  • v5.15.0 Changes

    August 14, 2019

    5.15.0 (2019-08-14)

    ๐Ÿ”‹ Features

    • associations: source and target key support for belongs-to-many (#11311) (83e263b)
  • v5.14.0 Changes

    August 13, 2019

    5.14.0 (2019-08-13)

    ๐Ÿ”‹ Features

    • ๐Ÿ‘Œ support include option in bulkInsert (#11307) (4f09899)
  • v5.13.1 Changes

    August 11, 2019

    5.13.1 (2019-08-11)

    ๐Ÿ› Bug Fixes

  • v5.13.0 Changes

    August 09, 2019

    5.13.0 (2019-08-09)

    ๐Ÿ› Bug Fixes

    • types: return a usable type when using the sequelize.models lookup (#11293) (a39c63a)
    • types: use correct this value in getterMethods and setterMethods (#11292) (98a4089)

    ๐Ÿ”‹ Features

    • postgres: add function variables for postgres (#11277) (ff97d93)

    ๐ŸŽ Performance Improvements

  • v5.12.3 Changes

    August 04, 2019

    5.12.3 (2019-08-04)

    ๐Ÿ› Bug Fixes

    • postgres: improve ensureEnums to support out of order enum values (#11249) (bc8c7b9)
  • v5.12.2 Changes

    July 31, 2019

    5.12.2 (2019-07-31)

    ๐Ÿ› Bug Fixes

    • model: destroying paranoid models with custom deletedAt (#11255) (d041e77)