|
1 | 1 | ## Parse Server Changelog
|
2 | 2 |
|
| 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 | + |
3 | 38 | ### 2.4.2
|
4 | 39 | [Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.4.1...2.4.2)
|
5 | 40 |
|
|
0 commit comments