We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 537032d commit a0fdb9eCopy full SHA for a0fdb9e
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+8.8.1 / 2024-11-08
2
+==================
3
+ * perf: make a few micro-optimizations to help speed up findOne() #15022 #14906
4
+ * fix: apply embedded discriminators to subdoc schemas before compiling top level model so middleware applies correctly #15001 #14961
5
+ * fix(query): add overwriteImmutable option to allow updating immutable properties without disabling strict mode #15000 #8619
6
+
7
8.8.0 / 2024-10-31
8
==================
9
* feat: upgrade mongodb -> ~6.10 #14991 #14877
package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
- "version": "8.8.0",
+ "version": "8.8.1",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
0 commit comments