File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ 8.4.2 / 2024-06-17
2
+ ==================
3
+ * perf: more toObject() perf improvements #14623 #14606 #14394
4
+ * fix(model): check the value of overwriteModels in options when calling discriminator() #14646 [uditha-g](https://github.com/uditha-g)
5
+ * fix: avoid throwing TypeError when deleting an null entry on a populated Map #14654 [futurliberta](https://github.com/futurliberta)
6
+ * fix(connection): fix up some inconsistencies in operation-end event and add to docs #14659 #14648
7
+ * types: avoid inferring Boolean, Buffer, ObjectId as Date in schema definitions under certain circumstances #14667 #14630
8
+ * docs: add note about parallelism in transations #14647 [fiws](https://github.com/fiws)
9
+
1
10
8.4.1 / 2024-05-31
2
11
==================
3
12
* fix: pass options to clone instead of get in applyVirtuals #14606 #14543 [andrews05](https://github.com/andrews05)
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.4.1 " ,
4
+ "version" : " 8.4.2 " ,
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