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 11## Parse Server Changelog
22
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+
319### 2.5.0
420[ Full Changelog] ( https://github.com/ParsePlatform/parse-server/compare/2.4.2...2.5.0 )
521
Original file line number Diff line number Diff line change 11{
22 "name" : " parse-server" ,
3- "version" : " 2.5.0 " ,
3+ "version" : " 2.5.1 " ,
44 "description" : " An express module providing a Parse-compatible API server" ,
55 "main" : " lib/index.js" ,
66 "repository" : {
You can’t perform that action at this time.
0 commit comments