Skip to content

Commit 633e4f4

Browse files
committed
chore: release 8.4.4
1 parent f89868b commit 633e4f4

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
8.4.4 / 2024-06-25
2+
==================
3+
* perf: avoid unnecesary get() call and use faster approach for converting to string #14673 #14394
4+
* fix(projection): handle projections on arrays in Model.hydrate() projection option #14686 #14680
5+
* fix(document): avoid passing validateModifiedOnly to subdocs so subdocs get fully validating if they're directly modified #14685 #14677
6+
* fix: handle casting primitive array with $elemMatch in bulkWrite() #14687 #14678
7+
* fix(query): cast $pull using embedded discriminator schema when discriminator key is set in filter #14676 #14675
8+
* types(connection): fix return type of withSession() #14690 [tt-public](https://github.com/tt-public)
9+
* types: add $documents pipeline stage and fix $unionWith type #14666 [nick-statsig](https://github.com/nick-statsig)
10+
* docs(findoneandupdate): improve example that shows findOneAndUpdate() returning doc before updates were applied #14671 #14670
11+
112
8.4.3 / 2024-06-17
213
==================
314
* fix: remove 0x flamegraph files from release

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.3",
4+
"version": "8.4.4",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)