Skip to content

Commit fb6150f

Browse files
authored
2.2.25-beta.1 (#2995)
1 parent 908c480 commit fb6150f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
## Parse Server Changelog
22

3+
### 2.2.25-beta.1
4+
5+
Postgres support requires v9.5
6+
7+
#### New Features
8+
* Health check on /health, thanks to [Kirill Kravinsky](https://github.com/woyorus)
9+
* Reuse SchemaCache across requests option, thanks to [Steven Shipton](https://github.com/steven-supersolid)
10+
11+
#### Improvements
12+
* Better support for Redis cache adapter, thanks to [Tyler Brock](https://github.com/TylerBrock)
13+
* Better coverage of Postgres, thanks to [Kulshekhar Kabra](https://github.com/kulshekhar)
14+
315
### 2.2.24
416

517
#### New Features

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-server",
3-
"version": "2.2.24",
3+
"version": "2.2.25-beta.1",
44
"description": "An express module providing a Parse-compatible API server",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)