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 18ca142 commit f5bfdb5Copy full SHA for f5bfdb5
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+9.1.1 / 2025-12-30
2
+==================
3
+ * fix(document): avoid 'Cannot mix array and object updates' on doc.updateOne() with pipeline #15928
4
+ * docs: update default search version to 9.x #15926 #15925
5
+
6
9.1.0 / 2025-12-29
7
===================
8
* feat(model): make pathsToSave handle saving just a subpath of a modified path #15896
package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
- "version": "9.1.0",
+ "version": "9.1.1",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
0 commit comments