File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
## Parse Server Changelog
2
2
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
+
3
15
### 2.2.24
4
16
5
17
#### New Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " parse-server" ,
3
- "version" : " 2.2.24 " ,
3
+ "version" : " 2.2.25-beta.1 " ,
4
4
"description" : " An express module providing a Parse-compatible API server" ,
5
5
"main" : " lib/index.js" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments