Release 2.8.0 (#4767)
* Ensure issue template has proper line endings * Bumps to 2.8.0 * Adds Changelog
This commit is contained in:
102
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
102
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
@@ -1,51 +1,51 @@
|
|||||||
---
|
---
|
||||||
name: Report an issue
|
name: Report an issue
|
||||||
about: Report an issue on parse-server
|
about: Report an issue on parse-server
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
We use GitHub Issues for bugs.
|
We use GitHub Issues for bugs.
|
||||||
|
|
||||||
If you have a non-bug question, ask on Stack Overflow or Server Fault:
|
If you have a non-bug question, ask on Stack Overflow or Server Fault:
|
||||||
- https://stackoverflow.com/questions/tagged/parse.com
|
- https://stackoverflow.com/questions/tagged/parse.com
|
||||||
- https://serverfault.com/tags/parse
|
- https://serverfault.com/tags/parse
|
||||||
|
|
||||||
If you have a vulnerability disclosure, please follow our policy available here https://github.com/parse-community/parse-server/blob/master/SECURITY.md
|
If you have a vulnerability disclosure, please follow our policy available here https://github.com/parse-community/parse-server/blob/master/SECURITY.md
|
||||||
|
|
||||||
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
|
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
|
||||||
|
|
||||||
--- Please use this template. If you don't use this template, your issue may be closed without comment. ---
|
--- Please use this template. If you don't use this template, your issue may be closed without comment. ---
|
||||||
|
|
||||||
### Issue Description
|
### Issue Description
|
||||||
|
|
||||||
Describe your issue in as much detail as possible.
|
Describe your issue in as much detail as possible.
|
||||||
|
|
||||||
### Steps to reproduce
|
### Steps to reproduce
|
||||||
|
|
||||||
Please include a detailed list of steps that reproduce the issue. Include curl commands when applicable.
|
Please include a detailed list of steps that reproduce the issue. Include curl commands when applicable.
|
||||||
|
|
||||||
#### Expected Results
|
#### Expected Results
|
||||||
|
|
||||||
What you expected to happen.
|
What you expected to happen.
|
||||||
|
|
||||||
#### Actual Outcome
|
#### Actual Outcome
|
||||||
|
|
||||||
What is happening instead.
|
What is happening instead.
|
||||||
|
|
||||||
### Environment Setup
|
### Environment Setup
|
||||||
|
|
||||||
- **Server**
|
- **Server**
|
||||||
- parse-server version (Be specific! Don't say 'latest'.) : [FILL THIS OUT]
|
- parse-server version (Be specific! Don't say 'latest'.) : [FILL THIS OUT]
|
||||||
- Operating System: [FILL THIS OUT]
|
- Operating System: [FILL THIS OUT]
|
||||||
- Hardware: [FILL THIS OUT]
|
- Hardware: [FILL THIS OUT]
|
||||||
- Localhost or remote server? (AWS, Heroku, Azure, Digital Ocean, etc): [FILL THIS OUT]
|
- Localhost or remote server? (AWS, Heroku, Azure, Digital Ocean, etc): [FILL THIS OUT]
|
||||||
|
|
||||||
- **Database**
|
- **Database**
|
||||||
- MongoDB version: [FILL THIS OUT]
|
- MongoDB version: [FILL THIS OUT]
|
||||||
- Storage engine: [FILL THIS OUT]
|
- Storage engine: [FILL THIS OUT]
|
||||||
- Hardware: [FILL THIS OUT]
|
- Hardware: [FILL THIS OUT]
|
||||||
- Localhost or remote server? (AWS, mLab, ObjectRocket, Digital Ocean, etc): [FILL THIS OUT]
|
- Localhost or remote server? (AWS, mLab, ObjectRocket, Digital Ocean, etc): [FILL THIS OUT]
|
||||||
|
|
||||||
### Logs/Trace
|
### Logs/Trace
|
||||||
|
|
||||||
Include all relevant logs. You can turn on additional logging by configuring VERBOSE=1 in your environment.
|
Include all relevant logs. You can turn on additional logging by configuring VERBOSE=1 in your environment.
|
||||||
|
|||||||
44
CHANGELOG.md
44
CHANGELOG.md
@@ -1,7 +1,49 @@
|
|||||||
## Parse Server Changelog
|
## Parse Server Changelog
|
||||||
|
|
||||||
### master
|
### master
|
||||||
[Full Changelog](https://github.com/parse-community/parse-server/compare/2.7.4...master)
|
[Full Changelog](https://github.com/parse-community/parse-server/compare/2.8.0...master)
|
||||||
|
|
||||||
|
### 2.8.0
|
||||||
|
[Full Changelog](https://github.com/parse-community/parse-server/compare/2.8.0...2.7.4)
|
||||||
|
|
||||||
|
#### New Features
|
||||||
|
* Adding Mongodb element to add `arrayMatches` the #4762 (#4766), thanks to [Jérémy Piednoel](https://github.com/jeremypiednoel)
|
||||||
|
* Adds ability to Lockout users (#4749), thanks to [Florent Vilmart](https://github.com/flovilmart)
|
||||||
|
|
||||||
|
#### Bug fixes:
|
||||||
|
* Fixes issue when using afterFind with relations (#4752), thanks to [Florent Vilmart](https://github.com/flovilmart)
|
||||||
|
* 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)
|
||||||
|
* Allow creation of indices on default fields (#4738), thanks to [Claire Neveu](https://github.com/ClaireNeveu)
|
||||||
|
* Purging empty class (#4676), thanks to [Diamond Lewis](https://github.com/dplewis)
|
||||||
|
* Postgres: Fixes issues comparing to zero or false (#4667), thanks to [Diamond Lewis](https://github.com/dplewis)
|
||||||
|
* Fix Aggregate Match Pointer (#4643), thanks to [Diamond Lewis](https://github.com/dplewis)
|
||||||
|
|
||||||
|
#### Improvements:
|
||||||
|
* Allow Parse.Error when returning from Cloud Code (#4695), thanks to [Saulo Tauil](https://github.com/saulogt)
|
||||||
|
* Fix typo: "requrest" -> "request" (#4761), thanks to [Joseph Frazier](https://github.com/josephfrazier)
|
||||||
|
* Send version for Vkontakte API (#4725), thanks to [oleg](https://github.com/alekoleg)
|
||||||
|
* Ensure we respond with invalid password even if email is unverified (#4708), thanks to [dblythy](https://github.com/dblythy)
|
||||||
|
* Add _password_history to default sensitive data (#4699), thanks to [Jong Eun Lee](https://github.com/yomybaby)
|
||||||
|
* Check for node version in postinstall script (#4657), thanks to [Diamond Lewis](https://github.com/dplewis)
|
||||||
|
* Remove FB Graph API version from URL to use the oldest non deprecated version, thanks to [SebC](https://github.com/SebC99)
|
||||||
|
|
||||||
|
#### Dependency Updates:
|
||||||
|
* [@parse/push-adapter@2.0.3](https://www.npmjs.com/package/@parse/push-adapter)
|
||||||
|
* [@parse/simple-mailgun-adapter@1.0.2](https://www.npmjs.com/package/@parse/simple-mailgun-adapter)
|
||||||
|
* [uws@10.148.0](https://www.npmjs.com/package/uws)
|
||||||
|
* [body-parser@1.18.3](https://www.npmjs.com/package/body-parser)
|
||||||
|
* [mime@2.3.1](https://www.npmjs.com/package/mime)
|
||||||
|
* [request@2.85.0](https://www.npmjs.com/package/request)
|
||||||
|
* [mongodb@3.0.7](https://www.npmjs.com/package/mongodb)
|
||||||
|
* [bcrypt@2.0.1](https://www.npmjs.com/package/bcrypt)
|
||||||
|
* [ws@5.1.1](https://www.npmjs.com/package/ws)
|
||||||
|
|
||||||
|
##### Devevelopment Dependencies Updates:
|
||||||
|
* [cross-env@5.1.5](https://www.npmjs.com/package/cross-env)
|
||||||
|
* [flow-bin@0.71.0](https://www.npmjs.com/package/flow-bin)
|
||||||
|
* [deep-diff@1.0.0](https://www.npmjs.com/package/deep-diff)
|
||||||
|
* [nodemon@1.17.3](https://www.npmjs.com/package/nodemon)
|
||||||
|
|
||||||
|
|
||||||
### 2.7.4
|
### 2.7.4
|
||||||
[Full Changelog](https://github.com/parse-community/parse-server/compare/2.7.4...2.7.3)
|
[Full Changelog](https://github.com/parse-community/parse-server/compare/2.7.4...2.7.3)
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "parse-server",
|
"name": "parse-server",
|
||||||
"version": "2.7.4",
|
"version": "2.8.0",
|
||||||
"description": "An express module providing a Parse-compatible API server",
|
"description": "An express module providing a Parse-compatible API server",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
Reference in New Issue
Block a user