File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ 8.7.2 / 2024-10-17
2
+ ==================
3
+ * fix(document): recursively clear modified subpaths when setting deeply nested subdoc to null #14963 #14952
4
+ * fix(populate): handle array of ids with parent refPath #14965
5
+ * types: make Buffers into mongodb.Binary in lean result type to match runtime behavior #14967
6
+ * types: correct schema type inference when using nested typeKey like type: { type: String } #14956 #14950
7
+ * types: re-export DeleteResult and UpdateResult from MongoDB Node.js driver #14947 #14946
8
+ * docs(documents): add section on setting deeply nested properties, including warning about nullish coalescing assignment #14972
9
+ * docs(model): add more info on acknowledged: false, specifically that Mongoose may return that if the update was empty #14957
10
+
1
11
8.7.1 / 2024-10-09
2
12
==================
3
13
* fix: set flattenObjectIds to false when calling toObject() for internal purposes #14938
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.7.1 " ,
4
+ "version" : " 8.7.2 " ,
5
5
"author" : " Guillermo Rauch <guillermo@learnboost.com>" ,
6
6
"keywords" : [
7
7
" mongodb" ,
You can’t perform that action at this time.
0 commit comments