File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ 8.4.0 / 2024-05-17
2
+ ==================
3
+ * feat: upgrade mongodb -> 6.6.2 #14584
4
+ * feat: add transactionAsyncLocalStorage option to opt in to automatically setting session on all transactions #14583 #13889
5
+ * feat: handle initially null driver when instantiating Mongoose for Rollup support #14577 #12335
6
+ * feat(mongoose): export omitUndefined() helper #14582 #14569
7
+ * feat: add Model.listSearchIndexes() #14519 #14450
8
+ * feat(connection): add listDatabases() function #14506 #9048
9
+ * feat(schema): add schema-level readConcern option to apply default readConcern for all queries #14579 #14511
10
+ * fix(error): remove model property from CastError to avoid printing all model properties to console #14568 #14529
11
+ * fix(model): make bulkWrite() and insertMany() throw if throwOnValidationError set and all ops invalid #14587 #14572
12
+ * fix(document): ensure transform function passed to toObject() options applies to subdocs #14600 #14589
13
+ * types: add inferRawDocType helper #13900 #13772
14
+ * types(document): make document _ id type default to unknown instead of any #14541
15
+
1
16
8.3.5 / 2024-05-15
2
17
==================
3
18
* fix(query): shallow clone $or, $and if merging onto empty query filter #14580 #14567
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.3.5 " ,
4
+ "version" : " 8.4.0 " ,
5
5
"author" :
" Guillermo Rauch <[email protected] >" ,
6
6
"keywords" : [
7
7
" mongodb" ,
You can’t perform that action at this time.
0 commit comments