betamore / fswd-lab-8

Full Stack Web Development - Lab 8: Who watches the watchers?
1 stars 6 forks source link

An in-range update of sequelize is breaking the build 🚨 #7

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 4.4.4 of sequelize just got published.

Branch Build failing 🚨
Dependency sequelize
Current Version 4.4.3
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

sequelize is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them. I recommend you give this issue a very high priority. I’m sure you can resolve this :muscle:

Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/betamore/fswd-lab-8/builds/264059507?utm_source=github_status&utm_medium=notification)

Release Notes v4.4.4

<a name"4.4.4">

4.4.4 (2017-08-13)

Bug Fixes

  • using deploy script with travis (2eeaa5e0)
  • connection: evict stale connections (afb396e7)
  • subquery: check required association exists (#7905) (2f5b4e03)
Commits

The new version differs by 6 commits.

  • 44fed49 build: use plain deploy
  • 2eeaa5e fix: using deploy script with travis
  • 1d4997e build: travis build deploy
  • a9ada2c build: semantic-release script
  • 449a0d5 build: add stages docs/release stages (#8103)
  • af8b305 fix(abstract/querygenerator): Use includeAs as the key for subQueryWhere. (#7918)

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 4.13.17 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v4.13.17

4.13.17 (2017-10-15)

Bug Fixes

  • paranoid: use Utils.now to query for paranoid records (#8485) (9558242)
Commits

The new version differs by 106 commits.

  • 9558242 fix(paranoid): use Utils.now to query for paranoid records (#8485)
  • bf5fa6d fix(getForeignKeysForTables): properly parse multiple fk
  • 361fe59 fix(query): properly return for FOREIGNKEYS type
  • a6c1f8f fix(queryInterface/getForeignKeysForTables): use FOREIGNKEYS query type
  • c933bed fix(postgres/createSchema): support for create schema if not exists w… (#8484)
  • 8862212 fix(datatypes): DATE/DATEONLY marked as changed when changed from null to null (#8483)
  • 669f09f fix(sequelize/sync): show database name and match condition when sync is rejected (#8482)
  • 44ad6ba fix(where): show inspected value for incorrect where conditions (#8481)
  • 4ff6408 fix(abstract/query-generator): properly escape/stringify IN values as per field definition (#8480)
  • 321394b fix(abstract/querygenerator): correctly name indexes that live in custom schemas (#8151)
  • f25a59d docs(hooks): fix typo in bulk update example. (#8470)
  • 0a79ef8 docs: multiple grammar fixes (#8461)
  • e2dad2f fix(transactions): don't use CLS on manually manged transactions (#8430)
  • e695b92 fix(model): handle Symbol-only where clauses (#8435)
  • 2a3b3db docs(findAndCountAll): code formatting (#8439)

There are 106 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.14.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v4.14.0

4.14.0 (2017-10-16)

Features

  • sqlite/query-generator: sqlite update supporting limit via rowid (#8450) (1686469)
Commits

The new version differs by 107 commits.

  • 1686469 feat(sqlite/query-generator): sqlite update supporting limit via rowid (#8450)
  • 9558242 fix(paranoid): use Utils.now to query for paranoid records (#8485)
  • bf5fa6d fix(getForeignKeysForTables): properly parse multiple fk
  • 361fe59 fix(query): properly return for FOREIGNKEYS type
  • a6c1f8f fix(queryInterface/getForeignKeysForTables): use FOREIGNKEYS query type
  • c933bed fix(postgres/createSchema): support for create schema if not exists w… (#8484)
  • 8862212 fix(datatypes): DATE/DATEONLY marked as changed when changed from null to null (#8483)
  • 669f09f fix(sequelize/sync): show database name and match condition when sync is rejected (#8482)
  • 44ad6ba fix(where): show inspected value for incorrect where conditions (#8481)
  • 4ff6408 fix(abstract/query-generator): properly escape/stringify IN values as per field definition (#8480)
  • 321394b fix(abstract/querygenerator): correctly name indexes that live in custom schemas (#8151)
  • f25a59d docs(hooks): fix typo in bulk update example. (#8470)
  • 0a79ef8 docs: multiple grammar fixes (#8461)
  • e2dad2f fix(transactions): don't use CLS on manually manged transactions (#8430)
  • e695b92 fix(model): handle Symbol-only where clauses (#8435)

There are 107 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.15.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v4.15.0

4.15.0 (2017-10-17)

Features

Commits

The new version differs by 109 commits.

  • 4a920e9 feat(sqlite): partial indexes (#8495)
  • 1cb6117 test(unit): do not use sinon syntactic sugar returns (#8491)
  • 1686469 feat(sqlite/query-generator): sqlite update supporting limit via rowid (#8450)
  • 9558242 fix(paranoid): use Utils.now to query for paranoid records (#8485)
  • bf5fa6d fix(getForeignKeysForTables): properly parse multiple fk
  • 361fe59 fix(query): properly return for FOREIGNKEYS type
  • a6c1f8f fix(queryInterface/getForeignKeysForTables): use FOREIGNKEYS query type
  • c933bed fix(postgres/createSchema): support for create schema if not exists w… (#8484)
  • 8862212 fix(datatypes): DATE/DATEONLY marked as changed when changed from null to null (#8483)
  • 669f09f fix(sequelize/sync): show database name and match condition when sync is rejected (#8482)
  • 44ad6ba fix(where): show inspected value for incorrect where conditions (#8481)
  • 4ff6408 fix(abstract/query-generator): properly escape/stringify IN values as per field definition (#8480)
  • 321394b fix(abstract/querygenerator): correctly name indexes that live in custom schemas (#8151)
  • f25a59d docs(hooks): fix typo in bulk update example. (#8470)
  • 0a79ef8 docs: multiple grammar fixes (#8461)

There are 109 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.15.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v4.15.1

4.15.1 (2017-10-21)

Commits

The new version differs by 110 commits.

  • 06779e5 docs: add import to getting started example (#8501)
  • 4a920e9 feat(sqlite): partial indexes (#8495)
  • 1cb6117 test(unit): do not use sinon syntactic sugar returns (#8491)
  • 1686469 feat(sqlite/query-generator): sqlite update supporting limit via rowid (#8450)
  • 9558242 fix(paranoid): use Utils.now to query for paranoid records (#8485)
  • bf5fa6d fix(getForeignKeysForTables): properly parse multiple fk
  • 361fe59 fix(query): properly return for FOREIGNKEYS type
  • a6c1f8f fix(queryInterface/getForeignKeysForTables): use FOREIGNKEYS query type
  • c933bed fix(postgres/createSchema): support for create schema if not exists w… (#8484)
  • 8862212 fix(datatypes): DATE/DATEONLY marked as changed when changed from null to null (#8483)
  • 669f09f fix(sequelize/sync): show database name and match condition when sync is rejected (#8482)
  • 44ad6ba fix(where): show inspected value for incorrect where conditions (#8481)
  • 4ff6408 fix(abstract/query-generator): properly escape/stringify IN values as per field definition (#8480)
  • 321394b fix(abstract/querygenerator): correctly name indexes that live in custom schemas (#8151)
  • f25a59d docs(hooks): fix typo in bulk update example. (#8470)

There are 110 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.15.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v4.15.2

4.15.2 (2017-10-22)

Bug Fixes

  • abstract-query: properly hash primaryKey for buffers (#8174) (17b19d9)
Commits

The new version differs by 111 commits.

  • 17b19d9 fix(abstract-query): properly hash primaryKey for buffers (#8174)
  • 06779e5 docs: add import to getting started example (#8501)
  • 4a920e9 feat(sqlite): partial indexes (#8495)
  • 1cb6117 test(unit): do not use sinon syntactic sugar returns (#8491)
  • 1686469 feat(sqlite/query-generator): sqlite update supporting limit via rowid (#8450)
  • 9558242 fix(paranoid): use Utils.now to query for paranoid records (#8485)
  • bf5fa6d fix(getForeignKeysForTables): properly parse multiple fk
  • 361fe59 fix(query): properly return for FOREIGNKEYS type
  • a6c1f8f fix(queryInterface/getForeignKeysForTables): use FOREIGNKEYS query type
  • c933bed fix(postgres/createSchema): support for create schema if not exists w… (#8484)
  • 8862212 fix(datatypes): DATE/DATEONLY marked as changed when changed from null to null (#8483)
  • 669f09f fix(sequelize/sync): show database name and match condition when sync is rejected (#8482)
  • 44ad6ba fix(where): show inspected value for incorrect where conditions (#8481)
  • 4ff6408 fix(abstract/query-generator): properly escape/stringify IN values as per field definition (#8480)
  • 321394b fix(abstract/querygenerator): correctly name indexes that live in custom schemas (#8151)

There are 111 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.16.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v4.16.0

4.16.0 (2017-10-23)

Features

  • data-types: add TINYINT, SMALLINT, MEDIUMINT (#8515) (3c19e97)
Commits

The new version differs by 112 commits.

  • 3c19e97 feat(data-types): add TINYINT, SMALLINT, MEDIUMINT (#8515)
  • 17b19d9 fix(abstract-query): properly hash primaryKey for buffers (#8174)
  • 06779e5 docs: add import to getting started example (#8501)
  • 4a920e9 feat(sqlite): partial indexes (#8495)
  • 1cb6117 test(unit): do not use sinon syntactic sugar returns (#8491)
  • 1686469 feat(sqlite/query-generator): sqlite update supporting limit via rowid (#8450)
  • 9558242 fix(paranoid): use Utils.now to query for paranoid records (#8485)
  • bf5fa6d fix(getForeignKeysForTables): properly parse multiple fk
  • 361fe59 fix(query): properly return for FOREIGNKEYS type
  • a6c1f8f fix(queryInterface/getForeignKeysForTables): use FOREIGNKEYS query type
  • c933bed fix(postgres/createSchema): support for create schema if not exists w… (#8484)
  • 8862212 fix(datatypes): DATE/DATEONLY marked as changed when changed from null to null (#8483)
  • 669f09f fix(sequelize/sync): show database name and match condition when sync is rejected (#8482)
  • 44ad6ba fix(where): show inspected value for incorrect where conditions (#8481)
  • 4ff6408 fix(abstract/query-generator): properly escape/stringify IN values as per field definition (#8480)

There are 112 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.16.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v4.16.1

4.16.1 (2017-10-23)

Bug Fixes

  • abstract/connection-manager/replication: return promise from destroy (#8519) (1ad7a40)
Commits

The new version differs by 113 commits.

  • 1ad7a40 fix(abstract/connection-manager/replication): return promise from destroy (#8519)
  • 3c19e97 feat(data-types): add TINYINT, SMALLINT, MEDIUMINT (#8515)
  • 17b19d9 fix(abstract-query): properly hash primaryKey for buffers (#8174)
  • 06779e5 docs: add import to getting started example (#8501)
  • 4a920e9 feat(sqlite): partial indexes (#8495)
  • 1cb6117 test(unit): do not use sinon syntactic sugar returns (#8491)
  • 1686469 feat(sqlite/query-generator): sqlite update supporting limit via rowid (#8450)
  • 9558242 fix(paranoid): use Utils.now to query for paranoid records (#8485)
  • bf5fa6d fix(getForeignKeysForTables): properly parse multiple fk
  • 361fe59 fix(query): properly return for FOREIGNKEYS type
  • a6c1f8f fix(queryInterface/getForeignKeysForTables): use FOREIGNKEYS query type
  • c933bed fix(postgres/createSchema): support for create schema if not exists w… (#8484)
  • 8862212 fix(datatypes): DATE/DATEONLY marked as changed when changed from null to null (#8483)
  • 669f09f fix(sequelize/sync): show database name and match condition when sync is rejected (#8482)
  • 44ad6ba fix(where): show inspected value for incorrect where conditions (#8481)

There are 113 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.16.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v4.16.2

4.16.2 (2017-10-23)

Bug Fixes

  • query: incorrect arguments passed to SQLString.escape (#8520) (a07fb75)
Commits

The new version differs by 114 commits.

  • a07fb75 fix(query): incorrect arguments passed to SQLString.escape (#8520)
  • 1ad7a40 fix(abstract/connection-manager/replication): return promise from destroy (#8519)
  • 3c19e97 feat(data-types): add TINYINT, SMALLINT, MEDIUMINT (#8515)
  • 17b19d9 fix(abstract-query): properly hash primaryKey for buffers (#8174)
  • 06779e5 docs: add import to getting started example (#8501)
  • 4a920e9 feat(sqlite): partial indexes (#8495)
  • 1cb6117 test(unit): do not use sinon syntactic sugar returns (#8491)
  • 1686469 feat(sqlite/query-generator): sqlite update supporting limit via rowid (#8450)
  • 9558242 fix(paranoid): use Utils.now to query for paranoid records (#8485)
  • bf5fa6d fix(getForeignKeysForTables): properly parse multiple fk
  • 361fe59 fix(query): properly return for FOREIGNKEYS type
  • a6c1f8f fix(queryInterface/getForeignKeysForTables): use FOREIGNKEYS query type
  • c933bed fix(postgres/createSchema): support for create schema if not exists w… (#8484)
  • 8862212 fix(datatypes): DATE/DATEONLY marked as changed when changed from null to null (#8483)
  • 669f09f fix(sequelize/sync): show database name and match condition when sync is rejected (#8482)

There are 114 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.17.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v4.17.0

4.17.0 (2017-10-23)

Features

  • sqlite/query-generator: support delete/destory with limit via rowid for SQLite (#8494) (bf837ec)
Commits

The new version differs by 115 commits.

  • bf837ec feat(sqlite/query-generator): support delete/destory with limit via rowid for SQLite (#8494)
  • a07fb75 fix(query): incorrect arguments passed to SQLString.escape (#8520)
  • 1ad7a40 fix(abstract/connection-manager/replication): return promise from destroy (#8519)
  • 3c19e97 feat(data-types): add TINYINT, SMALLINT, MEDIUMINT (#8515)
  • 17b19d9 fix(abstract-query): properly hash primaryKey for buffers (#8174)
  • 06779e5 docs: add import to getting started example (#8501)
  • 4a920e9 feat(sqlite): partial indexes (#8495)
  • 1cb6117 test(unit): do not use sinon syntactic sugar returns (#8491)
  • 1686469 feat(sqlite/query-generator): sqlite update supporting limit via rowid (#8450)
  • 9558242 fix(paranoid): use Utils.now to query for paranoid records (#8485)
  • bf5fa6d fix(getForeignKeysForTables): properly parse multiple fk
  • 361fe59 fix(query): properly return for FOREIGNKEYS type
  • a6c1f8f fix(queryInterface/getForeignKeysForTables): use FOREIGNKEYS query type
  • c933bed fix(postgres/createSchema): support for create schema if not exists w… (#8484)
  • 8862212 fix(datatypes): DATE/DATEONLY marked as changed when changed from null to null (#8483)

There are 115 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.17.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v4.17.2

4.17.2 (2017-10-24)

Commits

The new version differs by 118 commits.

  • 9f8ac7f chores(package): update validator to version 9.1.0 (#8526)
  • 51dc9de docs(upgrade-guide): fix spelling (#8529)
  • 93dc69f docs(readme): state pg@7 is not supported yet (#8523)
  • bf837ec feat(sqlite/query-generator): support delete/destory with limit via rowid for SQLite (#8494)
  • a07fb75 fix(query): incorrect arguments passed to SQLString.escape (#8520)
  • 1ad7a40 fix(abstract/connection-manager/replication): return promise from destroy (#8519)
  • 3c19e97 feat(data-types): add TINYINT, SMALLINT, MEDIUMINT (#8515)
  • 17b19d9 fix(abstract-query): properly hash primaryKey for buffers (#8174)
  • 06779e5 docs: add import to getting started example (#8501)
  • 4a920e9 feat(sqlite): partial indexes (#8495)
  • 1cb6117 test(unit): do not use sinon syntactic sugar returns (#8491)
  • 1686469 feat(sqlite/query-generator): sqlite update supporting limit via rowid (#8450)
  • 9558242 fix(paranoid): use Utils.now to query for paranoid records (#8485)
  • bf5fa6d fix(getForeignKeysForTables): properly parse multiple fk
  • 361fe59 fix(query): properly return for FOREIGNKEYS type

There are 118 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.18.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v4.18.0

4.18.0 (2017-10-26)

Features

Commits

The new version differs by 119 commits.

  • e40f6f4 feat: MySQL JSON support (#7106)
  • 9f8ac7f chores(package): update validator to version 9.1.0 (#8526)
  • 51dc9de docs(upgrade-guide): fix spelling (#8529)
  • 93dc69f docs(readme): state pg@7 is not supported yet (#8523)
  • bf837ec feat(sqlite/query-generator): support delete/destory with limit via rowid for SQLite (#8494)
  • a07fb75 fix(query): incorrect arguments passed to SQLString.escape (#8520)
  • 1ad7a40 fix(abstract/connection-manager/replication): return promise from destroy (#8519)
  • 3c19e97 feat(data-types): add TINYINT, SMALLINT, MEDIUMINT (#8515)
  • 17b19d9 fix(abstract-query): properly hash primaryKey for buffers (#8174)
  • 06779e5 docs: add import to getting started example (#8501)
  • 4a920e9 feat(sqlite): partial indexes (#8495)
  • 1cb6117 test(unit): do not use sinon syntactic sugar returns (#8491)
  • 1686469 feat(sqlite/query-generator): sqlite update supporting limit via rowid (#8450)
  • 9558242 fix(paranoid): use Utils.now to query for paranoid records (#8485)
  • bf5fa6d fix(getForeignKeysForTables): properly parse multiple fk

There are 119 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.19.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v4.19.0

4.19.0 (2017-10-27)

Features

  • instance-validator: add model name to allowNull messages (#8500) (089504f)
Commits

The new version differs by 120 commits.

  • 089504f feat(instance-validator): add model name to allowNull messages (#8500)
  • e40f6f4 feat: MySQL JSON support (#7106)
  • 9f8ac7f chores(package): update validator to version 9.1.0 (#8526)
  • 51dc9de docs(upgrade-guide): fix spelling (#8529)
  • 93dc69f docs(readme): state pg@7 is not supported yet (#8523)
  • bf837ec feat(sqlite/query-generator): support delete/destory with limit via rowid for SQLite (#8494)
  • a07fb75 fix(query): incorrect arguments passed to SQLString.escape (#8520)
  • 1ad7a40 fix(abstract/connection-manager/replication): return promise from destroy (#8519)
  • 3c19e97 feat(data-types): add TINYINT, SMALLINT, MEDIUMINT (#8515)
  • 17b19d9 fix(abstract-query): properly hash primaryKey for buffers (#8174)
  • 06779e5 docs: add import to getting started example (#8501)
  • 4a920e9 feat(sqlite): partial indexes (#8495)
  • 1cb6117 test(unit): do not use sinon syntactic sugar returns (#8491)
  • 1686469 feat(sqlite/query-generator): sqlite update supporting limit via rowid (#8450)
  • 9558242 fix(paranoid): use Utils.now to query for paranoid records (#8485)

There are 120 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.20.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v4.20.0

4.20.0 (2017-10-30)

Features

Commits

The new version differs by 121 commits.

  • b9a9ef2 feat(increment): support scopes (#8541)
  • 089504f feat(instance-validator): add model name to allowNull messages (#8500)
  • e40f6f4 feat: MySQL JSON support (#7106)
  • 9f8ac7f chores(package): update validator to version 9.1.0 (#8526)
  • 51dc9de docs(upgrade-guide): fix spelling (#8529)
  • 93dc69f docs(readme): state pg@7 is not supported yet (#8523)
  • bf837ec feat(sqlite/query-generator): support delete/destory with limit via rowid for SQLite (#8494)
  • a07fb75 fix(query): incorrect arguments passed to SQLString.escape (#8520)
  • 1ad7a40 fix(abstract/connection-manager/replication): return promise from destroy (#8519)
  • 3c19e97 feat(data-types): add TINYINT, SMALLINT, MEDIUMINT (#8515)
  • 17b19d9 fix(abstract-query): properly hash primaryKey for buffers (#8174)
  • 06779e5 docs: add import to getting started example (#8501)
  • 4a920e9 feat(sqlite): partial indexes (#8495)
  • 1cb6117 test(unit): do not use sinon syntactic sugar returns (#8491)
  • 1686469 feat(sqlite/query-generator): sqlite update supporting limit via rowid (#8450)

There are 121 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.20.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v4.20.1

4.20.1 (2017-10-30)

Commits

The new version differs by 122 commits.

  • 3f5927f docs(migrations): table Users is generated by migration (#8549)
  • b9a9ef2 feat(increment): support scopes (#8541)
  • 089504f feat(instance-validator): add model name to allowNull messages (#8500)
  • e40f6f4 feat: MySQL JSON support (#7106)
  • 9f8ac7f chores(package): update validator to version 9.1.0 (#8526)
  • 51dc9de docs(upgrade-guide): fix spelling (#8529)
  • 93dc69f docs(readme): state pg@7 is not supported yet (#8523)
  • bf837ec feat(sqlite/query-generator): support delete/destory with limit via rowid for SQLite (#8494)
  • a07fb75 fix(query): incorrect arguments passed to SQLString.escape (#8520)
  • 1ad7a40 fix(abstract/connection-manager/replication): return promise from destroy (#8519)
  • 3c19e97 feat(data-types): add TINYINT, SMALLINT, MEDIUMINT (#8515)
  • 17b19d9 fix(abstract-query): properly hash primaryKey for buffers (#8174)
  • 06779e5 docs: add import to getting started example (#8501)
  • 4a920e9 feat(sqlite): partial indexes (#8495)
  • 1cb6117 test(unit): do not use sinon syntactic sugar returns (#8491)

There are 122 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.20.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v4.20.2

4.20.2 (2017-11-01)

Commits

The new version differs by 123 commits.

  • a7d80f5 docs(model/init): include @param options.sequelize (#8572)
  • 3f5927f docs(migrations): table Users is generated by migration (#8549)
  • b9a9ef2 feat(increment): support scopes (#8541)
  • 089504f feat(instance-validator): add model name to allowNull messages (#8500)
  • e40f6f4 feat: MySQL JSON support (#7106)
  • 9f8ac7f chores(package): update validator to version 9.1.0 (#8526)
  • 51dc9de docs(upgrade-guide): fix spelling (#8529)
  • 93dc69f docs(readme): state pg@7 is not supported yet (#8523)
  • bf837ec feat(sqlite/query-generator): support delete/destory with limit via rowid for SQLite (#8494)
  • a07fb75 fix(query): incorrect arguments passed to SQLString.escape (#8520)
  • 1ad7a40 fix(abstract/connection-manager/replication): return promise from destroy (#8519)
  • 3c19e97 feat(data-types): add TINYINT, SMALLINT, MEDIUMINT (#8515)
  • 17b19d9 fix(abstract-query): properly hash primaryKey for buffers (#8174)
  • 06779e5 docs: add import to getting started example (#8501)
  • 4a920e9 feat(sqlite): partial indexes (#8495)

There are 123 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.20.3 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v4.20.3

4.20.3 (2017-11-01)

Commits

The new version differs by 1 commits.

  • c411a9d docs(operators): incorrect use of your (#8570)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.21.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v4.21.0

4.21.0 (2017-11-02)

Features

  • pooling: reuse connections with returnToHead (#8567) (eff8fb5)
Commits

The new version differs by 2 commits.

  • eff8fb5 feat(pooling): reuse connections with returnToHead (#8567)
  • c411a9d docs(operators): incorrect use of your (#8570)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.22.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v4.22.0

4.22.0 (2017-11-02)

Features

  • validation: new properties for ValidationErrorItem class (#7557) (34d075e)
Commits

The new version differs by 3 commits.

  • 34d075e feat(validation): new properties for ValidationErrorItem class (#7557)
  • eff8fb5 feat(pooling): reuse connections with returnToHead (#8567)
  • c411a9d docs(operators): incorrect use of your (#8570)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.22.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v4.22.1

4.22.1 (2017-11-03)

Commits

The new version differs by 4 commits.

  • f05a8f2 docs(globalStyling): fix pre tags text overflow (#8578)
  • 34d075e feat(validation): new properties for ValidationErrorItem class (#7557)
  • eff8fb5 feat(pooling): reuse connections with returnToHead (#8567)
  • c411a9d docs(operators): incorrect use of your (#8570)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.22.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v4.22.2

4.22.2 (2017-11-04)

Commits

The new version differs by 5 commits.

  • 2343226 docs(transactions): correctly follow family structure from tv show The Simpsons (#8587)
  • f05a8f2 docs(globalStyling): fix pre tags text overflow (#8578)
  • 34d075e feat(validation): new properties for ValidationErrorItem class (#7557)
  • eff8fb5 feat(pooling): reuse connections with returnToHead (#8567)
  • c411a9d docs(operators): incorrect use of your (#8570)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.22.3 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v4.22.3

4.22.3 (2017-11-04)

Commits

The new version differs by 6 commits.

  • 28c6574 docs: cleanup and fixes
  • 2343226 docs(transactions): correctly follow family structure from tv show The Simpsons (#8587)
  • f05a8f2 docs(globalStyling): fix pre tags text overflow (#8578)
  • 34d075e feat(validation): new properties for ValidationErrorItem class (#7557)
  • eff8fb5 feat(pooling): reuse connections with returnToHead (#8567)
  • c411a9d docs(operators): incorrect use of your (#8570)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.22.4 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v4.22.4

4.22.4 (2017-11-04)

Commits

The new version differs by 7 commits.

  • 602110f docs: improve ValidationErrorItem docs
  • 28c6574 docs: cleanup and fixes
  • 2343226 docs(transactions): correctly follow family structure from tv show The Simpsons (#8587)
  • f05a8f2 docs(globalStyling): fix pre tags text overflow (#8578)
  • 34d075e feat(validation): new properties for ValidationErrorItem class (#7557)
  • eff8fb5 feat(pooling): reuse connections with returnToHead (#8567)
  • c411a9d docs(operators): incorrect use of your (#8570)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.22.5 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v4.22.5

4.22.5 (2017-11-05)

Bug Fixes

  • optimistic_locking: increment version attribute with Model.decrement (#8593) (0047dca)
Commits

The new version differs by 9 commits.

  • 0047dca fix(optimistic_locking): increment version attribute with Model.decrement (#8593)
  • 2c48c55 docs: improve docs for data-types
  • 602110f docs: improve ValidationErrorItem docs
  • 28c6574 docs: cleanup and fixes
  • 2343226 docs(transactions): correctly follow family structure from tv show The Simpsons (#8587)
  • f05a8f2 docs(globalStyling): fix pre tags text overflow (#8578)
  • 34d075e feat(validation): new properties for ValidationErrorItem class (#7557)
  • eff8fb5 feat(pooling): reuse connections with returnToHead (#8567)
  • c411a9d docs(operators): incorrect use of your (#8570)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.22.6 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v4.22.6

4.22.6 (2017-11-10)

Commits

The new version differs by 10 commits.

  • 21e830d docs(querying): added examples for querying with operators (#8608)
  • 0047dca fix(optimistic_locking): increment version attribute with Model.decrement (#8593)
  • 2c48c55 docs: improve docs for data-types
  • 602110f docs: improve ValidationErrorItem docs
  • 28c6574 docs: cleanup and fixes
  • 2343226 docs(transactions): correctly follow family structure from tv show The Simpsons (#8587)
  • f05a8f2 docs(globalStyling): fix pre tags text overflow (#8578)
  • 34d075e feat(validation): new properties for ValidationErrorItem class (#7557)
  • eff8fb5 feat(pooling): reuse connections with returnToHead (#8567)
  • c411a9d docs(operators): incorrect use of your (#8570)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.22.7 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v4.22.7

4.22.7 (2017-11-16)

Bug Fixes

Commits

The new version differs by 12 commits.

  • 0e7ce34 fix: ignore falsy attribute.unique property, fixed #8620 (#8625)
  • 19b620c chore(package): update mysql2 to version 1.5.0 (#8635)
  • 21e830d docs(querying): added examples for querying with operators (#8608)
  • 0047dca fix(optimistic_locking): increment version attribute with Model.decrement (#8593)
  • 2c48c55 docs: improve docs for data-types
  • 602110f docs: improve ValidationErrorItem docs
  • 28c6574 docs: cleanup and fixes
  • 2343226 docs(transactions): correctly follow family structure from tv show The Simpsons (#8587)
  • f05a8f2 docs(globalStyling): fix pre tags text overflow (#8578)
  • 34d075e feat(validation): new properties for ValidationErrorItem class (#7557)
  • eff8fb5 feat(pooling): reuse connections with returnToHead (#8567)
  • c411a9d docs(operators): incorrect use of your (#8570)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.22.8 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v4.22.8

4.22.8 (2017-11-18)

Commits

The new version differs by 13 commits.

  • cf121c6 docs(contribution): explain pitfalls of ram-disk for local tests
  • 0e7ce34 fix: ignore falsy attribute.unique property, fixed #8620 (#8625)
  • 19b620c chore(package): update mysql2 to version 1.5.0 (#8635)
  • 21e830d docs(querying): added examples for querying with operators (#8608)
  • 0047dca fix(optimistic_locking): increment version attribute with Model.decrement (#8593)
  • 2c48c55 docs: improve docs for data-types
  • 602110f docs: improve ValidationErrorItem docs
  • 28c6574 docs: cleanup and fixes
  • 2343226 docs(transactions): correctly follow family structure from tv show The Simpsons (#8587)
  • f05a8f2 docs(globalStyling): fix pre tags text overflow (#8578)
  • 34d075e feat(validation): new properties for ValidationErrorItem class (#7557)
  • eff8fb5 feat(pooling): reuse connections with returnToHead (#8567)
  • c411a9d docs(operators): incorrect use of your (#8570)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.22.9 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v4.22.9

4.22.9 (2017-11-20)

Bug Fixes

  • hook proxies are not added when defined with hooks options (#8664) (2afd48a)
Commits

The new version differs by 15 commits.

  • 2afd48a fix: hook proxies are not added when defined with hooks options (#8664)
  • 5bf9a0a chores(license): adopt present year format and text formatting (#8657)
  • cf121c6 docs(contribution): explain pitfalls of ram-disk for local tests
  • 0e7ce34 fix: ignore falsy attribute.unique property, fixed #8620 (#8625)
  • 19b620c chore(package): update mysql2 to version 1.5.0 (#8635)
  • 21e830d docs(querying): added examples for querying with operators (#8608)
  • 0047dca fix(optimistic_locking): increment version attribute with Model.decrement (#8593)
  • 2c48c55 docs: improve docs for data-types
  • 602110f docs: improve ValidationErrorItem docs
  • 28c6574 docs: cleanup and fixes
  • 2343226 docs(transactions): correctly follow family structure from tv show The Simpsons (#8587)
  • f05a8f2 docs(globalStyling): fix pre tags text overflow (#8578)
  • 34d075e feat(validation): new properties for ValidationErrorItem class (#7557)
  • eff8fb5 feat(pooling): reuse connections with returnToHead (#8567)
  • c411a9d docs(operators): incorrect use of your (#8570)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.22.10 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v4.22.10

4.22.10 (2017-11-21)

Commits

The new version differs by 16 commits.

  • f70a713 docs(readme): add translation section and rearrange docs (#8662)
  • 2afd48a fix: hook proxies are not added when defined with hooks options (#8664)
  • 5bf9a0a chores(license): adopt present year format and text formatting (#8657)
  • cf121c6 docs(contribution): explain pitfalls of ram-disk for local tests
  • 0e7ce34 fix: ignore falsy attribute.unique property, fixed #8620 (#8625)
  • 19b620c chore(package): update mysql2 to version 1.5.0 (#8635)
  • 21e830d docs(querying): added examples for querying with operators (#8608)
  • 0047dca fix(optimistic_locking): increment version attribute with Model.decrement (#8593)
  • 2c48c55 docs: improve docs for data-types
  • 602110f docs: improve ValidationErrorItem docs
  • 28c6574 docs: cleanup and fixes
  • 2343226 docs(transactions): correctly follow family structure from tv show The Simpsons (#8587)
  • f05a8f2 docs(globalStyling): fix pre tags text overflow (#8578)
  • 34d075e feat(validation): new properties for ValidationErrorItem class (#7557)
  • eff8fb5 feat(pooling): reuse connections with returnToHead (#8567)

There are 16 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.22.11 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v4.22.11

4.22.11 (2017-11-21)

Commits

The new version differs by 17 commits.

  • f8fb54e docs(DataTypes): correct type of TEXT's parameter (#8667)
  • f70a713 docs(readme): add translation section and rearrange docs (#8662)
  • 2afd48a fix: hook proxies are not added when defined with hooks options (#8664)
  • 5bf9a0a chores(license): adopt present year format and text formatting (#8657)
  • cf121c6 docs(contribution): explain pitfalls of ram-disk for local tests
  • 0e7ce34 fix: ignore falsy attribute.unique property, fixed #8620 (#8625)
  • 19b620c chore(package): update mysql2 to version 1.5.0 (#8635)
  • 21e830d docs(querying): added examples for querying with operators (#8608)
  • 0047dca fix(optimistic_locking): increment version attribute with Model.decrement (#8593)
  • 2c48c55 docs: improve docs for data-types
  • 602110f docs: improve ValidationErrorItem docs
  • 28c6574 docs: cleanup and fixes
  • 2343226 docs(transactions): correctly follow family structure from tv show The Simpsons (#8587)
  • f05a8f2 docs(globalStyling): fix pre tags text overflow (#8578)
  • 34d075e feat(validation): new properties for ValidationErrorItem class (#7557)

There are 17 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.22.12 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v4.22.12

4.22.12 (2017-11-22)

Bug Fixes

  • regression in mysql2, handle null buffer (#8678) (6931c79)
Commits

The new version differs by 19 commits.

  • 6931c79 fix: regression in mysql2, handle null buffer (#8678)
  • 24b3736 doc(Model.init): document options.modelName for Class syntax, close #7900
  • f8fb54e docs(DataTypes): correct type of TEXT's parameter (#8667)
  • f70a713 docs(readme): add translation section and rearrange docs (#8662)
  • 2afd48a fix: hook proxies are not added when defined with hooks options (#8664)
  • 5bf9a0a chores(license): adopt present year format and text formatting (#8657)
  • cf121c6 docs(contribution): explain pitfalls of ram-disk for local tests
  • 0e7ce34 fix: ignore falsy attribute.unique property, fixed #8620 (#8625)
  • 19b620c chore(package): update mysql2 to version 1.5.0 (#8635)
  • 21e830d docs(querying): added examples for querying with operators (#8608)
  • 0047dca fix(optimistic_locking): increment version attribute with Model.decrement (#8593)
  • 2c48c55 docs: improve docs for data-types
  • 602110f docs: improve ValidationErrorItem docs
  • 28c6574 docs: cleanup and fixes
  • 2343226 docs(transactions): correctly follow family structure from tv show The Simpsons (#8587)

There are 19 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.22.13 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v4.22.13

4.22.13 (2017-11-23)

Commits

The new version differs by 20 commits.

  • 7fe6da1 docs(basic-usage): explain options, read-replication and dialects
  • 6931c79 fix: regression in mysql2, handle null buffer (#8678)
  • 24b3736 doc(Model.init): document options.modelName for Class syntax, close #7900
  • f8fb54e docs(DataTypes): correct type of TEXT's parameter (#8667)
  • f70a713 docs(readme): add translation section and rearrange docs (#8662)
  • 2afd48a fix: hook proxies are not added when defined with hooks options (#8664)
  • 5bf9a0a chores(license): adopt present year format and text formatting (#8657)
  • cf121c6 docs(contribution): explain pitfalls of ram-disk for local tests
  • 0e7ce34 fix: ignore falsy attribute.unique property, fixed #8620 (#8625)
  • 19b620c chore(package): update mysql2 to version 1.5.0 (#8635)
  • 21e830d docs(querying): added examples for querying with operators (#8608)
  • 0047dca fix(optimistic_locking): increment version attribute with Model.decrement (#8593)
  • 2c48c55 docs: improve docs for data-types
  • 602110f docs: improve ValidationErrorItem docs
  • 28c6574 docs: cleanup and fixes

There are 20 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.22.14 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v4.22.14

4.22.14 (2017-11-23)

Commits

The new version differs by 1 commits.

  • 7a80140 docs: read-replication, basic use

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.22.15 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v4.22.15

4.22.15 (2017-11-23)

Commits

The new version differs by 3 commits.

  • 398c1ce docs(migrate): update default migration config to use production defaults (#8680)
  • ba3231d docs: add link to CONTRIBUTING.md in pull request template (#8682)
  • 7a80140 docs: read-replication, basic use

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.22.16 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v4.22.16

4.22.16 (2017-11-25)

Commits

The new version differs by 5 commits.

  • 2b31930 docs(associations): incorrect model name used in hasMany (#8686)
  • 78fb5c1 docs(model-usage): findAndCountAll and includes (#8689)
  • 398c1ce docs(migrate): update default migration config to use production defaults (#8680)
  • ba3231d docs: add link to CONTRIBUTING.md in pull request template (#8682)
  • 7a80140 docs: read-replication, basic use

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.23.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v4.23.0

4.23.0 (2017-11-25)

Commits

The new version differs by 7 commits.

  • 703d4fe release: missing eslint rules around spacing (#8691)
  • 62186e8 chores: cleanup contribution guidelines and local testing/sscce setup (#8690)
  • 2b31930 docs(associations): incorrect model name used in hasMany (#8686)
  • 78fb5c1 docs(model-usage): findAndCountAll and includes (#8689)
  • 398c1ce docs(migrate): update default migration config to use production defaults (#8680)
  • ba3231d docs: add link to CONTRIBUTING.md in pull request template (#8682)
  • 7a80140 docs: read-replication, basic use

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.23.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v4.23.1

4.23.1 (2017-11-26)

Commits

The new version differs by 8 commits.

  • b8cfde9 docs(associations): proper section end + cleanup (#8692)
  • 703d4fe release: missing eslint rules around spacing (#8691)
  • 62186e8 chores: cleanup contribution guidelines and local testing/sscce setup (#8690)
  • 2b31930 docs(associations): incorrect model name used in hasMany (#8686)
  • 78fb5c1 docs(model-usage): findAndCountAll and includes (#8689)
  • 398c1ce docs(migrate): update default migration config to use production defaults (#8680)
  • ba3231d docs: add link to CONTRIBUTING.md in pull request template (#8682)
  • 7a80140 docs: read-replication, basic use

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.23.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v4.23.2

4.23.2 (2017-11-28)

Bug Fixes

  • mssql/bulkInsertQuery: handle cases when no autoIncrement field exists, fix #8645 (ab99e15)
Commits

The new version differs by 11 commits.

  • ab99e15 fix(mssql/bulkInsertQuery): handle cases when no autoIncrement field exists, fix #8645
  • 5610656 docs(transactions): point out CLS limitations with async/await, close #8695
  • 84e00ae chores: restore semver behavior
  • b8cfde9 docs(associations): proper section end + cleanup (#8692)
  • 703d4fe release: missing eslint rules around spacing (#8691)
  • 62186e8 chores: cleanup contribution guidelines and local testing/sscce setup (#8690)
  • 2b31930 docs(associations): incorrect model name used in hasMany (#8686)
  • 78fb5c1 docs(model-usage): findAndCountAll and includes (#8689)
  • 398c1ce docs(migrate): update default migration config to use production defaults (#8680)
  • ba3231d docs: add link to CONTRIBUTING.md in pull request template (#8682)
  • 7a80140 docs: read-replication, basic use

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.23.3 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v4.23.3

4.23.3 (2017-11-30)

Bug Fixes

  • mssql/transaction: name is too long when using more than 9 savepoints (#8717) (5c3b4e3)
Commits

The new version differs by 13 commits.

  • 5c3b4e3 fix(mssql/transaction): name is too long when using more than 9 savepoints (#8717)
  • af7fd1d docs: use proper method accessor (#8712)
  • ab99e15 fix(mssql/bulkInsertQuery): handle cases when no autoIncrement field exists, fix #8645
  • 5610656 docs(transactions): point out CLS limitations with async/await, close #8695
  • 84e00ae chores: restore semver behavior
  • b8cfde9 docs(associations): proper section end + cleanup (#8692)
  • 703d4fe release: missing eslint rules around spacing (#8691)
  • 62186e8 chores: cleanup contribution guidelines and local testing/sscce setup (#8690)
  • 2b31930 docs(associations): incorrect model name used in hasMany (#8686)
  • 78fb5c1 docs(model-usage): findAndCountAll and includes (#8689)
  • 398c1ce docs(migrate): update default migration config to use production defaults (#8680)
  • ba3231d docs: add link to CONTRIBUTING.md in pull request template (#8682)
  • 7a80140 docs: read-replication, basic use

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.23.4 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v4.23.4

4.23.4 (2017-11-30)

Bug Fixes

  • model: pick own properties for attributes / getters / sanitizors (fix #8719) (#8720) (2123ee5)
Commits

The new version differs by 14 commits.

  • 2123ee5 fix(model): pick own properties for attributes / getters / sanitizors (fix #8719) (#8720)
  • 5c3b4e3 fix(mssql/transaction): name is too long when using more than 9 savepoints (#8717)
  • af7fd1d docs: use proper method accessor (#8712)
  • ab99e15 fix(mssql/bulkInsertQuery): handle cases when no autoIncrement field exists, fix #8645
  • 5610656 docs(transactions): point out CLS limitations with async/await, close #8695
  • 84e00ae chores: restore semver behavior
  • b8cfde9 docs(associations): proper section end + cleanup (#8692)
  • 703d4fe release: missing eslint rules around spacing (#8691)
  • 62186e8 chores: cleanup contribution guidelines and local testing/sscce setup (#8690)
  • 2b31930 docs(associations): incorrect model name used in hasMany (#8686)
  • 78fb5c1 docs(model-usage): findAndCountAll and includes (#8689)
  • 398c1ce docs(migrate): update default migration config to use production defaults (#8680)
  • ba3231d docs: add link to CONTRIBUTING.md in pull request template (#8682)
  • 7a80140 docs: read-replication, basic use

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.24.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v4.24.0

4.24.0 (2017-12-02)

Features

Commits

The new version differs by 17 commits.

  • ed111c0 feat(model/update): support paranoid option (#8735)
  • 42638ff docs(v3-to-v4-migration): mention old connection pooling keys no longer supported (#8723) (#8724)
  • 297c42d docs(v3-to-v4-migration): document mysql2 DECIMAL type incompatibility (#8713) (#8725)
  • 2123ee5 fix(model): pick own properties for attributes / getters / sanitizors (fix #8719) (#8720)
  • 5c3b4e3 fix(mssql/transaction): name is too long when using more than 9 savepoints (#8717)
  • af7fd1d docs: use proper method accessor (#8712)
  • ab99e15 fix(mssql/bulkInsertQuery): handle cases when no autoIncrement field exists, fix #8645
  • 5610656 docs(transactions): point out CLS limitations with async/await, close #8695
  • 84e00ae chores: restore semver behavior
  • b8cfde9 docs(associations): proper section end + cleanup (#8692)
  • 703d4fe release: missing eslint rules around spacing (#8691)
  • 62186e8 chores: cleanup contribution guidelines and local testing/sscce setup (#8690)
  • 2b31930 docs(associations): incorrect model name used in hasMany (#8686)
  • 78fb5c1 docs(model-usage): findAndCountAll and includes (#8689)
  • 398c1ce docs(migrate): update default migration config to use production defaults (#8680)

There are 17 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.25.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v4.25.0

4.25.0 (2017-12-03)

Features

  • query-interface/createFunction: add ability to pass query options and add missing docs (#8742) (b64e01c)
Commits

The new version differs by 20 commits.

  • b64e01c feat(query-interface/createFunction): add ability to pass query options and add missing docs (#8742)
  • 4b63434 chores: ask authors to specify latest version in issue template(#8737)
  • 81a7211 chores: updated various dev dependencies (#8736)
  • ed111c0 feat(model/update): support paranoid option (#8735)
  • 42638ff docs(v3-to-v4-migration): mention old connection pooling keys no longer supported (#8723) (#8724)
  • 297c42d docs(v3-to-v4-migration): document mysql2 DECIMAL type incompatibility (#8713) (#8725)
  • 2123ee5 fix(model): pick own properties for attributes / getters / sanitizors (fix #8719) (#8720)
  • 5c3b4e3 fix(mssql/transaction): name is too long when using more than 9 savepoints (#8717)
  • af7fd1d docs: use proper method accessor (#8712)
  • ab99e15 fix(mssql/bulkInsertQuery): handle cases when no autoIncrement field exists, fix #8645
  • 5610656 docs(transactions): point out CLS limitations with async/await, close #8695
  • 84e00ae chores: restore semver behavior
  • b8cfde9 docs(associations): proper section end + cleanup (#8692)
  • 703d4fe release: missing eslint rules around spacing (#8691)
  • 62186e8 chores: cleanup contribution guidelines and local testing/sscce setup (#8690)

There are 20 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.25.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v4.25.1

4.25.1 (2017-12-03)

Bug Fixes

  • model: ordering by renamed sub-query attribute (#8740) (ae9abbb)
Commits

The new version differs by 21 commits.

  • ae9abbb fix(model): ordering by renamed sub-query attribute (#8740)
  • b64e01c feat(query-interface/createFunction): add ability to pass query options and add missing docs (#8742)
  • 4b63434 chores: ask authors to specify latest version in issue template(#8737)
  • 81a7211 chores: updated various dev dependencies (#8736)
  • ed111c0 feat(model/update): support paranoid option (#8735)
  • 42638ff docs(v3-to-v4-migration): mention old connection pooling keys no longer supported (#8723) (#8724)
  • 297c42d docs(v3-to-v4-migration): document mysql2 DECIMAL type incompatibility (#8713) (#8725)
  • 2123ee5 fix(model): pick own properties for attributes / getters / sanitizors (fix #8719) (#8720)
  • 5c3b4e3 fix(mssql/transaction): name is too long when using more than 9 savepoints (#8717)
  • af7fd1d docs: use proper method accessor (#8712)
  • ab99e15 fix(mssql/bulkInsertQuery): handle cases when no autoIncrement field exists, fix #8645
  • 5610656 docs(transactions): point out CLS limitations with async/await, close #8695
  • 84e00ae chores: restore semver behavior
  • b8cfde9 docs(associations): proper section end + cleanup (#8692)
  • 703d4fe release: missing eslint rules around spacing (#8691)

There are 21 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.25.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v4.25.2

4.25.2 (2017-12-04)

Bug Fixes

  • associations/has-many: use scoped primary field on count to prevent ambiguous column error (#8732) (f5fcf16)
Commits

The new version differs by 23 commits.

  • f5fcf16 fix(associations/has-many): use scoped primary field on count to prevent ambiguous column error (#8732)
  • a23d960 ci(release): update to semantic-release v11 (#8709)
  • ae9abbb fix(model): ordering by renamed sub-query attribute (#8740)
  • b64e01c feat(query-interface/createFunction): add ability to pass query options and add missing docs (#8742)
  • 4b63434 chores: ask authors to specify latest version in issue template(#8737)
  • 81a7211 chores: updated various dev dependencies (#8736)
  • ed111c0 feat(model/update): support paranoid option (#8735)
  • 42638ff docs(v3-to-v4-migration): mention old connection pooling keys no longer supported (#8723) (#8724)
  • 297c42d docs(v3-to-v4-migration): document mysql2 DECIMAL type incompatibility (#8713) (#8725)
  • 2123ee5 fix(model): pick own properties for attributes / getters / sanitizors (fix #8719) (#8720)
  • 5c3b4e3 fix(mssql/transaction): name is too long when using more than 9 savepoints (#8717)
  • af7fd1d docs: use proper method accessor (#8712)
  • ab99e15 fix(mssql/bulkInsertQuery): handle cases when no autoIncrement field exists, fix #8645
  • 5610656 docs(transactions): point out CLS limitations with async/await, close #8695
  • 84e00ae chores: restore semver behavior

There are 23 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.26.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v4.26.0

4.26.0 (2017-12-04)

Features

  • datatypes: array(enum) support for PostgreSQL (#8738) (fe06b45)
Commits

The new version differs by 24 commits.

  • fe06b45 feat(datatypes): array(enum) support for PostgreSQL (#8738)
  • f5fcf16 fix(associations/has-many): use scoped primary field on count to prevent ambiguous column error (#8732)
  • a23d960 ci(release): update to semantic-release v11 (#8709)
  • ae9abbb fix(model): ordering by renamed sub-query attribute (#8740)
  • b64e01c feat(query-interface/createFunction): add ability to pass query options and add missing docs (#8742)
  • 4b63434 chores: ask authors to specify latest version in issue template(#8737)
  • 81a7211 chores: updated various dev dependencies (#8736)
  • ed111c0 feat(model/update): support paranoid option (#8735)
  • 42638ff docs(v3-to-v4-migration): mention old connection pooling keys no longer supported (#8723) (#8724)
  • 297c42d docs(v3-to-v4-migration): document mysql2 DECIMAL type incompatibility (#8713) (#8725)
  • 2123ee5 fix(model): pick own properties for attributes / getters / sanitizors (fix #8719) (#8720)
  • 5c3b4e3 fix(mssql/transaction): name is too long when using more than 9 savepoints (#8717)
  • af7fd1d docs: use proper method accessor (#8712)
  • ab99e15 fix(mssql/bulkInsertQuery): handle cases when no autoIncrement field exists, fix #8645
  • 5610656 docs(transactions): point out CLS limitations with async/await, close #8695

There are 24 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.27.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v4.27.0

4.27.0 (2017-12-06)

Features

Commits

The new version differs by 27 commits.

  • 438baac feat: added _scopeName property in instance (#8753)
  • 73db603 docs(model-usage): Fix typo in order/group recap (#8755)
  • a12aeb5 docs: removes confusing poem descriptor due to https://xkcd.com/1679/ (#8750)
  • fe06b45 feat(datatypes): array(enum) support for PostgreSQL (#8738)
  • f5fcf16 fix(associations/has-many): use scoped primary field on count to prevent ambiguous column error (#8732)
  • a23d960 ci(release): update to semantic-release v11 (#8709)
  • ae9abbb fix(model): ordering by renamed sub-query attribute (#8740)
  • b64e01c feat(query-interface/createFunction): add ability to pass query options and add missing docs (#8742)
  • 4b63434 chores: ask authors to specify latest version in issue template(#8737)
  • 81a7211 chores: updated various dev dependencies (#8736)
  • ed111c0 feat(model/update): support paranoid option (#8735)
  • 42638ff docs(v3-to-v4-migration): mention old connection pooling keys no longer supported (#8723) (#8724)
  • 297c42d docs(v3-to-v4-migration): document mysql2 DECIMAL type incompatibility (#8713) (#8725)
  • 2123ee5 fix(model): pick own properties for attributes / getters / sanitizors (fix #8719) (#8720)
  • 5c3b4e3 fix(mssql/transaction): name is too long when using more than 9 savepoints (#8717)

There are 27 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.28.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v4.28.0

4.28.0 (2017-12-11)

Features

Commits

The new version differs by 28 commits.

  • b4fd464 feat(postgres): returning option for arithmetic queries (#8727) (#8748)
  • 438baac feat: added _scopeName property in instance (#8753)
  • 73db603 docs(model-usage): Fix typo in order/group recap (#8755)
  • a12aeb5 docs: removes confusing poem descriptor due to https://xkcd.com/1679/ (#8750)
  • fe06b45 feat(datatypes): array(enum) support for PostgreSQL (#8738)
  • f5fcf16 fix(associations/has-many): use scoped primary field on count to prevent ambiguous column error (#8732)
  • a23d960 ci(release): update to semantic-release v11 (#8709)
  • ae9abbb fix(model): ordering by renamed sub-query attribute (#8740)
  • b64e01c feat(query-interface/createFunction): add ability to pass query options and add missing docs (#8742)
  • 4b63434 chores: ask authors to specify latest version in issue template(#8737)
  • 81a7211 chores: updated various dev dependencies (#8736)
  • ed111c0 feat(model/update): support paranoid option (#8735)
  • 42638ff docs(v3-to-v4-migration): mention old connection pooling keys no longer supported (#8723) (#8724)
  • 297c42d docs(v3-to-v4-migration): document mysql2 DECIMAL type incompatibility (#8713) (#8725)
  • 2123ee5 fix(model): pick own properties for attributes / getters / sanitizors (fix #8719) (#8720)

There are 28 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.28.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v4.28.1

4.28.1 (2017-12-13)

Bug Fixes

  • memory-utilization: don't keep bounded reference of connection manager (#8760) (fea0ca7)
Commits

The new version differs by 29 commits.

  • fea0ca7 fix(memory-utilization): don't keep bounded reference of connection manager (#8760)
  • b4fd464 feat(postgres): returning option for arithmetic queries (#8727) (#8748)
  • 438baac feat: added _scopeName property in instance (#8753)
  • 73db603 docs(model-usage): Fix typo in order/group recap (#8755)
  • a12aeb5 docs: removes confusing poem descriptor due to https://xkcd.com/1679/ (#8750)
  • fe06b45 feat(datatypes): array(enum) support for PostgreSQL (#8738)
  • f5fcf16 fix(associations/has-many): use scoped primary field on count to prevent ambiguous column error (#8732)
  • a23d960 ci(release): update to semantic-release v11 (#8709)
  • ae9abbb fix(model): ordering by renamed sub-query attribute (#8740)
  • b64e01c feat(query-interface/createFunction): add ability to pass query options and add missing docs (#8742)
  • 4b63434 chores: ask authors to specify latest version in issue template(#8737)
  • 81a7211 chores: updated various dev dependencies (#8736)
  • ed111c0 feat(model/update): support paranoid option (#8735)
  • 42638ff docs(v3-to-v4-migration): mention old connection pooling keys no longer supported (#8723) (#8724)
  • 297c42d docs(v3-to-v4-migration): document mysql2 DECIMAL type incompatibility (#8713) (#8725)

There are 29 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.28.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v4.28.2

4.28.2 (2017-12-15)

Bug Fixes

  • mssql: improper parameter binding in sql generation (#8782) (3657f32)
Commits

The new version differs by 31 commits.

  • 3657f32 fix(mssql): improper parameter binding in sql generation (#8782)
  • ccee348 [ci-skip] chores: adjust stale bot config
  • fea0ca7 fix(memory-utilization): don't keep bounded reference of connection manager (#8760)
  • b4fd464 feat(postgres): returning option for arithmetic queries (#8727) (#8748)
  • 438baac feat: added _scopeName property in instance (#8753)
  • 73db603 docs(model-usage): Fix typo in order/group recap (#8755)
  • a12aeb5 docs: removes confusing poem descriptor due to https://xkcd.com/1679/ (#8750)
  • fe06b45 feat(datatypes): array(enum) support for PostgreSQL (#8738)
  • f5fcf16 fix(associations/has-many): use scoped primary field on count to prevent ambiguous column error (#8732)
  • a23d960 ci(release): update to semantic-release v11 (#8709)
  • ae9abbb fix(model): ordering by renamed sub-query attribute (#8740)
  • b64e01c feat(query-interface/createFunction): add ability to pass query options and add missing docs (#8742)
  • 4b63434 chores: ask authors to specify latest version in issue template(#8737)
  • 81a7211 chores: updated various dev dependencies (#8736)
  • ed111c0 feat(model/update): support paranoid option (#8735)

There are 31 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.28.3 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v4.28.3

4.28.3 (2017-12-16)

Bug Fixes

  • connection-manager: only use close to shutdown (#8789) (ca788b7)
Commits

The new version differs by 33 commits.

  • ca788b7 fix(connection-manager): only use close to shutdown (#8789)
  • 6385cab docs(testimonials): add ErmesHotels (#8787)
  • 3657f32 fix(mssql): improper parameter binding in sql generation (#8782)
  • ccee348 [ci-skip] chores: adjust stale bot config
  • fea0ca7 fix(memory-utilization): don't keep bounded reference of connection manager (#8760)
  • b4fd464 feat(postgres): returning option for arithmetic queries (#8727) (#8748)
  • 438baac feat: added _scopeName property in instance (#8753)
  • 73db603 docs(model-usage): Fix typo in order/group recap (#8755)
  • a12aeb5 docs: removes confusing poem descriptor due to https://xkcd.com/1679/ (#8750)
  • fe06b45 feat(datatypes): array(enum) support for PostgreSQL (#8738)
  • f5fcf16 fix(associations/has-many): use scoped primary field on count to prevent ambiguous column error (#8732)
  • a23d960 ci(release): update to semantic-release v11 (#8709)
  • ae9abbb fix(model): ordering by renamed sub-query attribute (#8740)
  • b64e01c feat(query-interface/createFunction): add ability to pass query options and add missing docs (#8742)
  • 4b63434 chores: ask authors to specify latest version in issue template(#8737)

There are 33 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.28.4 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v4.28.4

4.28.4 (2017-12-16)

Bug Fixes

Commits

The new version differs by 36 commits.

  • d4acd7c fix: keep pk ids if supplied by users (#8792)
  • 2034852 test: if boolean true/false are returned as string in toJSON (#8791)
  • 8df79fa test: assert that where conditions are not ignored with empty include (#8790)
  • ca788b7 fix(connection-manager): only use close to shutdown (#8789)
  • 6385cab docs(testimonials): add ErmesHotels (#8787)
  • 3657f32 fix(mssql): improper parameter binding in sql generation (#8782)
  • ccee348 [ci-skip] chores: adjust stale bot config
  • fea0ca7 fix(memory-utilization): don't keep bounded reference of connection manager (#8760)
  • b4fd464 feat(postgres): returning option for arithmetic queries (#8727) (#8748)
  • 438baac feat: added _scopeName property in instance (#8753)
  • 73db603 docs(model-usage): Fix typo in order/group recap (#8755)
  • a12aeb5 docs: removes confusing poem descriptor due to https://xkcd.com/1679/ (#8750)
  • fe06b45 feat(datatypes): array(enum) support for PostgreSQL (#8738)
  • f5fcf16 fix(associations/has-many): use scoped primary field on count to prevent ambiguous column error (#8732)
  • a23d960 ci(release): update to semantic-release v11 (#8709)

There are 36 commits in total.

See the full diff