Skip to content

Commit c692f07

Browse files
acinaderflovilmart
authored andcommitted
⚡ Release 3.1.0 (#5127)
1 parent 4b7037a commit c692f07

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

CHANGELOG.md

+14-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,24 @@
11
## Parse Server Changelog
22

33
### master
4-
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.0.0...master)
4+
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.1.0...master)
5+
6+
### 3.1.0
7+
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.0.0...3.1.0)
58

69
#### Breaking Changes:
7-
* Return success on sendPasswordResetEmail even if email not found. See #7fe4030
10+
* Return success on sendPasswordResetEmail even if email not found. (#7fe4030)
811
#### Security Fix:
9-
* Expire password reset tokens on email change. See #5104
12+
* Expire password reset tokens on email change (#5104)
13+
#### Improvements:
14+
* Live Query CLPs (#4387)
15+
* Reduces number of calls to injectDefaultSchema (#5107)
16+
* Remove runtime dependency on request (#5076)
1017
#### Bug fixes:
11-
* Fixes issue with vkontatke authentication
12-
* Improves performance for roles and ACL's in live query server
18+
* Fixes issue with vkontatke authentication (#4977)
19+
* Use the correct function when validating google auth tokens (#5018)
20+
* fix unexpected 'delete' trigger issue on LiveQuery (#5031)
21+
* Improves performance for roles and ACL's in live query server (#5126)
1322

1423

1524
### 3.0.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-server",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "An express module providing a Parse-compatible API server",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)