We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dc416a commit b22e9a8Copy full SHA for b22e9a8
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+8.10.2 / 2025-02-25
2
+===================
3
+ * fix(model+connection): return MongoDB BulkWriteResult instance even if no valid ops #15266 #15265
4
+ * fix(debug): avoid printing trusted symbol in debug output #15267 #15263
5
+ * types: make type inference logic resilient to no Buffer type due to missing @types/node #15261
6
+
7
8.10.1 / 2025-02-14
8
===================
9
* perf(document): only call undoReset() 1x/document #15257 #15255
package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
- "version": "8.10.1",
+ "version": "8.10.2",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
0 commit comments