Skip to content

Commit 02c5efd

Browse files
committed
chore: release 8.7.1
1 parent d861d21 commit 02c5efd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
8.7.1 / 2024-10-09
2+
==================
3+
* fix: set flattenObjectIds to false when calling toObject() for internal purposes #14938
4+
* fix: add mongodb 8 to test matrix #14937
5+
* fix: handle buffers stored in MongoDB as EJSON representation with { $binary } #14932
6+
* docs: indicate that Mongoose 8.7 is required for full MongoDB 8 support #14937
7+
18
8.7.0 / 2024-09-27
29
==================
310
* feat(model): add Model.applyVirtuals() to apply virtuals to a POJO #14905 #14818

package.json

+1-1
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.0",
4+
"version": "8.7.1",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)