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 a42d8f5 commit 5af0a10Copy full SHA for 5af0a10
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+8.9.5 / 2025-01-13
2
+==================
3
+ * fix: disallow nested $where in populate match
4
+ * fix(schema): handle bitwise operators on Int32 #15176 #15170
5
+
6
7.8.4 / 2025-01-13
7
===================
8
* fix: disallow nested $where in populate match
package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
- "version": "8.9.4",
+ "version": "8.9.5",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
0 commit comments