Skip to content

Commit

Permalink
chore: release 8.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Oct 17, 2024
1 parent 61179b4 commit 830b010
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
8.7.2 / 2024-10-17
==================
* fix(document): recursively clear modified subpaths when setting deeply nested subdoc to null #14963 #14952
* fix(populate): handle array of ids with parent refPath #14965
* types: make Buffers into mongodb.Binary in lean result type to match runtime behavior #14967
* types: correct schema type inference when using nested typeKey like type: { type: String } #14956 #14950
* types: re-export DeleteResult and UpdateResult from MongoDB Node.js driver #14947 #14946
* docs(documents): add section on setting deeply nested properties, including warning about nullish coalescing assignment #14972
* docs(model): add more info on acknowledged: false, specifically that Mongoose may return that if the update was empty #14957

8.7.1 / 2024-10-09
==================
* fix: set flattenObjectIds to false when calling toObject() for internal purposes #14938
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "8.7.1",
"version": "8.7.2",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 830b010

Please sign in to comment.