Skip to content

Commit f025b29

Browse files
committed
chore: release 8.9.3
1 parent c62b72e commit f025b29

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
8.9.3 / 2024-12-30
2+
==================
3+
* fix(schema): make duplicate index error a warning for now to prevent blocking upgrading #15135 #15112 #15109
4+
* fix(model): handle document array paths set to non-array values in Model.castObject() #15124 #15075
5+
* fix(document): avoid using childSchemas.path for compatibility with pre-Mongoose-8.8 schemas #15131 #15071
6+
* fix(model): avoid throwing unnecessary error if updateOne() returns null in save() #15126
7+
* perf(cursor): clear the stack every time if using populate with batchSize to avoid stack overflows with large docs #15136 #10449
8+
* types: make BufferToBinary avoid Document instances #15123 #15122
9+
* types(model+query): avoid stripping out virtuals when calling populate with paths generic #15132 #15111
10+
* types(schema): add missing removeIndex #15134
11+
* types: add cleanIndexes() to IndexManager interface #15127
12+
* docs: move search endpoint to netlify #15119
13+
114
8.9.2 / 2024-12-19
215
==================
316
* fix(schema): avoid throwing duplicate index error if index spec keys have different order or index has a custom name #15112 #15109

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

0 commit comments

Comments
 (0)