You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.
Hi!
I really like this great package, thanks for creating that!
However, I got a DeprecationWarning during .get():
"[MONGODB DRIVER] DeprecationWarning: collection.findOneAndUpdate option [returnOriginal] is deprecated and will be removed in a later version".
(Other developers have also experienced this warning with MongoDB driver: Automattic/mongoose#10285)
Hi!
I really like this great package, thanks for creating that!
However, I got a DeprecationWarning during .get():
"[MONGODB DRIVER] DeprecationWarning: collection.findOneAndUpdate option [returnOriginal] is deprecated and will be removed in a later version".
(Other developers have also experienced this warning with MongoDB driver:
Automattic/mongoose#10285)
This deprecation was introduced in the latest MongoDB driver:
https://jira.mongodb.org/browse/NODE-1812
I thought that maybe you may want to know about this deprecation.
The text was updated successfully, but these errors were encountered: