File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1
1
## Parse Server Changelog
2
2
3
+ ### 2.5.1
4
+ [ Full Changelog] ( https://github.com/ParsePlatform/parse-server/compare/2.5.0...2.5.1 )
5
+
6
+ #### New Features:
7
+ * Adds ability to set default objectId size (#3950 ), thanks to [ Steven Shipton] ( https://github.com/steven-supersolid )
8
+
9
+ #### Improvements:
10
+ * Uses LRU cache instead of InMemoryCache by default (#3979 ), thanks to [ Florent Vilmart] ( https://github.com/flovilmart )
11
+ * iOS pushes are now using HTTP/2.0 instead of binary API (#3983 ), thanks to [ Florent Vilmart] ( https://github.com/flovilmart )
12
+
13
+ #### Dependency Updates:
14
+ * [ parse@1.10.0] ( https://www.npmjs.com/package/parse )
15
+ * [ pg-promise@6.3.0] ( https://www.npmjs.com/package/pg-promise )
16
+ * [ parse-server-s3-adapter@1.1.0] ( https://www.npmjs.com/package/parse-server-s3-adapter )
17
+ * [ parse-server-push-adapter@2.0.0] ( https://www.npmjs.com/package/parse-server-push-adapter )
18
+
3
19
### 2.5.0
4
20
[ Full Changelog] ( https://github.com/ParsePlatform/parse-server/compare/2.4.2...2.5.0 )
5
21
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " parse-server" ,
3
- "version" : " 2.5.0 " ,
3
+ "version" : " 2.5.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