File tree 2 files changed +11
-1
lines changed 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ 7.3.2 / 2023-07-06
2
+ ==================
3
+ * fix(model): avoid TypeError if insertMany() fails with error that does not have writeErrors property #13579 #13531
4
+ * fix(query): convert findOneAndUpdate to findOneAndReplace when overwrite set for backwards compat with Mongoose 6 #13572 #13550
5
+ * fix(query): throw readable error when executing a Query instance without an associated model #13571 #13570
6
+ * types: support mongoose.Schema.ObjectId as alias for mongoose.Schema.Types.ObjectId #13543 #13534
7
+ * docs(connections): clarify that socketTimeoutMS now defaults to 0 #13576 #13537
8
+ * docs(migrating_to_7): add mapReduce() removal to migration guide #13568 #13548
9
+ * docs(schemas): fix typo in schemas.md #13540 [ Metehan-Altuntekin] ( https://github.com/Metehan-Altuntekin )
10
+
1
11
7.3.1 / 2023-06-21
2
12
==================
3
13
* fix(query): respect query-level strict option on findOneAndReplace() #13516 #13507
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.3.1 " ,
4
+ "version" : " 7.3.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