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
+9
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,12 @@
1
+
8.6.0 / 2024-08-28
2
+
==================
3
+
* feat: upgrade mongodb -> 6.8.0, handle throwing error on closed cursor in Mongoose with `MongooseError` instead of `MongoCursorExhaustedError` #14813
4
+
* feat(model+query): support options parameter for distinct() #14772 #8006
5
+
* feat(QueryCursor): add getDriverCursor() function that returns the raw driver cursor #14745
6
+
* types: change query selector to disallow unknown top-level keys by default #14764 [alex-statsig](https://github.com/alex-statsig)
7
+
* types: make toObject() and toJSON() not generic by default to avoid type widening #14819 #12883
8
+
* types: avoid automatically inferring lean result type when assigning to explicitly typed variable #14734
9
+
1
10
8.5.5 / 2024-08-28
2
11
==================
3
12
* fix(populate): fix a couple of other places where Mongoose gets the document's _id with getters #14833 #14827 #14759
0 commit comments