Skip to content

Commit adc1799

Browse files
committed
chore: release 8.17.1
1 parent d333d8e commit adc1799

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.17.1 / 2025-08-07
2+
===================
3+
* fix(query): propagate read preference and read concern to populate if read() called after populate() #15567 #15553
4+
* fix(model): call correct function in autoSearchIndex #15569 #15565
5+
* fix(model): allow setting statics option on discriminator schema #15568 #15556
6+
* fix(model): remove unnecessary conversion of undefined -> null in findById #15566 #15551
7+
* types: allow passing in projections without as const #15564 #15557
8+
* types: support maxLength and minLength in SchemaTypeOptions #15570 #4720
9+
110
8.17.0 / 2025-07-30
211
===================
312
* feat: upgrade mongodb -> 6.18.0 #15552

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

0 commit comments

Comments
 (0)