File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
1
+ 8.10.1 / 2025-02-14
2
+ ===================
3
+ * perf(document): only call undoReset() 1x/document #15257 #15255
4
+ * perf(schema): clear childSchemas when overwriting existing path to avoid performance degradations #15256 #15253
5
+ * perf: some more micro optimizations for find() and findOne() #14906 #15250
6
+ * fix(model): avoid adding timeout on Model.init() buffering to avoid unintentional dangling open handles #15251 #15241
7
+ * fix: avoid connection buffering on init if autoCreate: false #15247 #15241
8
+ * fix: infer discriminator key if set in $set with overwriteDiscriminatorKey #15243 #15218
9
+ * types(middleware): make this in document middleware the hydrated doc type, not raw doc type #15246 #15242
10
+ * types(schema): support options parameter to Schema.prototype.discriminator() #15249 #15244
11
+ * types(schema): allow calling Schema.prototype.number() with no message arg #15237 #15236
12
+ * docs(typescript): recommend using HydratedSingleSubdocument over Types.Subdocument #15240 #15211
13
+
1
14
8.10.0 / 2025-02-05
2
15
===================
3
16
* feat(schema+schematype): add toJSONSchema() method to convert schemas and schematypes to JSON schema #15184 #11162
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mongoose" ,
3
3
"description" : " Mongoose MongoDB ODM" ,
4
- "version" : " 8.10.0 " ,
4
+ "version" : " 8.10.1 " ,
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