We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d861d21 commit 02c5efdCopy full SHA for 02c5efd
CHANGELOG.md
@@ -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
+
8
8.7.0 / 2024-09-27
9
==================
10
* feat(model): add Model.applyVirtuals() to apply virtuals to a POJO #14905 #14818
package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
- "version": "8.7.0",
+ "version": "8.7.1",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
0 commit comments