Skip to content

Commit ea04d70

Browse files
committed
chore: release 8.4.2
1 parent 332f7f5 commit ea04d70

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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+
110
8.4.1 / 2024-05-31
211
==================
312
* fix: pass options to clone instead of get in applyVirtuals #14606 #14543 [andrews05](https://github.com/andrews05)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose",
33
"description": "Mongoose MongoDB ODM",
4-
"version": "8.4.1",
4+
"version": "8.4.2",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)