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 5f0c105 commit 6107403Copy full SHA for 6107403
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+8.9.6 / 2025-01-31
2
+==================
3
+ * fix(document): allow setting values to undefined with set(obj) syntax with strict: false #15207 #15192
4
+ * fix(schema): improve reason for UUID cast error, currently a TypeError #15215 #15202
5
+ * fix(aggregate): improve error when calling near() with invalid coordinates #15206 #15188
6
+
7
7.8.6 / 2025-01-20
8
===================
9
* chore: remove coverage output from bundle
package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
- "version": "8.9.5",
+ "version": "8.9.6",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
0 commit comments