Skip to content

Commit

Permalink
chore: release 8.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jun 25, 2024
1 parent f89868b commit 633e4f4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
8.4.4 / 2024-06-25
==================
* perf: avoid unnecesary get() call and use faster approach for converting to string #14673 #14394
* fix(projection): handle projections on arrays in Model.hydrate() projection option #14686 #14680
* fix(document): avoid passing validateModifiedOnly to subdocs so subdocs get fully validating if they're directly modified #14685 #14677
* fix: handle casting primitive array with $elemMatch in bulkWrite() #14687 #14678
* fix(query): cast $pull using embedded discriminator schema when discriminator key is set in filter #14676 #14675
* types(connection): fix return type of withSession() #14690 [tt-public](https://github.com/tt-public)
* types: add $documents pipeline stage and fix $unionWith type #14666 [nick-statsig](https://github.com/nick-statsig)
* docs(findoneandupdate): improve example that shows findOneAndUpdate() returning doc before updates were applied #14671 #14670

8.4.3 / 2024-06-17
==================
* fix: remove 0x flamegraph files from release
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "8.4.3",
"version": "8.4.4",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 633e4f4

Please sign in to comment.