Skip to content

Commit 43205c0

Browse files
committed
chore: release 8.17.2
1 parent f651afa commit 43205c0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
8.17.2 / 2025-08-18
2+
===================
3+
* fix: avoid Model.validate() hanging when all paths fail casting #15580 #15579 [piotracalski](https://github.com/piotracalski)
4+
* types(document): better support for flattenObjectIds and versionKey options for toObject() and toJSON() #15582 #15578
5+
* docs: fix docs jsdoc tags and add UUID to be listed #15585
6+
* docs(document): fix code sample that errors with "Cannot set properties of undefined" #15589
7+
18
8.17.1 / 2025-08-07
29
===================
310
* fix(query): propagate read preference and read concern to populate if read() called after populate() #15567 #15553

package.json

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

0 commit comments

Comments
 (0)