File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
10
8.17.0 / 2025-07-30
2
11
===================
3
12
* feat: upgrade mongodb -> 6.18.0 #15552
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mongoose" ,
3
3
"description" : " Mongoose MongoDB ODM" ,
4
- "version" : " 8.17.0 " ,
4
+ "version" : " 8.17.1 " ,
5
5
"author" :
" Guillermo Rauch <[email protected] >" ,
6
6
"keywords" : [
7
7
" mongodb" ,
You can’t perform that action at this time.
0 commit comments