2.2.25-beta.1 (#2995)

This commit is contained in:
Florent Vilmart
2016-11-02 20:43:45 -04:00
committed by GitHub
parent 908c48098a
commit fb6150feb1
2 changed files with 13 additions and 1 deletions

View File

@@ -1,5 +1,17 @@
## Parse Server Changelog ## Parse Server Changelog
### 2.2.25-beta.1
Postgres support requires v9.5
#### New Features
* Health check on /health, thanks to [Kirill Kravinsky](https://github.com/woyorus)
* Reuse SchemaCache across requests option, thanks to [Steven Shipton](https://github.com/steven-supersolid)
#### Improvements
* Better support for Redis cache adapter, thanks to [Tyler Brock](https://github.com/TylerBrock)
* Better coverage of Postgres, thanks to [Kulshekhar Kabra](https://github.com/kulshekhar)
### 2.2.24 ### 2.2.24
#### New Features #### New Features

View File

@@ -1,6 +1,6 @@
{ {
"name": "parse-server", "name": "parse-server",
"version": "2.2.24", "version": "2.2.25-beta.1",
"description": "An express module providing a Parse-compatible API server", "description": "An express module providing a Parse-compatible API server",
"main": "lib/index.js", "main": "lib/index.js",
"repository": { "repository": {