From f0790e9368fb15e9e9344f7335de249c09b89ab7 Mon Sep 17 00:00:00 2001 From: Florent Vilmart Date: Sat, 25 Nov 2017 16:24:49 -0500 Subject: [PATCH 1/2] :zap: Release 2.7.0 --- CHANGELOG.md | 38 +++++++++++++++++++++++++++++++++++++- package.json | 2 +- 2 files changed, 38 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02cf5dc4e0..5939ca6207 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,43 @@ ## Parse Server Changelog ### master -[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.6.5...master) +[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.7.0...master) + +### 2.7.0 +[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.7.0...2.6.5) + +Starting parse-server 2.7.0, the minimun nodejs version is 6.11.4, please update your engines before updating parse-server + +#### New Features: +* Aggregation endpoints, thanks to [Diamond Lewis](https://github.com/dplewis) +* Adds indexation options onto Schema endpoints, thanks to [Diamond Lewis](https://github.com/dplewis) + +#### Bug fixes: +* Fixes sessionTokens being overridden in 'find' (#4332), thanks to [Benjamin Wilson Friedman](https://github.com/montymxb) +* Proper `handleShutdown()` feature to close database connections (#4361), thanks to [CHANG, TZU-YEN](https://github.com/trylovetom) +* Fixes issue affecting state of _PushStatus objects, thanks to [Benjamin Wilson Friedman](https://github.com/montymxb) +* Fixes issue affecting calling password reset password pages with wrong appid, thanks to [Bryan de Leon](https://github.com/bryandel) +* Fixes issue affecting duplicates _Sessions on successive logins, thanks to [Florent Vilmart](https://github.com/flovilmart) + +#### Improvements: +* Updates contributing guides, and improves windows support, thanks to [Addison Elliott](https://github.com/addisonelliott) +* Uses new official scoped packaged, thanks to [Florent Vilmart](https://github.com/flovilmart) +* Improves health checks responses, thanks to [Benjamin Wilson Friedman](https://github.com/montymxb) +* Add password confirmation to choose_password, thanks to [Worathiti Manosroi](https://github.com/pungme) +* Improve performance of relation queries, thanks to [Florent Vilmart](https://github.com/flovilmart) + +#### Dependency Updates: +* [commander@2.12.1](https://www.npmjs.com/package/commander) +* [ws@3.3.2](https://www.npmjs.com/package/ws) +* [uws@9.14.0](https://www.npmjs.com/package/uws) +* [pg-promise@7.3.2](https://www.npmjs.com/package/pg-promise) +* [parse@1.10.2](https://www.npmjs.com/package/parse) +* [pg-promise@7.3.1](https://www.npmjs.com/package/pg-promise) + +##### Devevelopment Dependencies Updates: +* [cross-env@5.1.1](https://www.npmjs.com/package/cross-env) + + ### 2.6.5 [Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.6.5...2.6.4) diff --git a/package.json b/package.json index 1742f4a548..f799961b7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-server", - "version": "2.6.5", + "version": "2.7.0", "description": "An express module providing a Parse-compatible API server", "main": "lib/index.js", "repository": { From 56524087e4061a771aba6d2364e628a7faedca39 Mon Sep 17 00:00:00 2001 From: Florent Vilmart Date: Sat, 25 Nov 2017 19:28:08 -0500 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5939ca6207..ca6cb0bb94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ ## Parse Server Changelog ### master -[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.7.0...master) +[Full Changelog](https://github.com/parse-community/parse-server/compare/2.7.0...master) ### 2.7.0 -[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.7.0...2.6.5) +[Full Changelog](https://github.com/parse-community/parse-server/compare/2.7.0...2.6.5) Starting parse-server 2.7.0, the minimun nodejs version is 6.11.4, please update your engines before updating parse-server