Skip to content

Commit 904a2eb

Browse files
committed
chore: release 9.2.0
1 parent fa0fb22 commit 904a2eb

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
9.2.0 / 2026-02-09
2+
==================
3+
* feat: add option to skip middleware #15883 #8768 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
4+
* feat(model): delay "Duplicate schema index" warning until createIndexes runs to include model name in the warning #15979
5+
* feat(model): add strict option to Model.hydrate(...) #15940 #15977
6+
* feat(document): add flattenUUIDs option to toObject() and toJSON() #15864 #15021 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
7+
* fix(schema): treat undefined as not provided for strict, strictQuery and id options #16004 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
8+
* types(inferrawdoctype): avoid adding _id to nested paths and handle _id: false in options + schema definition #15989
9+
* types: fix toObject() type inference with timestamps + virtuals #15975 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
10+
* types(models): remove dead MapReduce and GeoSearch types #15984
11+
* test(types): remove tsd in favor of tsc + test utilities #15951 #15696
12+
113
8.23.0 / 2026-02-09
214
===================
315
* feat(document): add flattenUUIDs option to toObject() and toJSON() (backport #15021 to 8.x)

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.6",
4+
"version": "9.2.0",
55
"author": "Guillermo Rauch <guillermo@learnboost.com>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)