betamore / fswd-lab-6

Full Stack Web Development - Lab 6: Testing and Pull Requesting
1 stars 11 forks source link

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

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

Version 4.22.13 of sequelize was just published.

Branch Build failing 🚨
Dependency sequelize
Current Version 4.22.12
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, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build could not complete due to an error [Details](https://travis-ci.org/betamore/fswd-lab-6/builds/306141182?utm_source=github_status&utm_medium=notification)

Release Notes v4.22.13

4.22.13 (2017-11-23)

Commits

The new version differs by 1 commits.

  • 7fe6da1 docs(basic-usage): explain options, read-replication and dialects

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 6 years ago

After pinning to 4.22.12 your tests are passing again. Downgrade this dependency πŸ“Œ.

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

greenkeeper[bot] commented 6 years ago

Version 4.28.5 just got published.

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

Release Notes v4.28.5

4.28.5 (2017-12-16)

Bug Fixes

  • mysql/json: properly quote JSON path to be valid ECMAScript name (#8793) (b0bd34d)
Commits

The new version differs by 37 commits.

  • b0bd34d fix(mysql/json): properly quote JSON path to be valid ECMAScript name (#8793)
  • 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)

There are 37 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.28.6 just got published.

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

Release Notes v4.28.6

4.28.6 (2017-12-18)

Bug Fixes

  • model: set previous values in instances from bulkCreate (#8788) (68d729d)
Commits

The new version differs by 38 commits.

  • 68d729d fix(model): set previous values in instances from bulkCreate (#8788)
  • b0bd34d fix(mysql/json): properly quote JSON path to be valid ECMAScript name (#8793)
  • 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)

There are 38 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.28.7 just got published.

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

Release Notes v4.28.7

4.28.7 (2018-01-04)

Bug Fixes

  • query-generator: Op.ne check with null value is not comparing with comparator (3397b23), closes #8816
Commits

The new version differs by 41 commits.

  • 3397b23 fix(query-generator): Op.ne check with null value is not comparing with comparator
  • d1f5618 docs(upgrade-v4-guide): api changes for include with required (#8828)
  • a512af6 docs(migrations): fix typos and clean up wording (#8823)
  • 68d729d fix(model): set previous values in instances from bulkCreate (#8788)
  • b0bd34d fix(mysql/json): properly quote JSON path to be valid ECMAScript name (#8793)
  • 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)

There are 41 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.28.8 just got published.

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

Release Notes v4.28.8

4.28.8 (2018-01-05)

Bug Fixes

  • mysql/datatypes: no default null value for some data types (#8839) (74d2b5f)
Commits

The new version differs by 42 commits.

  • 74d2b5f fix(mysql/datatypes): no default null value for some data types (#8839)
  • 3397b23 fix(query-generator): Op.ne check with null value is not comparing with comparator
  • d1f5618 docs(upgrade-v4-guide): api changes for include with required (#8828)
  • a512af6 docs(migrations): fix typos and clean up wording (#8823)
  • 68d729d fix(model): set previous values in instances from bulkCreate (#8788)
  • b0bd34d fix(mysql/json): properly quote JSON path to be valid ECMAScript name (#8793)
  • 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)

There are 42 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.29.0 just got published.

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

Release Notes v4.29.0

4.29.0 (2018-01-05)

Features

Commits

The new version differs by 43 commits.

  • 11ff776 feat(mssql): table hints (#8843)
  • 74d2b5f fix(mysql/datatypes): no default null value for some data types (#8839)
  • 3397b23 fix(query-generator): Op.ne check with null value is not comparing with comparator
  • d1f5618 docs(upgrade-v4-guide): api changes for include with required (#8828)
  • a512af6 docs(migrations): fix typos and clean up wording (#8823)
  • 68d729d fix(model): set previous values in instances from bulkCreate (#8788)
  • b0bd34d fix(mysql/json): properly quote JSON path to be valid ECMAScript name (#8793)
  • 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)

There are 43 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.29.1 just got published.

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

Release Notes v4.29.1

4.29.1 (2018-01-08)

Bug Fixes

  • base type wont work after ENUM model is synced (#8851) (d98d8bd)
Commits

The new version differs by 45 commits.

  • d98d8bd fix: base type wont work after ENUM model is synced (#8851)
  • bf7a55b docs(associations): fix incorrect statement about has* behaviour
  • 11ff776 feat(mssql): table hints (#8843)
  • 74d2b5f fix(mysql/datatypes): no default null value for some data types (#8839)
  • 3397b23 fix(query-generator): Op.ne check with null value is not comparing with comparator
  • d1f5618 docs(upgrade-v4-guide): api changes for include with required (#8828)
  • a512af6 docs(migrations): fix typos and clean up wording (#8823)
  • 68d729d fix(model): set previous values in instances from bulkCreate (#8788)
  • b0bd34d fix(mysql/json): properly quote JSON path to be valid ECMAScript name (#8793)
  • 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)

There are 45 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.29.2 just got published.

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

Release Notes v4.29.2

4.29.2 (2018-01-08)

Bug Fixes

  • remove constraint before alter foreign keys (#8795) (bb2d0bd)
Commits

The new version differs by 46 commits.

  • bb2d0bd fix: remove constraint before alter foreign keys (#8795)
  • d98d8bd fix: base type wont work after ENUM model is synced (#8851)
  • bf7a55b docs(associations): fix incorrect statement about has* behaviour
  • 11ff776 feat(mssql): table hints (#8843)
  • 74d2b5f fix(mysql/datatypes): no default null value for some data types (#8839)
  • 3397b23 fix(query-generator): Op.ne check with null value is not comparing with comparator
  • d1f5618 docs(upgrade-v4-guide): api changes for include with required (#8828)
  • a512af6 docs(migrations): fix typos and clean up wording (#8823)
  • 68d729d fix(model): set previous values in instances from bulkCreate (#8788)
  • b0bd34d fix(mysql/json): properly quote JSON path to be valid ECMAScript name (#8793)
  • 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)

There are 46 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.29.3 just got published.

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

Release Notes v4.29.3

4.29.3 (2018-01-09)

Bug Fixes

Commits

The new version differs by 47 commits.

  • 1823f5d fix: destroy with paranoid ignores operators (#8860)
  • bb2d0bd fix: remove constraint before alter foreign keys (#8795)
  • d98d8bd fix: base type wont work after ENUM model is synced (#8851)
  • bf7a55b docs(associations): fix incorrect statement about has* behaviour
  • 11ff776 feat(mssql): table hints (#8843)
  • 74d2b5f fix(mysql/datatypes): no default null value for some data types (#8839)
  • 3397b23 fix(query-generator): Op.ne check with null value is not comparing with comparator
  • d1f5618 docs(upgrade-v4-guide): api changes for include with required (#8828)
  • a512af6 docs(migrations): fix typos and clean up wording (#8823)
  • 68d729d fix(model): set previous values in instances from bulkCreate (#8788)
  • b0bd34d fix(mysql/json): properly quote JSON path to be valid ECMAScript name (#8793)
  • 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)

There are 47 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.30.0 just got published.

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

Release Notes v4.30.0

4.30.0 (2018-01-09)

Features

  • operators: use global symbol registry (14864d4)
Commits

The new version differs by 48 commits.

  • 14864d4 feat(operators): use global symbol registry
  • 1823f5d fix: destroy with paranoid ignores operators (#8860)
  • bb2d0bd fix: remove constraint before alter foreign keys (#8795)
  • d98d8bd fix: base type wont work after ENUM model is synced (#8851)
  • bf7a55b docs(associations): fix incorrect statement about has* behaviour
  • 11ff776 feat(mssql): table hints (#8843)
  • 74d2b5f fix(mysql/datatypes): no default null value for some data types (#8839)
  • 3397b23 fix(query-generator): Op.ne check with null value is not comparing with comparator
  • d1f5618 docs(upgrade-v4-guide): api changes for include with required (#8828)
  • a512af6 docs(migrations): fix typos and clean up wording (#8823)
  • 68d729d fix(model): set previous values in instances from bulkCreate (#8788)
  • b0bd34d fix(mysql/json): properly quote JSON path to be valid ECMAScript name (#8793)
  • 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)

There are 48 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.30.1 just got published.

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

Release Notes v4.30.1

4.30.1 (2018-01-09)

Bug Fixes

Commits

The new version differs by 49 commits.

  • 3ed0c08 fix(scope): symbol operators are ignored (#8863)
  • 14864d4 feat(operators): use global symbol registry
  • 1823f5d fix: destroy with paranoid ignores operators (#8860)
  • bb2d0bd fix: remove constraint before alter foreign keys (#8795)
  • d98d8bd fix: base type wont work after ENUM model is synced (#8851)
  • bf7a55b docs(associations): fix incorrect statement about has* behaviour
  • 11ff776 feat(mssql): table hints (#8843)
  • 74d2b5f fix(mysql/datatypes): no default null value for some data types (#8839)
  • 3397b23 fix(query-generator): Op.ne check with null value is not comparing with comparator
  • d1f5618 docs(upgrade-v4-guide): api changes for include with required (#8828)
  • a512af6 docs(migrations): fix typos and clean up wording (#8823)
  • 68d729d fix(model): set previous values in instances from bulkCreate (#8788)
  • b0bd34d fix(mysql/json): properly quote JSON path to be valid ECMAScript name (#8793)
  • d4acd7c fix: keep pk ids if supplied by users (#8792)
  • 2034852 test: if boolean true/false are returned as string in toJSON (#8791)

There are 49 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.30.2 just got published.

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

Release Notes v4.30.2

4.30.2 (2018-01-10)

Bug Fixes

  • scopes: scope is injected after checking for options.where (#8864) (40f7d21)
Commits

The new version differs by 50 commits.

  • 40f7d21 fix(scopes): scope is injected after checking for options.where (#8864)
  • 3ed0c08 fix(scope): symbol operators are ignored (#8863)
  • 14864d4 feat(operators): use global symbol registry
  • 1823f5d fix: destroy with paranoid ignores operators (#8860)
  • bb2d0bd fix: remove constraint before alter foreign keys (#8795)
  • d98d8bd fix: base type wont work after ENUM model is synced (#8851)
  • bf7a55b docs(associations): fix incorrect statement about has* behaviour
  • 11ff776 feat(mssql): table hints (#8843)
  • 74d2b5f fix(mysql/datatypes): no default null value for some data types (#8839)
  • 3397b23 fix(query-generator): Op.ne check with null value is not comparing with comparator
  • d1f5618 docs(upgrade-v4-guide): api changes for include with required (#8828)
  • a512af6 docs(migrations): fix typos and clean up wording (#8823)
  • 68d729d fix(model): set previous values in instances from bulkCreate (#8788)
  • b0bd34d fix(mysql/json): properly quote JSON path to be valid ECMAScript name (#8793)
  • d4acd7c fix: keep pk ids if supplied by users (#8792)

There are 50 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.31.0 just got published.

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

Release Notes v4.31.0

4.31.0 (2018-01-10)

Features

Commits

The new version differs by 51 commits.

  • 6f32643 feat: sequelize.random() (#8847)
  • 40f7d21 fix(scopes): scope is injected after checking for options.where (#8864)
  • 3ed0c08 fix(scope): symbol operators are ignored (#8863)
  • 14864d4 feat(operators): use global symbol registry
  • 1823f5d fix: destroy with paranoid ignores operators (#8860)
  • bb2d0bd fix: remove constraint before alter foreign keys (#8795)
  • d98d8bd fix: base type wont work after ENUM model is synced (#8851)
  • bf7a55b docs(associations): fix incorrect statement about has* behaviour
  • 11ff776 feat(mssql): table hints (#8843)
  • 74d2b5f fix(mysql/datatypes): no default null value for some data types (#8839)
  • 3397b23 fix(query-generator): Op.ne check with null value is not comparing with comparator
  • d1f5618 docs(upgrade-v4-guide): api changes for include with required (#8828)
  • a512af6 docs(migrations): fix typos and clean up wording (#8823)
  • 68d729d fix(model): set previous values in instances from bulkCreate (#8788)
  • b0bd34d fix(mysql/json): properly quote JSON path to be valid ECMAScript name (#8793)

There are 51 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.31.1 just got published.

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

Release Notes v4.31.1

4.31.1 (2018-01-13)

Bug Fixes

  • findAndCount: throws unhandled rejection from findAll (#8887) (48e8f7b)
Commits

The new version differs by 55 commits.

  • 48e8f7b fix(findAndCount): throws unhandled rejection from findAll (#8887)
  • 0d34413 chore(package): update chai-spies to version 1.0.0 (#8884)
  • 50c27c6 docs(querying): improve random order comment (#8869)
  • 1fff80f docs(querying): MSSQL JSON support (#8867)
  • 6f32643 feat: sequelize.random() (#8847)
  • 40f7d21 fix(scopes): scope is injected after checking for options.where (#8864)
  • 3ed0c08 fix(scope): symbol operators are ignored (#8863)
  • 14864d4 feat(operators): use global symbol registry
  • 1823f5d fix: destroy with paranoid ignores operators (#8860)
  • bb2d0bd fix: remove constraint before alter foreign keys (#8795)
  • d98d8bd fix: base type wont work after ENUM model is synced (#8851)
  • bf7a55b docs(associations): fix incorrect statement about has* behaviour
  • 11ff776 feat(mssql): table hints (#8843)
  • 74d2b5f fix(mysql/datatypes): no default null value for some data types (#8839)
  • 3397b23 fix(query-generator): Op.ne check with null value is not comparing with comparator

There are 55 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.31.2 just got published.

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

Release Notes v4.31.2

4.31.2 (2018-01-14)

Bug Fixes

  • datatypes: Sequelize.NOW set milliseconds to zero (#8896) (781d528)
Commits

The new version differs by 58 commits.

  • 781d528 fix(datatypes): Sequelize.NOW set milliseconds to zero (#8896)
  • e5a9efd chore(package): update sinon to version 4.1.5 (#8894)
  • 39878dc chore(package): update semantic-release to version 12.2.2 (#8893)
  • 48e8f7b fix(findAndCount): throws unhandled rejection from findAll (#8887)
  • 0d34413 chore(package): update chai-spies to version 1.0.0 (#8884)
  • 50c27c6 docs(querying): improve random order comment (#8869)
  • 1fff80f docs(querying): MSSQL JSON support (#8867)
  • 6f32643 feat: sequelize.random() (#8847)
  • 40f7d21 fix(scopes): scope is injected after checking for options.where (#8864)
  • 3ed0c08 fix(scope): symbol operators are ignored (#8863)
  • 14864d4 feat(operators): use global symbol registry
  • 1823f5d fix: destroy with paranoid ignores operators (#8860)
  • bb2d0bd fix: remove constraint before alter foreign keys (#8795)
  • d98d8bd fix: base type wont work after ENUM model is synced (#8851)
  • bf7a55b docs(associations): fix incorrect statement about has* behaviour

There are 58 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.32.0 just got published.

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

Release Notes v4.32.0

4.32.0 (2018-01-22)

Features

  • upsert: return upserted record with options.returning=true (#8924) (a4a0f88)
/**
 * Current behaviour
 */
const created = await Model.upsert(....values....);

/**
 * New feature
 */

// with options.returning = false / undefined
const created = await Model.upsert(....values...., { returning: false });

// with options.returning = true
const [record, created] = await Model.upsert(....values...., { returning: true });
Commits

The new version differs by 67 commits.

  • a4a0f88 feat(upsert): return upserted record with options.returning=true (#8924)
  • 9d38f81 chore(package): update sinon to version 4.2.0 (#8929)
  • 8b8d65e test: scope with operators work for findAll (#8926)
  • 1d0553b chore(package): update eslint to version 4.16.0 (#8922)
  • 3cea5c4 chore(package): update sinon to version 4.1.6 (#8914)
  • a56d6c3 chore(package): update semver to version 5.5.0 (#8913)
  • 47f4e78 chore(package): update uuid to version 3.2.1 (#8912)
  • 584839f chore(package): update mocha to version 5.0.0 (#8911)
  • d4a34ae docs(associations): project / tasks example cardinality (#8903)
  • 781d528 fix(datatypes): Sequelize.NOW set milliseconds to zero (#8896)
  • e5a9efd chore(package): update sinon to version 4.1.5 (#8894)
  • 39878dc chore(package): update semantic-release to version 12.2.2 (#8893)
  • 48e8f7b fix(findAndCount): throws unhandled rejection from findAll (#8887)
  • 0d34413 chore(package): update chai-spies to version 1.0.0 (#8884)
  • 50c27c6 docs(querying): improve random order comment (#8869)

There are 67 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.32.1 just got published.

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

Release Notes v4.32.1

4.32.1 (2018-01-22)

Bug Fixes

  • selectQuery: don't add empty HAVING clause (#8931) (335efd6)
Commits

The new version differs by 69 commits.

  • bb25c19 test: scope working or operator (#8933)
  • 335efd6 fix(selectQuery): don't add empty HAVING clause (#8931)
  • a4a0f88 feat(upsert): return upserted record with options.returning=true (#8924)
  • 9d38f81 chore(package): update sinon to version 4.2.0 (#8929)
  • 8b8d65e test: scope with operators work for findAll (#8926)
  • 1d0553b chore(package): update eslint to version 4.16.0 (#8922)
  • 3cea5c4 chore(package): update sinon to version 4.1.6 (#8914)
  • a56d6c3 chore(package): update semver to version 5.5.0 (#8913)
  • 47f4e78 chore(package): update uuid to version 3.2.1 (#8912)
  • 584839f chore(package): update mocha to version 5.0.0 (#8911)
  • d4a34ae docs(associations): project / tasks example cardinality (#8903)
  • 781d528 fix(datatypes): Sequelize.NOW set milliseconds to zero (#8896)
  • e5a9efd chore(package): update sinon to version 4.1.5 (#8894)
  • 39878dc chore(package): update semantic-release to version 12.2.2 (#8893)
  • 48e8f7b fix(findAndCount): throws unhandled rejection from findAll (#8887)

There are 69 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.32.2 just got published.

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

Commits

The new version differs by 70 commits.

  • 0258081 fix(symbols): symbols not assigned by lodash.defaults (#8937)
  • bb25c19 test: scope working or operator (#8933)
  • 335efd6 fix(selectQuery): don't add empty HAVING clause (#8931)
  • a4a0f88 feat(upsert): return upserted record with options.returning=true (#8924)
  • 9d38f81 chore(package): update sinon to version 4.2.0 (#8929)
  • 8b8d65e test: scope with operators work for findAll (#8926)
  • 1d0553b chore(package): update eslint to version 4.16.0 (#8922)
  • 3cea5c4 chore(package): update sinon to version 4.1.6 (#8914)
  • a56d6c3 chore(package): update semver to version 5.5.0 (#8913)
  • 47f4e78 chore(package): update uuid to version 3.2.1 (#8912)
  • 584839f chore(package): update mocha to version 5.0.0 (#8911)
  • d4a34ae docs(associations): project / tasks example cardinality (#8903)
  • 781d528 fix(datatypes): Sequelize.NOW set milliseconds to zero (#8896)
  • e5a9efd chore(package): update sinon to version 4.1.5 (#8894)
  • 39878dc chore(package): update semantic-release to version 12.2.2 (#8893)

There are 70 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.32.3 just got published.

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

Commits

The new version differs by 76 commits.

  • b545767 fix(model): omit offset in findSeparate (#8987)
  • 7542b7e docs(migrations): fix config.json example (#8986)
  • ef0b537 chore(package): update validator to version 9.4.0 (#8976)
  • 314dcc9 docs(testimonials): update connected cars logo / url (#8975)
  • 8b0228b chore(package): update lcov-result-merger to version 2.0.0 (#8971)
  • f36db54 chore(package): update sinon to version 4.2.2 (#8958)
  • 0258081 fix(symbols): symbols not assigned by lodash.defaults (#8937)
  • bb25c19 test: scope working or operator (#8933)
  • 335efd6 fix(selectQuery): don't add empty HAVING clause (#8931)
  • a4a0f88 feat(upsert): return upserted record with options.returning=true (#8924)
  • 9d38f81 chore(package): update sinon to version 4.2.0 (#8929)
  • 8b8d65e test: scope with operators work for findAll (#8926)
  • 1d0553b chore(package): update eslint to version 4.16.0 (#8922)
  • 3cea5c4 chore(package): update sinon to version 4.1.6 (#8914)
  • a56d6c3 chore(package): update semver to version 5.5.0 (#8913)

There are 76 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.32.4 just got published.

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

Commits

The new version differs by 77 commits.

  • a9730aa fix: pg@7 incompatibilities (#8979)
  • b545767 fix(model): omit offset in findSeparate (#8987)
  • 7542b7e docs(migrations): fix config.json example (#8986)
  • ef0b537 chore(package): update validator to version 9.4.0 (#8976)
  • 314dcc9 docs(testimonials): update connected cars logo / url (#8975)
  • 8b0228b chore(package): update lcov-result-merger to version 2.0.0 (#8971)
  • f36db54 chore(package): update sinon to version 4.2.2 (#8958)
  • 0258081 fix(symbols): symbols not assigned by lodash.defaults (#8937)
  • bb25c19 test: scope working or operator (#8933)
  • 335efd6 fix(selectQuery): don't add empty HAVING clause (#8931)
  • a4a0f88 feat(upsert): return upserted record with options.returning=true (#8924)
  • 9d38f81 chore(package): update sinon to version 4.2.0 (#8929)
  • 8b8d65e test: scope with operators work for findAll (#8926)
  • 1d0553b chore(package): update eslint to version 4.16.0 (#8922)
  • 3cea5c4 chore(package): update sinon to version 4.1.6 (#8914)

There are 77 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.32.5 just got published.

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

Commits

The new version differs by 78 commits.

  • d65a95c fix: remove pg-types from dependencies
  • a9730aa fix: pg@7 incompatibilities (#8979)
  • b545767 fix(model): omit offset in findSeparate (#8987)
  • 7542b7e docs(migrations): fix config.json example (#8986)
  • ef0b537 chore(package): update validator to version 9.4.0 (#8976)
  • 314dcc9 docs(testimonials): update connected cars logo / url (#8975)
  • 8b0228b chore(package): update lcov-result-merger to version 2.0.0 (#8971)
  • f36db54 chore(package): update sinon to version 4.2.2 (#8958)
  • 0258081 fix(symbols): symbols not assigned by lodash.defaults (#8937)
  • bb25c19 test: scope working or operator (#8933)
  • 335efd6 fix(selectQuery): don't add empty HAVING clause (#8931)
  • a4a0f88 feat(upsert): return upserted record with options.returning=true (#8924)
  • 9d38f81 chore(package): update sinon to version 4.2.0 (#8929)
  • 8b8d65e test: scope with operators work for findAll (#8926)
  • 1d0553b chore(package): update eslint to version 4.16.0 (#8922)

There are 78 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.32.6 just got published.

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

Commits

The new version differs by 79 commits.

  • a54a7a5 fix(model/findOrBuild): handle includes (#8938)
  • d65a95c fix: remove pg-types from dependencies
  • a9730aa fix: pg@7 incompatibilities (#8979)
  • b545767 fix(model): omit offset in findSeparate (#8987)
  • 7542b7e docs(migrations): fix config.json example (#8986)
  • ef0b537 chore(package): update validator to version 9.4.0 (#8976)
  • 314dcc9 docs(testimonials): update connected cars logo / url (#8975)
  • 8b0228b chore(package): update lcov-result-merger to version 2.0.0 (#8971)
  • f36db54 chore(package): update sinon to version 4.2.2 (#8958)
  • 0258081 fix(symbols): symbols not assigned by lodash.defaults (#8937)
  • bb25c19 test: scope working or operator (#8933)
  • 335efd6 fix(selectQuery): don't add empty HAVING clause (#8931)
  • a4a0f88 feat(upsert): return upserted record with options.returning=true (#8924)
  • 9d38f81 chore(package): update sinon to version 4.2.0 (#8929)
  • 8b8d65e test: scope with operators work for findAll (#8926)

There are 79 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.32.7 just got published.

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

Commits

The new version differs by 81 commits.

  • 0cf1911 fix(sequelize/query): retry entire query (#8991)
  • ba26a85 docs(Getting Started): Update npm install for latest pg (#9000)
  • a54a7a5 fix(model/findOrBuild): handle includes (#8938)
  • d65a95c fix: remove pg-types from dependencies
  • a9730aa fix: pg@7 incompatibilities (#8979)
  • b545767 fix(model): omit offset in findSeparate (#8987)
  • 7542b7e docs(migrations): fix config.json example (#8986)
  • ef0b537 chore(package): update validator to version 9.4.0 (#8976)
  • 314dcc9 docs(testimonials): update connected cars logo / url (#8975)
  • 8b0228b chore(package): update lcov-result-merger to version 2.0.0 (#8971)
  • f36db54 chore(package): update sinon to version 4.2.2 (#8958)
  • 0258081 fix(symbols): symbols not assigned by lodash.defaults (#8937)
  • bb25c19 test: scope working or operator (#8933)
  • 335efd6 fix(selectQuery): don't add empty HAVING clause (#8931)
  • a4a0f88 feat(upsert): return upserted record with options.returning=true (#8924)

There are 81 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.33.0 just got published.

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

Commits

The new version differs by 82 commits.

  • f8a98a1 feat(mysql): bind parameters (#8861)
  • 0cf1911 fix(sequelize/query): retry entire query (#8991)
  • ba26a85 docs(Getting Started): Update npm install for latest pg (#9000)
  • a54a7a5 fix(model/findOrBuild): handle includes (#8938)
  • d65a95c fix: remove pg-types from dependencies
  • a9730aa fix: pg@7 incompatibilities (#8979)
  • b545767 fix(model): omit offset in findSeparate (#8987)
  • 7542b7e docs(migrations): fix config.json example (#8986)
  • ef0b537 chore(package): update validator to version 9.4.0 (#8976)
  • 314dcc9 docs(testimonials): update connected cars logo / url (#8975)
  • 8b0228b chore(package): update lcov-result-merger to version 2.0.0 (#8971)
  • f36db54 chore(package): update sinon to version 4.2.2 (#8958)
  • 0258081 fix(symbols): symbols not assigned by lodash.defaults (#8937)
  • bb25c19 test: scope working or operator (#8933)
  • 335efd6 fix(selectQuery): don't add empty HAVING clause (#8931)

There are 82 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.33.1 just got published.

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

Commits

The new version differs by 83 commits.

  • 7cb7394 fix(escape): Escape null character in postgres (#9006)
  • f8a98a1 feat(mysql): bind parameters (#8861)
  • 0cf1911 fix(sequelize/query): retry entire query (#8991)
  • ba26a85 docs(Getting Started): Update npm install for latest pg (#9000)
  • a54a7a5 fix(model/findOrBuild): handle includes (#8938)
  • d65a95c fix: remove pg-types from dependencies
  • a9730aa fix: pg@7 incompatibilities (#8979)
  • b545767 fix(model): omit offset in findSeparate (#8987)
  • 7542b7e docs(migrations): fix config.json example (#8986)
  • ef0b537 chore(package): update validator to version 9.4.0 (#8976)
  • 314dcc9 docs(testimonials): update connected cars logo / url (#8975)
  • 8b0228b chore(package): update lcov-result-merger to version 2.0.0 (#8971)
  • f36db54 chore(package): update sinon to version 4.2.2 (#8958)
  • 0258081 fix(symbols): symbols not assigned by lodash.defaults (#8937)
  • bb25c19 test: scope working or operator (#8933)

There are 83 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.33.2 just got published.

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

Commits

The new version differs by 84 commits.

  • d92d0d5 fix(postgres/connection-manager): Don't leak OIDs between instances (#9026)
  • 7cb7394 fix(escape): Escape null character in postgres (#9006)
  • f8a98a1 feat(mysql): bind parameters (#8861)
  • 0cf1911 fix(sequelize/query): retry entire query (#8991)
  • ba26a85 docs(Getting Started): Update npm install for latest pg (#9000)
  • a54a7a5 fix(model/findOrBuild): handle includes (#8938)
  • d65a95c fix: remove pg-types from dependencies
  • a9730aa fix: pg@7 incompatibilities (#8979)
  • b545767 fix(model): omit offset in findSeparate (#8987)
  • 7542b7e docs(migrations): fix config.json example (#8986)
  • ef0b537 chore(package): update validator to version 9.4.0 (#8976)
  • 314dcc9 docs(testimonials): update connected cars logo / url (#8975)
  • 8b0228b chore(package): update lcov-result-merger to version 2.0.0 (#8971)
  • f36db54 chore(package): update sinon to version 4.2.2 (#8958)
  • 0258081 fix(symbols): symbols not assigned by lodash.defaults (#8937)

There are 84 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.33.3 just got published.

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

Commits

The new version differs by 85 commits.

  • 0abea9f fix(indexes): duplicate unique indexes with sync (#9033)
  • d92d0d5 fix(postgres/connection-manager): Don't leak OIDs between instances (#9026)
  • 7cb7394 fix(escape): Escape null character in postgres (#9006)
  • f8a98a1 feat(mysql): bind parameters (#8861)
  • 0cf1911 fix(sequelize/query): retry entire query (#8991)
  • ba26a85 docs(Getting Started): Update npm install for latest pg (#9000)
  • a54a7a5 fix(model/findOrBuild): handle includes (#8938)
  • d65a95c fix: remove pg-types from dependencies
  • a9730aa fix: pg@7 incompatibilities (#8979)
  • b545767 fix(model): omit offset in findSeparate (#8987)
  • 7542b7e docs(migrations): fix config.json example (#8986)
  • ef0b537 chore(package): update validator to version 9.4.0 (#8976)
  • 314dcc9 docs(testimonials): update connected cars logo / url (#8975)
  • 8b0228b chore(package): update lcov-result-merger to version 2.0.0 (#8971)
  • f36db54 chore(package): update sinon to version 4.2.2 (#8958)

There are 85 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.33.4 just got published.

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

Commits

The new version differs by 89 commits.

  • e92dc6f fix(mssql): reject if end was called before connect (#9037)
  • cdd6b59 docs(query-interface): use common lower case format for addConstraint (#9038)
  • 224f329 chores: update dependencies (#9036)
  • 091abb4 test: alter:true create duplicate index
  • 0abea9f fix(indexes): duplicate unique indexes with sync (#9033)
  • d92d0d5 fix(postgres/connection-manager): Don't leak OIDs between instances (#9026)
  • 7cb7394 fix(escape): Escape null character in postgres (#9006)
  • f8a98a1 feat(mysql): bind parameters (#8861)
  • 0cf1911 fix(sequelize/query): retry entire query (#8991)
  • ba26a85 docs(Getting Started): Update npm install for latest pg (#9000)
  • a54a7a5 fix(model/findOrBuild): handle includes (#8938)
  • d65a95c fix: remove pg-types from dependencies
  • a9730aa fix: pg@7 incompatibilities (#8979)
  • b545767 fix(model): omit offset in findSeparate (#8987)
  • 7542b7e docs(migrations): fix config.json example (#8986)

There are 89 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.34.0 just got published.

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

Release Notes v4.34.0

4.34.0 (2018-02-25)

Bug Fixes

Features

Commits

The new version differs by 95 commits.

  • 60c04d9 feat(query): add ability to pass arrays as replacements (#9050) (#9054)
  • 222b13f fix(sequelize/query): use hasOwnProperty for keys in query (#9100) (#9101)
  • f1c15df docs(getting-started): use operatorsAliases:false as default config(#9076)
  • 894fdf3 docs(createTable): attributes should be object (#9104)
  • ce39d38 docs: add missing comma
  • 196a381 docs(upgrade-v4): instruction for include and required (#9048)
  • e92dc6f fix(mssql): reject if end was called before connect (#9037)
  • cdd6b59 docs(query-interface): use common lower case format for addConstraint (#9038)
  • 224f329 chores: update dependencies (#9036)
  • 091abb4 test: alter:true create duplicate index
  • 0abea9f fix(indexes): duplicate unique indexes with sync (#9033)
  • d92d0d5 fix(postgres/connection-manager): Don't leak OIDs between instances (#9026)
  • 7cb7394 fix(escape): Escape null character in postgres (#9006)
  • f8a98a1 feat(mysql): bind parameters (#8861)
  • 0cf1911 fix(sequelize/query): retry entire query (#8991)

There are 95 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.34.1 just got published.

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

Release Notes v4.34.1

4.34.1 (2018-02-27)

Bug Fixes

  • model/upsert: support options.validation (#8872) (191819f)
Commits

The new version differs by 96 commits.

  • 191819f fix(model/upsert): support options.validation (#8872)
  • 60c04d9 feat(query): add ability to pass arrays as replacements (#9050) (#9054)
  • 222b13f fix(sequelize/query): use hasOwnProperty for keys in query (#9100) (#9101)
  • f1c15df docs(getting-started): use operatorsAliases:false as default config(#9076)
  • 894fdf3 docs(createTable): attributes should be object (#9104)
  • ce39d38 docs: add missing comma
  • 196a381 docs(upgrade-v4): instruction for include and required (#9048)
  • e92dc6f fix(mssql): reject if end was called before connect (#9037)
  • cdd6b59 docs(query-interface): use common lower case format for addConstraint (#9038)
  • 224f329 chores: update dependencies (#9036)
  • 091abb4 test: alter:true create duplicate index
  • 0abea9f fix(indexes): duplicate unique indexes with sync (#9033)
  • d92d0d5 fix(postgres/connection-manager): Don't leak OIDs between instances (#9026)
  • 7cb7394 fix(escape): Escape null character in postgres (#9006)
  • f8a98a1 feat(mysql): bind parameters (#8861)

There are 96 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.35.0 just got published.

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

Release Notes v4.35.0

4.35.0 (2018-02-28)

Bug Fixes

  • update validator.js to prevent denial of service (#9112) (bee03c1)

Features

Commits

The new version differs by 99 commits.

  • 5b6dae7 feat(dropSchema): support for mssql (#9081)
  • baba4bc docs: comma fix on 'several rows update' sample code (#9114)
  • bee03c1 fix: update validator.js to prevent denial of service (#9112)
  • 191819f fix(model/upsert): support options.validation (#8872)
  • 60c04d9 feat(query): add ability to pass arrays as replacements (#9050) (#9054)
  • 222b13f fix(sequelize/query): use hasOwnProperty for keys in query (#9100) (#9101)
  • f1c15df docs(getting-started): use operatorsAliases:false as default config(#9076)
  • 894fdf3 docs(createTable): attributes should be object (#9104)
  • ce39d38 docs: add missing comma
  • 196a381 docs(upgrade-v4): instruction for include and required (#9048)
  • e92dc6f fix(mssql): reject if end was called before connect (#9037)
  • cdd6b59 docs(query-interface): use common lower case format for addConstraint (#9038)
  • 224f329 chores: update dependencies (#9036)
  • 091abb4 test: alter:true create duplicate index
  • 0abea9f fix(indexes): duplicate unique indexes with sync (#9033)

There are 99 commits in total.

See the full diff