Skip to content

Commit 7cab712

Browse files
committed
chore: release 8.14.0
1 parent cf93949 commit 7cab712

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
8.14.0 / 2025-04-25
2+
===================
3+
* feat: upgrade MongoDB driver -> 6.16 #15371
4+
* feat: implement Query findById methods #15337 [sderrow](https://github.com/sderrow)
5+
* feat(subdocument): support schematype-level minimize option to disable minimizing empty subdocuments #15336 #15313
6+
* feat: add skipOriginalStackTraces option to avoid stack trace performance overhead #15345 #15194
7+
* fix(model): disallow Model.findOneAndUpdate(update) and fix TypeScript types re: findOneAndUpdate #15365 #15363
8+
* types: correctly recurse in InferRawDocType #15357 #14954 [JavaScriptBach](https://github.com/JavaScriptBach)
9+
* types: include virtuals in toJSON and toObject output if virtuals: true set #15346 #15316
10+
* types: make init hooks types accurately reflect runtime behavior #15331 #15301
11+
112
8.13.3 / 2025-04-24
213
===================
314
* fix: export MongooseBulkSaveIncompleteError #15370 #15369

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose",
33
"description": "Mongoose MongoDB ODM",
4-
"version": "8.13.3",
4+
"version": "8.14.0",
55
"author": "Guillermo Rauch <guillermo@learnboost.com>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)