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.2.2 / 2023-05-30
2
+ ==================
3
+ * fix(schema): make bulkWrite updateOne() and updateMany() respect timestamps option when set by merging schemas #13445
4
+ * fix(schema): recursively copy schemas from different modules when calling new Schema() #13441 #13275
5
+ * fix(update): allow setting paths with dots under non-strict paths #13450 #13434
6
+ * types: improve function parameter types for ToObjectOptions transform option #13446 #13421
7
+ * docs: add nextjs page with link to next starter app and couple FAQs #13444 #13430
8
+ * docs(connections): add section on multi tenant #13449 #11187
9
+ * docs(connection+model): expand docs on accessors for underlying collections #13448 #13334
10
+
1
11
7.2.1 / 2023-05-24
2
12
==================
3
13
* fix(array): track correct changes when setting nested array of primitives #13422 #13372
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.2.1 " ,
4
+ "version" : " 7.2.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