Skip to content

Commit 704cfe1

Browse files
committed
Adds Changelog
1 parent 919269c commit 704cfe1

File tree

1 file changed

+42
-1
lines changed

1 file changed

+42
-1
lines changed

CHANGELOG.md

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,48 @@
11
## Parse Server Changelog
22

33
### 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+
546

647
### 2.7.4
748
[Full Changelog](https://github.com/parse-community/parse-server/compare/2.7.4...2.7.3)

0 commit comments

Comments
 (0)