e-oj / Fawn

Transactions for MongoDB (See the README)
https://www.npmjs.com/package/fawn
MIT License
486 stars 54 forks source link

transcation update is deprecated #72

Open tenbabagu opened 6 years ago

tenbabagu commented 6 years ago

(node:9525) DeprecationWarning: collection.update is deprecated. Use updateOne, updateMany, or bulkWrite instead.

I use Fawn.Task().update and it shows this, the update operation is being deprecated.

e-oj commented 5 years ago

It'll be fixed in the next update

jramiresbrito commented 4 years ago

I received the same warning. It is deprecated ?

SAHEB24027824 commented 4 years ago

DeprecationWarning: collection.update is deprecated. Use updateOne, updateMany, or bulkWrite instead.

The DeprecationWarning is still there