File tree Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments