File tree 2 files changed +15
-6
lines changed
2 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 1
1
## Parse Server Changelog
2
2
3
3
### 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 )
5
8
6
9
#### 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)
8
11
#### 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 )
10
17
#### 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 )
13
22
14
23
15
24
### 3.0.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " parse-server" ,
3
- "version" : " 3.0 .0" ,
3
+ "version" : " 3.1 .0" ,
4
4
"description" : " An express module providing a Parse-compatible API server" ,
5
5
"main" : " lib/index.js" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments