Skip to content

Commit d64f481

Browse files
committed
chore: release 8.10.1
1 parent 0a1cd39 commit d64f481

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
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+
114
8.10.0 / 2025-02-05
215
===================
316
* feat(schema+schematype): add toJSONSchema() method to convert schemas and schematypes to JSON schema #15184 #11162

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose",
33
"description": "Mongoose MongoDB ODM",
4-
"version": "8.10.0",
4+
"version": "8.10.1",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)