Skip to content

Commit dfff2a5

Browse files
committed
chore: release 9.1.6
1 parent 1b06959 commit dfff2a5

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

0 commit comments

Comments
 (0)