File tree 2 files changed +12
-1
lines changed
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
+
1
12
8.6.4 / 2024-09-26
2
13
==================
3
14
* 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 1
1
{
2
2
"name" : " mongoose" ,
3
3
"description" : " Mongoose MongoDB ODM" ,
4
- "version" : " 8.6.4 " ,
4
+ "version" : " 8.7.0 " ,
5
5
"author" :
" Guillermo Rauch <[email protected] >" ,
6
6
"keywords" : [
7
7
" mongodb" ,
You can’t perform that action at this time.
0 commit comments