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
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,11 @@
1
+
8.6.1 / 2024-09-03
2
+
==================
3
+
* fix(document): avoid unnecessary clone() in applyGetters() that was preventing getters from running on 3-level deep subdocuments #14844 #14840 #14835
4
+
* fix(model): throw error if bulkSave() did not insert or update any documents #14837 #14763
5
+
* fix(cursor): throw error in ChangeStream constructor if changeStreamThunk() throws a sync error #14846
6
+
* types(query): add $expr to RootQuerySelector #14845
* feat: upgrade mongodb -> 6.8.0, handle throwing error on closed cursor in Mongoose with `MongooseError` instead of `MongoCursorExhaustedError` #14813
0 commit comments