Adds changelog for 2.2.20 (#2724)

* Adds changelog for 2.2.20

* nit
This commit is contained in:
Florent Vilmart
2016-09-18 07:55:37 -04:00
committed by GitHub
parent e5fa3b5e27
commit e97579ea85
2 changed files with 14 additions and 1 deletions

View File

@@ -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)

View File

@@ -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": {