Skip to content

Commit 830b010

Browse files
committed
chore: release 8.7.2
1 parent 61179b4 commit 830b010

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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+
111
8.7.1 / 2024-10-09
212
==================
313
* fix: set flattenObjectIds to false when calling toObject() for internal purposes #14938

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose",
33
"description": "Mongoose MongoDB ODM",
4-
"version": "8.7.1",
4+
"version": "8.7.2",
55
"author": "Guillermo Rauch <guillermo@learnboost.com>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)