File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
8
8.10.2 / 2025-02-25
2
9
===================
3
10
* fix(model+connection): return MongoDB BulkWriteResult instance even if no valid ops #15266 #15265
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mongoose" ,
3
3
"description" : " Mongoose MongoDB ODM" ,
4
- "version" : " 8.10.2 " ,
4
+ "version" : " 8.11.0 " ,
5
5
"author" : " Guillermo Rauch <guillermo@learnboost.com>" ,
6
6
"keywords" : [
7
7
" mongodb" ,
You can’t perform that action at this time.
0 commit comments