Skip to content

Commit 69dacc2

Browse files
committed
chore: release 8.6.0
1 parent 7923cd0 commit 69dacc2

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff 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+
110
8.5.5 / 2024-08-28
211
==================
312
* fix(populate): fix a couple of other places where Mongoose gets the document's _id with getters #14833 #14827 #14759

Diff for: 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.5.5",
4+
"version": "8.6.0",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)