From e97579ea8520d736de143f92cf261cf4073f7967 Mon Sep 17 00:00:00 2001 From: Florent Vilmart Date: Sun, 18 Sep 2016 07:55:37 -0400 Subject: [PATCH] Adds changelog for 2.2.20 (#2724) * Adds changelog for 2.2.20 * nit --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33e7bab4..7ffa1cf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ ## Parse Server Changelog +### 2.2.20 + +* New: Adds CloudCode handler for `beforeFind`, thanks to [Florent Vilmart](https://github.com/flovilmart) +* New: RedisCacheAdapter for syncing schema, role and user caches across servers, thanks to [Florent Vilmart](https://github.com/flovilmart) +* New: Latest master build available at `ParsePlatform/parse-server#latest`, thanks to [Florent Vilmart](https://github.com/flovilmart) +* Fix: Better support for upgradeToRevocableSession with missing session token, thanks to [Florent Vilmart](https://github.com/flovilmart) +* Fix: Removes babel-polyfill runtime dependency, thanks to [Florent Vilmart](https://github.com/flovilmart) +* Fix: Cluster option now support a boolean value for automatically choosing the right number of processes, thanks to [Florent Vilmart](https://github.com/flovilmart) +* Fix: Filenames now appear correctly, thanks to [Lama Chandrasena](https://github.com/lama-buddy) +* Fix: `_acl` is properly updated, thanks to [Steven Shipton](https://github.com/steven-supersolid) + +Other fixes by [Mathias Rangel Wulff](https://github.com/mathiasrw) + ### 2.2.19 * New: support for upgrading to revocable sessions, thanks to [Florent Vilmart](https://github.com/flovilmart) diff --git a/package.json b/package.json index c4699a7c..9b2d37a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-server", - "version": "2.2.19", + "version": "2.2.20", "description": "An express module providing a Parse-compatible API server", "main": "lib/index.js", "repository": {