File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
11
8.9.0 / 2024-12-13
2
12
==================
3
13
* feat: upgrade mongodb -> 6.12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mongoose" ,
3
3
"description" : " Mongoose MongoDB ODM" ,
4
- "version" : " 8.9.0 " ,
4
+ "version" : " 8.9.1 " ,
5
5
"author" :
" Guillermo Rauch <[email protected] >" ,
6
6
"keywords" : [
7
7
" mongodb" ,
You can’t perform that action at this time.
0 commit comments