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 18fc24c commit cdcc308Copy full SHA for cdcc308
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+9.1.2 / 2025-01-05
2
+==================
3
+ * fix(subdocs): pass options to pre-save hooks for subdocs #15921 #15920 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
4
+ * perf(model): select only _id when checking document existence during save() #15919 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
5
+
6
9.1.1 / 2025-12-30
7
==================
8
* fix(document): avoid 'Cannot mix array and object updates' on doc.updateOne() with pipeline #15928
package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
- "version": "9.1.1",
+ "version": "9.1.2",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
0 commit comments