Skip to content

Commit

Permalink
chore: release 8.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Feb 14, 2025
1 parent 0a1cd39 commit d64f481
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
8.10.1 / 2025-02-14
===================
* perf(document): only call undoReset() 1x/document #15257 #15255
* perf(schema): clear childSchemas when overwriting existing path to avoid performance degradations #15256 #15253
* perf: some more micro optimizations for find() and findOne() #14906 #15250
* fix(model): avoid adding timeout on Model.init() buffering to avoid unintentional dangling open handles #15251 #15241
* fix: avoid connection buffering on init if autoCreate: false #15247 #15241
* fix: infer discriminator key if set in $set with overwriteDiscriminatorKey #15243 #15218
* types(middleware): make this in document middleware the hydrated doc type, not raw doc type #15246 #15242
* types(schema): support options parameter to Schema.prototype.discriminator() #15249 #15244
* types(schema): allow calling Schema.prototype.number() with no message arg #15237 #15236
* docs(typescript): recommend using HydratedSingleSubdocument over Types.Subdocument #15240 #15211

8.10.0 / 2025-02-05
===================
* feat(schema+schematype): add toJSONSchema() method to convert schemas and schematypes to JSON schema #15184 #11162
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "8.10.0",
"version": "8.10.1",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit d64f481

Please sign in to comment.