Skip to content

Commit

Permalink
chore: release 8.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Aug 28, 2024
1 parent 7923cd0 commit 69dacc2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
8.6.0 / 2024-08-28
==================
* feat: upgrade mongodb -> 6.8.0, handle throwing error on closed cursor in Mongoose with `MongooseError` instead of `MongoCursorExhaustedError` #14813
* feat(model+query): support options parameter for distinct() #14772 #8006
* feat(QueryCursor): add getDriverCursor() function that returns the raw driver cursor #14745
* types: change query selector to disallow unknown top-level keys by default #14764 [alex-statsig](https://github.com/alex-statsig)
* types: make toObject() and toJSON() not generic by default to avoid type widening #14819 #12883
* types: avoid automatically inferring lean result type when assigning to explicitly typed variable #14734

8.5.5 / 2024-08-28
==================
* fix(populate): fix a couple of other places where Mongoose gets the document's _id with getters #14833 #14827 #14759
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "8.5.5",
"version": "8.6.0",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 69dacc2

Please sign in to comment.