Back to Mongoose

Deprecation Warnings

docs/deprecations.md

9.7.0284 B
Original Source

Deprecation Warnings

Document.prototype.validateSync()

Document.prototype.validateSync() is deprecated and will be removed in Mongoose 10. Use Document.prototype.validate() instead.

validateSync() does not run validate middleware, and it skips asynchronous validators.