Comparing version 5.0.0 to 5.0.1
@@ -0,5 +1,9 @@ | ||
### v5.0.1 | ||
- Update sql-ddl-sync (no functionality changes; lodash update) | ||
### v5.0.0 | ||
- Upgrade to latest `sqlite` & `mysql` package versions | ||
- Upgrade to `pg` 7.x. ORM will not work with `pg` < 7 | ||
- Drop support for nodejs < 4 (required due to `pg` upgrade) | ||
- Update dependencies ([#830](../../pull/830)) | ||
- You need to upgrade `pg` in your project to version 7.x. Older versions are no longer supported. | ||
- Postgres driver now has an error handler. You will need to add an error listener the the ORM instance returned by `connect` function, otherwise any errors will crash your application as per the [EventEmitter documentation](https://nodejs.org/api/events.html#events_error_events). This makes the Postgres driver consistent with other drivers supported by ORM (those however have reconnecting functionality, which prevents the error from surfacing). Due to the lack of reconnecting functionality, you should set `connection.reconnect` to `false` to avoid connection errors. | ||
- Drop support for nodejs < 4 (required due to `pg` v 7 upgrade) | ||
@@ -6,0 +10,0 @@ ### v4.0.2 |
@@ -15,3 +15,3 @@ { | ||
], | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"license": "MIT", | ||
@@ -71,3 +71,3 @@ "homepage": "http://dresende.github.io/node-orm2", | ||
"path-is-absolute": "1.0.1", | ||
"sql-ddl-sync": "0.3.13", | ||
"sql-ddl-sync": "0.3.14", | ||
"sql-query": "0.1.26" | ||
@@ -74,0 +74,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
270882
+ Addedsql-ddl-sync@0.3.14(transitive)
- Removedlodash@4.17.4(transitive)
- Removedsql-ddl-sync@0.3.13(transitive)
Updatedsql-ddl-sync@0.3.14