Skip to content

Commit 4b8380e

Browse files
committed
chore: release 8.11.0
1 parent c48564d commit 4b8380e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
8.11.0 / 2025-02-26
2+
===================
3+
* feat(model): make bulkWrite results include MongoDB bulk write errors as well as validation errors #15271 #15265
4+
* feat(document): add schemaFieldsOnly option to toObject() and toJSON() #15259 #15218
5+
* feat: introduce populate ordered option for populating in series rather than in parallel for transactions #15239 #15231 #15210
6+
* fix(bigint): throw error when casting BigInt that's outside of the bounds of what MongoDB can safely store #15230 #15200
7+
18
8.10.2 / 2025-02-25
29
===================
310
* fix(model+connection): return MongoDB BulkWriteResult instance even if no valid ops #15266 #15265

package.json

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

0 commit comments

Comments
 (0)