File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
1
+ 7.4.3 / 2023-08-11
2
+ ==================
3
+ * fix: avoid applying map property getters when saving #13704 #13657
4
+ * fix(query): allow deselecting discriminator key #13722 #13679
5
+ * types(models+query): return lean type when passing QueryOptions with lean: true to relevant model functions like find() and findOne() #13721 #13705
6
+ * types(schema): correct return type for Schema.prototype.indexes() #13718 #13702
7
+ * types: allow accessing options from pre middleware #13708 #13633
8
+ * types: add UpdateQueryKnownOnly type for stricter UpdateQuery type checking #13699 #13630
9
+ * types(schema): support required: { isRequired: true } syntax in schema definition #13680
10
+ * docs(middleware): clarify that doc.deleteOne() doesn't run query middleware currently #13707 #13669
11
+
1
12
7.4.2 / 2023-08-03
2
13
==================
3
14
* fix(model): avoid hanging on empty bulkWrite() with ordered: false #13684 #13664
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mongoose" ,
3
3
"description" : " Mongoose MongoDB ODM" ,
4
- "version" : " 7.4.2 " ,
4
+ "version" : " 7.4.3 " ,
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