-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Upgrade to Parse JS SDK 5 #8816
Conversation
Thanks for opening this pull request! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## alpha #8816 +/- ##
==========================================
- Coverage 94.14% 87.56% -6.58%
==========================================
Files 186 186
Lines 14677 14677
==========================================
- Hits 13817 12852 -965
- Misses 860 1825 +965 ☔ View full report in Codecov by Sentry. |
Upgrading to Parse 4.3.1 breaks a test:
The test specifically expects 206 instead of 208 (as commented in the test), so it doesn't seem to be a deliberate change but rather a bug. |
The test fails with upgrading the Parse JS SDK because it seems that #8156 refactored the auth logic in Parse Server so that a vulnerability that was previously fixed was re-introduced. The test fails because:
I tried to just add |
Just a note that this is the only PR holding back the Parse Server 7 release, so it would be great if we could get this fixed. |
Superseded by #9022 |
Pull Request
Issue
Upgrade parse to 5 alpha; needs to be upgrade to stable release version of parse js sdk before parse server beta release
Closes: #8818