We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd53c4c commit 70377fcCopy full SHA for 70377fc
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+8.9.7 / 2025-02-04
2
+==================
3
+ * fix: avoid applying defaults on map embedded paths #15217 #15196
4
+ * types: add missing $median operator to aggregation types #15233 #15209
5
+ * docs(document): clarify that toObject() returns a POJO that may contain non-POJO values #15232 #15208
6
+
7
8.9.6 / 2025-01-31
8
==================
9
* fix(document): allow setting values to undefined with set(obj) syntax with strict: false #15207 #15192
package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
- "version": "8.9.6",
+ "version": "8.9.7",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
0 commit comments