Skip to content

Commit 457e21d

Browse files
authored
⚡ Release 2.5.1 (#3984)
* Update CHANGELOG.md * Update package.json
1 parent f42ccba commit 457e21d

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
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+
* [[email protected]](https://www.npmjs.com/package/parse)
15+
* [[email protected]](https://www.npmjs.com/package/pg-promise)
16+
* [[email protected]](https://www.npmjs.com/package/parse-server-s3-adapter)
17+
* [[email protected]](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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

0 commit comments

Comments
 (0)