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 1164312 commit 8d0f22fCopy full SHA for 8d0f22f
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+8.20.2 / 2025-12-05
2
+===================
3
+ * fix(model): bump version if necessary after successful bulkSave() #15809 #15800
4
+ * fix(bulkWrite): pass overwriteImmutable option to castUpdate fixes #15789 #15782 #15781
5
+ * types(schema): allow calling schema.static() with as TStatics #15794 #15780
6
+
7
7.8.8 / 2025-12-04
8
==================
9
* fix(bulkWrite): pass overwriteImmutable option to castUpdate fixes #15789 #15782 #15781
package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
- "version": "8.20.1",
+ "version": "8.20.2",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
0 commit comments