From a60935dbfbae59d6249af6ebd4e815c95f59d531 Mon Sep 17 00:00:00 2001 From: Florent Vilmart Date: Sat, 24 Sep 2016 18:36:45 -0400 Subject: [PATCH] Changelog for 2.2.22 (#2775) * Changelog for 2.2.22 * Update CHANGELOG.md --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d433e52..cd62fb7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ ## Parse Server Changelog +### 2.2.22 + +* Minimum nodejs engine is now 4.5 + +#### New Features +* New: CLI for parse-live-query-server, thanks to [Florent Vilmart](https://github.com/flovilmart) +* New: Start parse-live-query-server for parse-server CLI, thanks to [Florent Vilmart](https://github.com/flovilmart) + +#### Bug fixes +* Fix: Include with pointers are not conflicting with get CLP anymore, thanks to [Florent Vilmart](https://github.com/flovilmart) +* Fix: Removes dependency on babel-polyfill, thanks to [Florent Vilmart](https://github.com/flovilmart) +* Fix: Support nested select calls, thanks to [Florent Vilmart](https://github.com/flovilmart) +* Fix: Use native column selection instead of runtime, thanks to [Florent Vilmart](https://github.com/flovilmart) +* Fix: installationId header is properly used when updating `_Installation` objects, thanks to [Florent Vilmart](https://github.com/flovilmart) +* Fix: don't crash parse-server on improperly formatted live-query messages, thanks to [Florent Vilmart](https://github.com/flovilmart) +* Fix: Passwords are properly stripped out of logs, thanks to [Arthur Cinader](https://github.com/acinader) +* Fix: Lookup for email in username if email is not set, thanks to [Florent Vilmart](https://github.com/flovilmart) + ### 2.2.21 * Fix: Reverts removal of babel-polyfill diff --git a/package.json b/package.json index 9937564e..b6ce8927 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-server", - "version": "2.2.21", + "version": "2.2.22", "description": "An express module providing a Parse-compatible API server", "main": "lib/index.js", "repository": {