telefonicaid / perseo-fe

Front End process for the Perseo CEP
GNU Affero General Public License v3.0
15 stars 29 forks source link

Log Warning: `DeprecationWarning: collection.save is deprecated` #806

Closed mapedraza closed 2 months ago

mapedraza commented 2 months ago

After updating to latest version, now we are getting the following log entry:

(node:1) DeprecationWarning: collection.save is deprecated. Use insertOne, insertMany, updateOne, or updateMany instead.

It is probably related with mongo operations. Consider MongoDB version support.

mapedraza commented 2 months ago

Probably comes from:

https://github.com/telefonicaid/perseo-fe/blob/1cf840d7f382a750b5c5fb40bac3ca6a6b47ef57/lib/models/rulesStore.js#L168-L185

fgalan commented 2 months ago

Fixed by PR https://github.com/telefonicaid/perseo-fe/pull/807