You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@
4
4
* fix: fix missing Aggregate re-exports for ESM #14886 [wongsean](https://github.com/wongsean)
5
5
* types(document): add generic param to depopulate() to allow updating properties #14891 #14876
6
6
7
+
6.13.2 / 2024-09-12
8
+
===================
9
+
* fix(document): make set() respect merge option on deeply nested objects #14870 #14878
10
+
7
11
8.6.2 / 2024-09-11
8
12
==================
9
13
* fix: make set merge deeply nested objects #14870 #14861 [ianHeydoc](https://github.com/ianHeydoc)
@@ -114,6 +118,7 @@
114
118
==================
115
119
* feat(model): add throwOnValidationError option for opting into getting MongooseBulkWriteError if all valid operations succeed in bulkWrite() and insertMany() #14599 #14587 #14572 #13410
116
120
121
+
<<<<<<< HEAD
117
122
8.4.3 / 2024-06-17
118
123
==================
119
124
* fix: remove 0x flamegraph files from release
@@ -126,6 +131,11 @@
126
131
* fix(connection): fix up some inconsistencies in operation-end event and add to docs #14659 #14648
127
132
* types: avoid inferring Boolean, Buffer, ObjectId as Date in schema definitions under certain circumstances #14667 #14630
128
133
* docs: add note about parallelism in transations #14647 [fiws](https://github.com/fiws)
134
+
=======
135
+
6.13.1 / 2024-09-06
136
+
===================
137
+
* fix: remove empty $and, $or, $not that were made empty by scrict mode #14749 #13086 [0x0a0d](https://github.com/0x0a0d)
138
+
>>>>>>> 7.x
129
139
130
140
6.13.0 / 2024-06-06
131
141
===================
@@ -629,7 +639,7 @@
629
639
==================
630
640
* perf: speed up mapOfSubdocs benchmark by 4x by avoiding unnecessary O(n^2) loop in getPathsToValidate() #13614
631
641
* feat: upgrade to MongoDB Node.js driver 5.7.0 #13591
632
-
* feat: add `id` setter which allows modifying `_id` by setting `id` (Note this change was reverted in Mongoose 8) #13517
642
+
* BREAKING CHANGE: add `id` setter which allows modifying `_id` by setting `id` (Note this change was originally shipped as a `feat`, but later reverted in Mongoose 8 due to compatibility issues) #13517
633
643
* feat: support generating custom cast error message with a function #13608 #3162
634
644
* feat(query): support MongoDB driver's includeResultMetadata option for findOneAndUpdate #13584 #13539
635
645
* feat(connection): add Connection.prototype.removeDb() for removing a related connection #13580 #11821
0 commit comments