Skip to content

Commit bd6816c

Browse files
authored
⚡ Release 2.5.0 (#3957)
* Update package.json * Update CHANGELOG.md
1 parent 91193c7 commit bd6816c

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
## Parse Server Changelog
22

3+
### 2.5.0
4+
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.4.2...2.5.0)
5+
6+
#### New Features:
7+
* Adds ability to run full text search (#3904), thanks to [Diamond Lewis](https://github.com/dplewis)
8+
* Adds ability to run `$withinPolygon` queries (#3889), thanks to [Diamond Lewis](https://github.com/dplewis)
9+
* Adds ability to pass read preference per query with mongodb (#3865), thanks to [davimacedo](https://github.com/davimacedo)
10+
* beforeFind trigger now includes `isGet` for get queries (#3862), thanks to [davimacedo](https://github.com/davimacedo)
11+
* Adds endpoints for dashboard's audience API (#3861), thanks to [davimacedo](https://github.com/davimacedo)
12+
* Restores the job scheduling endpoints (#3927), thanks to [Florent Vilmart](https://github.com/flovilmart)
13+
14+
#### Improvements:
15+
* Removes unnecessary warning when using maxTimeMs with mongodb, thanks to [Tyler Brock](https://github.com/tbrock)
16+
* Improves access control on system classes (#3916), thanks to [Worathiti Manosroi](https://github.com/pungme)
17+
* Adds bytes support in postgres (#3894), thanks to [Diamond Lewis](https://github.com/dplewis)
18+
19+
#### Bug Fixes:
20+
* Fixes issue with vkontakte adapter that would hang the request, thanks to [Denis Trofimov](https://github.com/denistrofimov)
21+
* Fixes issue affecting null relational data (#3924), thanks to [davimacedo](https://github.com/davimacedo)
22+
* Fixes issue affecting session token deletion (#3937), thanks to [Florent Vilmart](https://github.com/flovilmart)
23+
* Fixes issue affecting the serverInfo endpoint (#3933), thanks to [Florent Vilmart](https://github.com/flovilmart)
24+
* Fixes issue affecting beforeSave with dot-noted sub-documents (#3912), thanks to [IlyaDiallo](https://github.com/IlyaDiallo)
25+
* Fixes issue affecting emails being sent when using a 3rd party auth (#3882), thanks to [davimacedo](https://github.com/davimacedo)
26+
27+
#### Dependency Updates:
28+
* [[email protected]](https://www.npmjs.com/package/commander)
29+
* [[email protected]](https://www.npmjs.com/package/pg-promise)
30+
* [[email protected]](https://www.npmjs.com/package/lru-cache)
31+
* [[email protected]](https://www.npmjs.com/package/mongodb)
32+
33+
##### Devevelopment dependencies
34+
* [[email protected]](https://www.npmjs.com/package/babel-core)
35+
* [[email protected]](https://www.npmjs.com/package/cross-env)
36+
* [[email protected]](https://www.npmjs.com/package/nyc)
37+
338
### 2.4.2
439
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.4.1...2.4.2)
540

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.4.2",
3+
"version": "2.5.0",
44
"description": "An express module providing a Parse-compatible API server",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)