From 432a2e15dbfd682aa5ad22ad2656120ae612888a Mon Sep 17 00:00:00 2001 From: Candy Date: Mon, 17 Apr 2017 16:22:13 -0400 Subject: [PATCH] 3.5.0 * Add instructions for running the tests (#1330) (Andrew McDonnell) * handle deep geo-near queries (#1314) (Eric Barault) * Unskip test case (Loay) * Make tests work for other connectors as well as C* (Tetsuo Seto) * Remove debugger statement (Tetsuo Seto) * Fixup test support for Cassandra connector (Tetsuo Seto) * Add test support for Cassandra connector (Tetsuo Seto) * package: use loopback-connector@^4.0.0 (Kevin Delisle) * Revert "handle deep geo-near queries (#1216)" (Sakib Hasan) * Revert "Allow `after save` hook to see count of records changed (#1231)" (Sakib Hasan) * Allow `after save` hook to see count of records changed (#1231) (Joshua Chaitin-Pollak) * handle deep geo-near queries (#1216) (Corentin H) * Fix model def column name method (#1224) (destillat) * Added notify flag for create and upsert (#1277) (Jonathan Sheely) * Custom Table Names on rels (#1303) (Waldemar Zahn) * Support multiple fk relations (#1308) (Sakib Hasan) * #1261 Property name "constructor" is not allowed in 'Model' data (#1284) (Thaer Abbas) --- CHANGES.md | 38 ++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 39 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index ed9b189a..a7b83686 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,41 @@ +2017-04-17, Version 3.5.0 +========================= + + * Add instructions for running the tests (#1330) (Andrew McDonnell) + + * handle deep geo-near queries (#1314) (Eric Barault) + + * Unskip test case (Loay) + + * Make tests work for other connectors as well as C* (Tetsuo Seto) + + * Remove debugger statement (Tetsuo Seto) + + * Fixup test support for Cassandra connector (Tetsuo Seto) + + * Add test support for Cassandra connector (Tetsuo Seto) + + * package: use loopback-connector@^4.0.0 (Kevin Delisle) + + * Revert "handle deep geo-near queries (#1216)" (Sakib Hasan) + + * Revert "Allow `after save` hook to see count of records changed (#1231)" (Sakib Hasan) + + * Allow `after save` hook to see count of records changed (#1231) (Joshua Chaitin-Pollak) + + * handle deep geo-near queries (#1216) (Corentin H) + + * Fix model def column name method (#1224) (destillat) + + * Added notify flag for create and upsert (#1277) (Jonathan Sheely) + + * Custom Table Names on rels (#1303) (Waldemar Zahn) + + * Support multiple fk relations (#1308) (Sakib Hasan) + + * #1261 Property name "constructor" is not allowed in 'Model' data (#1284) (Thaer Abbas) + + 2017-04-04, Version 3.4.1 ========================= diff --git a/package.json b/package.json index 8588ad81..2c509ad7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-datasource-juggler", - "version": "3.4.1", + "version": "3.5.0", "publishConfig": { "export-tests": true },