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 cf50772 commit 2607904Copy full SHA for 2607904
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+8.8.4 / 2024-12-05
2
+==================
3
+ * fix: cast using overwritten embedded discriminator key when set #15076 #15051
4
+ * fix: avoid throwing error if saveOptions undefined when invalidating subdoc cache #15062
5
+
6
8.8.3 / 2024-11-26
7
==================
8
* fix: disallow using $where in match
package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
- "version": "8.8.3",
+ "version": "8.8.4",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
0 commit comments