File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ 6.4.2 / 2022-07-01
2
+ ==================
3
+ * fix: keep autoIndex & autoCreate as true by default if read preference is primaryPreferred #11976
4
+ * fix(types): improve inferred Schema Type to handle nested paths and ObjectIds #12007 [ iammola] ( https://github.com/iammola )
5
+ * fix(types): avoid inferring doc type from param to create() #12001
6
+ * fix(types): make populate Paths generic consistently overwrite doc interface #11955
7
+ * fix(types): allow null at ne expression second parameter #11996 [ jyeros] ( https://github.com/jyeros )
8
+ * fix(types): change index "weights" to be more explicit #11997 [ hasezoey] ( https://github.com/hasezoey )
9
+
1
10
6.4.1 / 2022-06-27
2
11
==================
3
12
* fix(schema): allow 0 for numbers if required and ref both set #11912
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mongoose" ,
3
3
"description" : " Mongoose MongoDB ODM" ,
4
- "version" : " 6.4.1 " ,
4
+ "version" : " 6.4.2 " ,
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