|
1 | 1 | ## Parse Server Changelog
|
2 | 2 |
|
3 | 3 | ### master
|
4 |
| -[Full Changelog](https://github.com/parse-community/parse-server/compare/2.7.4...master) |
| 4 | +[Full Changelog](https://github.com/parse-community/parse-server/compare/2.8.0...master) |
| 5 | + |
| 6 | +### 2.8.0 |
| 7 | +[Full Changelog](https://github.com/parse-community/parse-server/compare/2.8.0...2.7.4) |
| 8 | + |
| 9 | +#### New Features |
| 10 | +* Adding Mongodb element to add `arrayMatches` the #4762 (#4766), thanks to [Jérémy Piednoel](https://github.com/jeremypiednoel) |
| 11 | +* Adds ability to Lockout users (#4749), thanks to [Florent Vilmart](https://github.com/flovilmart) |
| 12 | + |
| 13 | +#### Bug fixes: |
| 14 | +* Fixes issue when using afterFind with relations (#4752), thanks to [Florent Vilmart](https://github.com/flovilmart) |
| 15 | +* New query condition support to match all strings that starts with some other given strings (#3864), thanks to [Eduard Bosch Bertran](https://github.com/eduardbosch) |
| 16 | +* Allow creation of indices on default fields (#4738), thanks to [Claire Neveu](https://github.com/ClaireNeveu) |
| 17 | +* Purging empty class (#4676), thanks to [Diamond Lewis](https://github.com/dplewis) |
| 18 | +* Postgres: Fixes issues comparing to zero or false (#4667), thanks to [Diamond Lewis](https://github.com/dplewis) |
| 19 | +* Fix Aggregate Match Pointer (#4643), thanks to [Diamond Lewis](https://github.com/dplewis) |
| 20 | + |
| 21 | +#### Improvements: |
| 22 | +* Allow Parse.Error when returning from Cloud Code (#4695), thanks to [Saulo Tauil](https://github.com/saulogt) |
| 23 | +* Fix typo: "requrest" -> "request" (#4761), thanks to [Joseph Frazier](https://github.com/josephfrazier) |
| 24 | +* Send version for Vkontakte API (#4725), thanks to [oleg](https://github.com/alekoleg) |
| 25 | +* Ensure we respond with invalid password even if email is unverified (#4708), thanks to [dblythy](https://github.com/dblythy) |
| 26 | +* Add _password_history to default sensitive data (#4699), thanks to [Jong Eun Lee](https://github.com/yomybaby) |
| 27 | +* Check for node version in postinstall script (#4657), thanks to [Diamond Lewis](https://github.com/dplewis) |
| 28 | +* Remove FB Graph API version from URL to use the oldest non deprecated version, thanks to [SebC](https://github.com/SebC99) |
| 29 | + |
| 30 | +#### Dependency Updates: |
| 31 | +* [@parse/push-adapter@2.0.3](https://www.npmjs.com/package/@parse/push-adapter) |
| 32 | +* [@parse/simple-mailgun-adapter@1.0.2](https://www.npmjs.com/package/@parse/simple-mailgun-adapter) |
| 33 | +* [[email protected]](https://www.npmjs.com/package/uws) |
| 34 | +* [[email protected]](https://www.npmjs.com/package/body-parser) |
| 35 | +* [[email protected]](https://www.npmjs.com/package/mime) |
| 36 | +* [[email protected]](https://www.npmjs.com/package/request) |
| 37 | +* [[email protected]](https://www.npmjs.com/package/mongodb) |
| 38 | +* [[email protected]](https://www.npmjs.com/package/bcrypt) |
| 39 | +* [[email protected]](https://www.npmjs.com/package/ws) |
| 40 | + |
| 41 | +##### Devevelopment Dependencies Updates: |
| 42 | +* [[email protected]](https://www.npmjs.com/package/cross-env) |
| 43 | +* [[email protected]](https://www.npmjs.com/package/flow-bin) |
| 44 | +* [[email protected]](https://www.npmjs.com/package/deep-diff) |
| 45 | +* [[email protected]](https://www.npmjs.com/package/nodemon) |
| 46 | + |
5 | 47 |
|
6 | 48 | ### 2.7.4
|
7 | 49 | [Full Changelog](https://github.com/parse-community/parse-server/compare/2.7.4...2.7.3)
|
|
0 commit comments