Mongoose 8.9.3 released
🛠️ Make duplicate index error a warning for now
🛠️ Handle document array paths set to non-array values in Model.castObject()
github.com/Automattic/mongoo…
Mongoose 5.13.23 (legacy) released
🛠️ Backport security fix for $where in populate
Please note that Mongoose 5.x has been EOL for 9 months. This will likely be the last security fix for Mongoose 5.
#NodeJS#MongoDB#JavaSCript
Big news! 🐝
We’re excited to announce that the Indiegogo waitlist is LIVE for ApiVera—Terra Vera’s latest innovation to revolutionize beekeeping and support global food security! 🌎
See comments for more info.
Stay updated by Joining the Waitlist: indiegogo.com/projects/autom…
Mongoose 8.8.1 released
🏎️ Make a few micro-optimizations to help speed up findOne()
🛠️ Apply embedded discriminators to subdoc schemas before compiling top level model so middleware applies correctly
github.com/Automattic/mongoo…#NodeJS#MongoDB#JavaScript
Mongoose 8.7.2 released
🛠️ Recursively clear modified subpaths when setting deeply nested subdoc to null
📚 Make Buffers into mongodb.Binary in lean result type to match runtime behavior
github.com/Automattic/mongoo…#NodeJS#MongoDB#JavaScript
Mongoose 8.7.1 released
🛠️ Set flattenObjectIds to false when calling toObject() for internal purposes
🛠️ Add mongodb 8 to test matrix
github.com/Automattic/mongoo…#NodeJS#MongoDB
Mongoose 8.6.4 released
🛠️ Avoid massive perf degradation when saving new doc with 10 level deep subdocs
🛠️ Skip applying static hooks by default if static name conflicts with aggregate middleware
github.com/Automattic/mongoo…#NodeJS#MongoDB#JavaScript