Skip to content

Commit 2531768

Browse files
committed
chore: release 8.9.1
1 parent a99d08d commit 2531768

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
8.9.1 / 2024-12-16
2+
==================
3+
* fix(connection): remove heartbeat check in load balanced mode #15089 #15042 #14812
4+
* fix(discriminator): gather childSchemas when creating discriminator to ensure $getAllSubdocs() can properly get all subdocs #15099 #15088 #15092
5+
* fix(model): handle discriminators in castObject() #15096 #15075
6+
* fix(schema): throw error if duplicate index definition using unique in schema path and subsequent .index() call #15093 #15056
7+
* fix: mark documents that are populated using hydratedPopulatedDocs option as populated in top-level doc #15080 #15048
8+
* fix(document+schema): improve error message for get() on invalid path #15098 #15071
9+
* docs: remove more callback doc references & some small other changes #15095
10+
111
8.9.0 / 2024-12-13
212
==================
313
* feat: upgrade mongodb -> 6.12

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.9.0",
4+
"version": "8.9.1",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)