File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
12
8.4.3 / 2024-06-17
2
13
==================
3
14
* fix: remove 0x flamegraph files from release
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.3 " ,
4
+ "version" : " 8.4.4 " ,
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