Release 3.1.0 (#5127)

This commit is contained in:
Arthur Cinader
2018-10-18 05:19:07 -07:00
committed by Florent Vilmart
parent 4b7037ac9a
commit c692f075d1
2 changed files with 15 additions and 6 deletions

View File

@@ -1,15 +1,24 @@
## Parse Server Changelog ## Parse Server Changelog
### master ### master
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.0.0...master) [Full Changelog](https://github.com/parse-community/parse-server/compare/3.1.0...master)
### 3.1.0
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.0.0...3.1.0)
#### Breaking Changes: #### Breaking Changes:
* Return success on sendPasswordResetEmail even if email not found. See #7fe4030 * Return success on sendPasswordResetEmail even if email not found. (#7fe4030)
#### Security Fix: #### Security Fix:
* Expire password reset tokens on email change. See #5104 * Expire password reset tokens on email change (#5104)
#### Improvements:
* Live Query CLPs (#4387)
* Reduces number of calls to injectDefaultSchema (#5107)
* Remove runtime dependency on request (#5076)
#### Bug fixes: #### Bug fixes:
* Fixes issue with vkontatke authentication * Fixes issue with vkontatke authentication (#4977)
* Improves performance for roles and ACL's in live query server * Use the correct function when validating google auth tokens (#5018)
* fix unexpected 'delete' trigger issue on LiveQuery (#5031)
* Improves performance for roles and ACL's in live query server (#5126)
### 3.0.0 ### 3.0.0

View File

@@ -1,6 +1,6 @@
{ {
"name": "parse-server", "name": "parse-server",
"version": "3.0.0", "version": "3.1.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": {