|
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 | +* Fix typo: "requrest" -> "request" (#4761), thanks to [Joseph Frazier](https://github.com/josephfrazier) |
| 23 | +* Send version for Vkontakte API (#4725), thanks to [oleg](https://github.com/alekoleg) |
| 24 | +* Ensure we respond with invalid password even if email is unverified (#4708), thanks to [dblythy](https://github.com/dblythy) |
| 25 | +* Add _password_history to default sensitive data (#4699), thanks to [Jong Eun Lee](https://github.com/yomybaby) |
| 26 | +* Check for node version in postinstall script (#4657), thanks to [Diamond Lewis](https://github.com/dplewis) |
| 27 | +* Remove FB Graph API version from URL to use the oldest non deprecated version, thanks to [SebC](https://github.com/SebC99) |
| 28 | + |
| 29 | +#### Dependency Updates: |
| 30 | +* [@parse/push-adapter@2.0.3](https://www.npmjs.com/package/@parse/push-adapter) |
| 31 | +* [@parse/simple-mailgun-adapter@1.0.2](https://www.npmjs.com/package/@parse/simple-mailgun-adapter) |
| 32 | +* [uws@10.148.0](https://www.npmjs.com/package/uws) |
| 33 | +* [body-parser@1.18.3](https://www.npmjs.com/package/body-parser) |
| 34 | +* [mime@2.3.1](https://www.npmjs.com/package/mime) |
| 35 | +* [request@2.85.0](https://www.npmjs.com/package/request) |
| 36 | +* [mongodb@3.0.7](https://www.npmjs.com/package/mongodb) |
| 37 | +* [bcrypt@2.0.1](https://www.npmjs.com/package/bcrypt) |
| 38 | +* [ws@5.1.1](https://www.npmjs.com/package/ws) |
| 39 | + |
| 40 | +##### Devevelopment Dependencies Updates: |
| 41 | +* [cross-env@5.1.5](https://www.npmjs.com/package/cross-env) |
| 42 | +* [flow-bin@0.71.0](https://www.npmjs.com/package/flow-bin) |
| 43 | +* [deep-diff@1.0.0](https://www.npmjs.com/package/deep-diff) |
| 44 | +* [nodemon@1.17.3](https://www.npmjs.com/package/nodemon) |
| 45 | + |
5 | 46 |
|
6 | 47 | ### 2.7.4
|
7 | 48 | [Full Changelog](https://github.com/parse-community/parse-server/compare/2.7.4...2.7.3)
|
|
0 commit comments