2.2.25-beta.1 (#2995)
This commit is contained in:
12
CHANGELOG.md
12
CHANGELOG.md
@@ -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
|
||||||
|
|||||||
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user