Skip to content

Commit

Permalink
chore: release 8.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Feb 26, 2025
1 parent c48564d commit 4b8380e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
8.11.0 / 2025-02-26
===================
* feat(model): make bulkWrite results include MongoDB bulk write errors as well as validation errors #15271 #15265
* feat(document): add schemaFieldsOnly option to toObject() and toJSON() #15259 #15218
* feat: introduce populate ordered option for populating in series rather than in parallel for transactions #15239 #15231 #15210
* fix(bigint): throw error when casting BigInt that's outside of the bounds of what MongoDB can safely store #15230 #15200

8.10.2 / 2025-02-25
===================
* fix(model+connection): return MongoDB BulkWriteResult instance even if no valid ops #15266 #15265
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "8.10.2",
"version": "8.11.0",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 4b8380e

Please sign in to comment.