File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1+ 8.7.0 / 2024-09-27
2+ ==================
3+ * feat(model): add Model.applyVirtuals() to apply virtuals to a POJO #14905 #14818
4+ * feat: upgrade mongodb -> 6.9.0 #14914
5+ * feat(query): cast $rename to string #14887 #3027
6+ * feat(SchemaType): add getEmbeddedSchemaType() method to SchemaTypes #14880 #8389
7+ * fix(model): throw MongooseBulkSaveIncompleteError if bulkSave() didn't completely succeed #14884 #14763
8+ * fix(connection): avoid returning readyState = connected if connection state is stale #14812 #14727
9+ * fix: depopulate if push() or addToSet() with an ObjectId on a populated array #14883 #1635
10+ * types: make __v a number, only set __v on top-level documents #14892
11+
1128.6.4 / 2024-09-26
213==================
314 * fix(document): avoid massive perf degradation when saving new doc with 10 level deep subdocs #14910 #14897
Original file line number Diff line number Diff line change 11{
22 "name" : " mongoose" ,
33 "description" : " Mongoose MongoDB ODM" ,
4- "version" : " 8.6.4 " ,
4+ "version" : " 8.7.0 " ,
55 "author" :
" Guillermo Rauch <[email protected] >" ,
66 "keywords" : [
77 " mongodb" ,
You can’t perform that action at this time.
0 commit comments