-
-
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
Deprectation warning returnOriginal mongo #7623
Comments
Thanks for opening this issue!
|
The label |
Can you please add the parse server version to the issue to clarify. Master branch is changing constantly and an unclear reference. That's why we have alpha releases now. Why did you consider a deprecation warning to be a bug? |
@mtrezza related: #7624 (comment) |
|
🎉 This change has been released in version 5.0.0-alpha.2 |
🎉 This change has been released in version 5.0.0-beta.1 |
🎉 This change has been released in version 5.0.0 |
New Issue Checklist
Issue Description
Getting
Steps to reproduce
Pull master branch and run trigger findOneAndUpdate on db adapter
Actual Outcome
A lot of deprecation warnings
Expected Outcome
No warning
Environment
5.0.0-alpha.1
We need to replace
returnOriginal
withreturnDocument
as suggested here: https://jira.mongodb.org/browse/NODE-1812The text was updated successfully, but these errors were encountered: