File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ 7.6.4 / 2023-10-30
2
+ ==================
3
+ * fix(connection): retain modified status for documents created outside a transaction during transaction retries #14017 #13973
4
+ * fix(schema): handle recursive schemas in discriminator definitions #14011 #13978
5
+ * fix: handle casting $or underneath $elemMatch #14007 #13974
6
+ * fix(populate): allow using options: { strictPopulate: false } to disable strict populate #13863
7
+ * docs: fix differences between sample codes and documentation #13998 [ suzuki] ( https://github.com/suzuki )
8
+ * docs: fix missing import and change wrong variable name #13992 [ suzuki] ( https://github.com/suzuki )
9
+
1
10
7.6.3 / 2023-10-17
2
11
==================
3
12
* fix(populate): handle multiple spaces when specifying paths to populate using space-delimited paths #13984 #13951
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.6.3 " ,
4
+ "version" : " 7.6.4 " ,
5
5
"author" : " Guillermo Rauch <guillermo@learnboost.com>" ,
6
6
"keywords" : [
7
7
" mongodb" ,
You can’t perform that action at this time.
0 commit comments