File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1- 8.22.1 / 2025-02-04
1+ 9.1.6 / 2026-02-04
2+ ==================
3+ * fix: handle other top-level query operators in sanitizeFilter
4+ * fix(types): fix toObject() type inference with timestamps + virtuals #15975 #15965 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
5+ * fix(populate): defer subpopulate until after match functions to avoid comparing populated subdocs #15981 mongodb-js/mongoose-autopopulate#112
6+ * fix(DocumentArray): correctly clone subdocument when updating document array #15978 #15973
7+ * fix(documentArray): fix change tracking for documentArrays in nested maps #15983 #15970 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
8+ * docs: clarify that you need to explicitly create timeseries collection before inserting document #15990 #15986
9+
10+ 8.22.1 / 2026-02-04
211==================
312 * fix: handle other top-level query operators in sanitizeFilter
413 * fix(document): when cloning a doc with subdocs, make sure the subdocs parent is the cloned doc #15904 #15901
514 * types(models): support Mongoose query casting in AnyBulkWriteOperation filter property #15910
615 * types: add toBSON() to documents #15927
716
8- 7.8.9 / 2025 -02-04
17+ 7.8.9 / 2026 -02-04
918==================
1019 * fix: handle other top-level query operators in sanitizeFilter
1120
Original file line number Diff line number Diff line change 11{
22 "name" : " mongoose" ,
33 "description" : " Mongoose MongoDB ODM" ,
4- "version" : " 9.1.5 " ,
4+ "version" : " 9.1.6 " ,
55 "author" :
" Guillermo Rauch <[email protected] >" ,
66 "keywords" : [
77 " mongodb" ,
You can’t perform that action at this time.
0 commit comments