Skip to content

Commit

Permalink
chore: release 8.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Dec 30, 2024
1 parent c62b72e commit f025b29
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.9.3 / 2024-12-30
==================
* fix(schema): make duplicate index error a warning for now to prevent blocking upgrading #15135 #15112 #15109
* fix(model): handle document array paths set to non-array values in Model.castObject() #15124 #15075
* fix(document): avoid using childSchemas.path for compatibility with pre-Mongoose-8.8 schemas #15131 #15071
* fix(model): avoid throwing unnecessary error if updateOne() returns null in save() #15126
* perf(cursor): clear the stack every time if using populate with batchSize to avoid stack overflows with large docs #15136 #10449
* types: make BufferToBinary avoid Document instances #15123 #15122
* types(model+query): avoid stripping out virtuals when calling populate with paths generic #15132 #15111
* types(schema): add missing removeIndex #15134
* types: add cleanIndexes() to IndexManager interface #15127
* docs: move search endpoint to netlify #15119

8.9.2 / 2024-12-19
==================
* fix(schema): avoid throwing duplicate index error if index spec keys have different order or index has a custom name #15112 #15109
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.9.2",
"version": "8.9.3",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit f025b29

Please sign in to comment.