File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ 8.3.3 / 2024-04-29
2
+ ==================
3
+ * perf(document): add fast path for applying non-nested virtuals to JSON #14543
4
+ * fix: make hydrate() recursively hydrate virtual populate docs if hydratedPopulatedDocs is set #14533 #14503
5
+ * fix: improve timestamps option handling in bulkWrite #14546 #14536 [ sderrow] ( https://github.com/sderrow )
6
+ * fix(model): make recompileSchema() overwrite existing document array discriminators #14527
7
+ * types(schema): correctly infer Array<Schema.Types.* > #14534 #14367
8
+ * types(query+populate): apply populate overrides to doc toObject() result #14525 #14441
9
+ * types: add null to select override return type for findOne #14545 [ sderrow] ( https://github.com/sderrow )
10
+
1
11
8.3.2 / 2024-04-16
2
12
==================
3
13
* fix(populate): avoid match function filtering out null values in populate result #14518 #14494
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.2 " ,
4
+ "version" : " 8.3.3 " ,
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