Skip to content

Commit 8fe3265

Browse files
authored
Release 2.8.0 (#4767)
* Ensure issue template has proper line endings * Bumps to 2.8.0 * Adds Changelog
1 parent 95550f4 commit 8fe3265

File tree

3 files changed

+95
-53
lines changed

3 files changed

+95
-53
lines changed

.github/ISSUE_TEMPLATE/Bug_report.md

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,51 @@
1-
---
2-
name: Report an issue
3-
about: Report an issue on parse-server
4-
5-
---
6-
7-
We use GitHub Issues for bugs.
8-
9-
If you have a non-bug question, ask on Stack Overflow or Server Fault:
10-
- https://stackoverflow.com/questions/tagged/parse.com
11-
- https://serverfault.com/tags/parse
12-
13-
If you have a vulnerability disclosure, please follow our policy available here https://github.com/parse-community/parse-server/blob/master/SECURITY.md
14-
15-
You may also search through existing issues before opening a new one: https://github.com/parse-community/parse-server/issues?utf8=%E2%9C%93&q=is%3Aissue
16-
17-
--- Please use this template. If you don't use this template, your issue may be closed without comment. ---
18-
19-
### Issue Description
20-
21-
Describe your issue in as much detail as possible.
22-
23-
### Steps to reproduce
24-
25-
Please include a detailed list of steps that reproduce the issue. Include curl commands when applicable.
26-
27-
#### Expected Results
28-
29-
What you expected to happen.
30-
31-
#### Actual Outcome
32-
33-
What is happening instead.
34-
35-
### Environment Setup
36-
37-
- **Server**
38-
- parse-server version (Be specific! Don't say 'latest'.) : [FILL THIS OUT]
39-
- Operating System: [FILL THIS OUT]
40-
- Hardware: [FILL THIS OUT]
41-
- Localhost or remote server? (AWS, Heroku, Azure, Digital Ocean, etc): [FILL THIS OUT]
42-
43-
- **Database**
44-
- MongoDB version: [FILL THIS OUT]
45-
- Storage engine: [FILL THIS OUT]
46-
- Hardware: [FILL THIS OUT]
47-
- Localhost or remote server? (AWS, mLab, ObjectRocket, Digital Ocean, etc): [FILL THIS OUT]
48-
49-
### Logs/Trace
50-
51-
Include all relevant logs. You can turn on additional logging by configuring VERBOSE=1 in your environment.
1+
---
2+
name: Report an issue
3+
about: Report an issue on parse-server
4+
5+
---
6+
7+
We use GitHub Issues for bugs.
8+
9+
If you have a non-bug question, ask on Stack Overflow or Server Fault:
10+
- https://stackoverflow.com/questions/tagged/parse.com
11+
- https://serverfault.com/tags/parse
12+
13+
If you have a vulnerability disclosure, please follow our policy available here https://github.com/parse-community/parse-server/blob/master/SECURITY.md
14+
15+
You may also search through existing issues before opening a new one: https://github.com/parse-community/parse-server/issues?utf8=%E2%9C%93&q=is%3Aissue
16+
17+
--- Please use this template. If you don't use this template, your issue may be closed without comment. ---
18+
19+
### Issue Description
20+
21+
Describe your issue in as much detail as possible.
22+
23+
### Steps to reproduce
24+
25+
Please include a detailed list of steps that reproduce the issue. Include curl commands when applicable.
26+
27+
#### Expected Results
28+
29+
What you expected to happen.
30+
31+
#### Actual Outcome
32+
33+
What is happening instead.
34+
35+
### Environment Setup
36+
37+
- **Server**
38+
- parse-server version (Be specific! Don't say 'latest'.) : [FILL THIS OUT]
39+
- Operating System: [FILL THIS OUT]
40+
- Hardware: [FILL THIS OUT]
41+
- Localhost or remote server? (AWS, Heroku, Azure, Digital Ocean, etc): [FILL THIS OUT]
42+
43+
- **Database**
44+
- MongoDB version: [FILL THIS OUT]
45+
- Storage engine: [FILL THIS OUT]
46+
- Hardware: [FILL THIS OUT]
47+
- Localhost or remote server? (AWS, mLab, ObjectRocket, Digital Ocean, etc): [FILL THIS OUT]
48+
49+
### Logs/Trace
50+
51+
Include all relevant logs. You can turn on additional logging by configuring VERBOSE=1 in your environment.

CHANGELOG.md

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,49 @@
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+
* 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+
547

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

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

0 commit comments

Comments
 (0)