File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
1
+ 8.5.1 / 2024-07-12
2
+ ==================
3
+ * perf(model): performance improvements for insertMany() #14724
4
+ * fix(model): avoid leaving subdoc defaults on top-level doc when setting subdocument to same value #14728 #14722
5
+ * fix(model): handle transactionAsyncLocalStorage option with insertMany() #14743
6
+ * types: make _id required on Document type #14735 #14660
7
+ * types: fix ChangeStream.close to return a Promise<void> like the driver #14740 [orgads](https://github.com/orgads)
8
+
1
9
8.5.0 / 2024-07-08
2
10
==================
3
11
* perf: memoize toJSON / toObject default options #14672
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.5.0 " ,
4
+ "version" : " 8.5.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