Skip to content

Commit 064cfe6

Browse files
committed
chore: release 8.15.2
1 parent 0d18d6e commit 064cfe6

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
8.15.2 / 2025-06-12
2+
===================
3+
* fix(document+schema): improve handling for setting paths underneath maps, including maps of maps #15477 #15461
4+
* fix: report default paths in VersionError message because they can can cause VersionError #15464
5+
* fix(updateValidators): ensure update validators only call validators underneath single nested paths once #15446 #15436
6+
* fix: fix validation for deeply nested maps of subdocuments #15469 #15447 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
7+
* fix(DocumentArray): correctly set parent if instantiated with schema from another Mongoose instance #15471 #15466
8+
* types(model): use ProjectionType for Model.hydrate() #15447 #15443
9+
110
8.15.1 / 2025-05-26
211
===================
312
* types: correct handling of _id in ProjectionType #15432 #15418

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.15.1",
4+
"version": "8.15.2",
55
"author": "Guillermo Rauch <guillermo@learnboost.com>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)