Skip to content

Commit 088f97a

Browse files
committed
chore: release 8.6.1
1 parent c37e345 commit 088f97a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff 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
7+
* docs: update populate.md to fix missing match: { } #14847 [makhoulshbeeb](https://github.com/makhoulshbeeb)
8+
19
8.6.0 / 2024-08-28
210
==================
311
* feat: upgrade mongodb -> 6.8.0, handle throwing error on closed cursor in Mongoose with `MongooseError` instead of `MongoCursorExhaustedError` #14813

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose",
33
"description": "Mongoose MongoDB ODM",
4-
"version": "8.6.0",
4+
"version": "8.6.1",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)