Mongoose 6.4.3 released
🛠️ Handle validating deeply nested subdocuments underneath nested paths with required: false
🛠️ Fix several small issues with 6.4.x aggregation typings
Full changelog: github.com/Automattic/mongoo…#NodeJS#MongoDB#JavaScript
Mongoose 6.4.2 released:
🛠️ Keep autoIndex & autoCreate as true by default if read preference is primaryPreferred
🛠️ Improve inferred Schema Type to handle nested paths and ObjectIds
Full changelog: github.com/Automattic/mongoo…#NodeJS#MongoDB#JavaScript
Mongoose 6.3.5 released:
🛠️ Avoid infinite recursion when calling toObject() on self-referencing document
🛠️ Avoid manually populating documents that are manually populated in another doc with different unpopulatedValue
Full changelog: github.com/Automattic/mongoo…#NodeJS#MongoDB
Mongoose 6.3.4 released:
🛠️ Disallow using schemas with schema-level projection with map subdocuments
🛠️ Avoid setting nested paths to null when they're undefined
#NodeJS#MongoDB#JavaScript