Mongoose 9.7.0 released
🌟 Add Node.js TracingChannel support for APM instrumentation
🌟 Add standard schema adapter for models
github.com/Automattic/mongoo…
Mongoose 8.24.0 released
🌟 Add pipelineForUnionWith() helper to allow reusing pipelines with $unionWith in TypeScript
📓 Handle compiling with exactOptionalPropertyTypes
Full changelog: github.com/Automattic/mongoo…
Mongoose 9.6.2 released
🛠️ Correctly handle modified subpaths when parent path is unset after modifying
📓 Handle compiling with exactOptionalPropertyTypes
github.com/Automattic/mongoo…
Mongoose 9.6.0 released
🌟 Upgrade mongodb node driver to 7.2
🌟 Support allowNull option to disallow null values even if not required
github.com/Automattic/mongoo…
Mongoose 9.4.1 released, reverts 1 fix from 9.4.0 that caused issues for a user
⏪ Revert "fix(setDefaultsOnInsert): run setters on default values during upsert"
github.com/Automattic/mongoo…
Mongoose 9.3.3 released
🛠️ Standardize to use MongooseError instead of plain Error
🔖 Make MergeType distributive to better support populate on models where the hydrated doc type is a union
github.com/Automattic/mongoo…
Mongoose 9.3.2 released
🛠️ Throw error when trying to set null or undefined as options
🛠️ Use MongooseError instead of Error
github.com/Automattic/mongoo…