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.1.3 / 2024-02-16
2
+ ==================
3
+ * fix: avoid corrupting $set-ed arrays when transaction error occurs #14346 #14340
4
+ * fix(populate): handle ref() functions that return a model instance #14343 #14249
5
+ * fix: insert version key when using insertMany even if ` toObject.versionKey ` set to false #14344
6
+ * fix(cursor): make aggregation cursor support transform option to match query cursor #14348 #14331
7
+ * docs(document): clarify that transform function option applies to subdocs #13757
8
+
1
9
8.1.2 / 2024-02-08
2
10
==================
3
11
* fix: include virtuals in document array toString() output if toObject.virtuals set #14335 #14315
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.1.2 " ,
4
+ "version" : " 8.1.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