Skip to content

Commit

Permalink
chore: release 8.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Dec 16, 2024
1 parent a99d08d commit 2531768
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
8.9.1 / 2024-12-16
==================
* fix(connection): remove heartbeat check in load balanced mode #15089 #15042 #14812
* fix(discriminator): gather childSchemas when creating discriminator to ensure $getAllSubdocs() can properly get all subdocs #15099 #15088 #15092
* fix(model): handle discriminators in castObject() #15096 #15075
* fix(schema): throw error if duplicate index definition using unique in schema path and subsequent .index() call #15093 #15056
* fix: mark documents that are populated using hydratedPopulatedDocs option as populated in top-level doc #15080 #15048
* fix(document+schema): improve error message for get() on invalid path #15098 #15071
* docs: remove more callback doc references & some small other changes #15095

8.9.0 / 2024-12-13
==================
* feat: upgrade mongodb -> 6.12
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.0",
"version": "8.9.1",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 2531768

Please sign in to comment.