From cab69b491350e82a44bfff8959d43cf0671b71a0 Mon Sep 17 00:00:00 2001 From: Florent Vilmart Date: Fri, 9 Sep 2016 18:20:40 -0400 Subject: [PATCH] Changelog 2.2.19 (#2686) * Changelog 2.2.19 * Bumps package.json --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a86a5378..33e7bab4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ ## Parse Server Changelog +### 2.2.19 + +* New: support for upgrading to revocable sessions, thanks to [Florent Vilmart](https://github.com/flovilmart) +* New: NullCacheAdapter for disabling caching, thanks to [Yuki Takeichi](https://github.com/yuki-takeichi) +* New: Account lockout policy [#2601](https://github.com/ParsePlatform/parse-server/pull/2601), thanks to [Diwakar Cherukumilli](https://github.com/cherukumilli) +* New: Jobs endpoint for defining and run jobs (no scheduling), thanks to [Florent Vilmart](https://github.com/flovilmart) +* New: Add --cluster option to the CLI, thanks to [Florent Vilmart](https://github.com/flovilmart) +* New: Support for login with vk.com, thanks to [Nurdaulet Bolatov](https://github.com/nbolatov) +* New: experimental support for postgres databases, thanks to [Florent Vilmart](https://github.com/flovilmart) +* Fix: parse-server doesn't call next() after successful responses, thanks to [Florent Vilmart](https://github.com/flovilmart) +* Fix: Nested objects are properly includeed with Pointer Permissions on, thanks to [Florent Vilmart](https://github.com/flovilmart) +* Fix: null values in include calls are properly handled, thanks to [Florent Vilmart](https://github.com/flovilmart) +* Fix: Schema validations now runs after beforeSave hooks, thanks to [Florent Vilmart](https://github.com/flovilmart) +* Fix: usersname and passwords are properly type checked, thanks to [Bam Wang](https://github.com/bamwang) +* Fix: logging in info log would log also in error log, thanks to [Florent Vilmart](https://github.com/flovilmart) +* Fix: removes extaneous logging from ParseLiveQueryServer, thanks to [Flavio Torres](https://github.com/flavionegrao) +* Fix: support for Range requests for files, thanks to [Brage G. Staven](https://github.com/Bragegs) + ### 2.2.18 * Fix: Improve support for objects in push alert, thanks to [Antoine Lenoir](https://github.com/alenoir) diff --git a/package.json b/package.json index a6c67209..c0c04604 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-server", - "version": "2.2.18", + "version": "2.2.19", "description": "An express module providing a Parse-compatible API server", "main": "lib/index.js", "repository": {