File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ 8.7.3 / 2024-10-25
2
+ ==================
3
+ * fix(cursor): close underlying query cursor when calling destroy() #14982 #14966
4
+ * types: add JSONSerialized helper that can convert HydratedDocument to JSON output type #14981 #14451
5
+ * types(model): convert InsertManyResult to interface and remove unnecessary insertedIds override #14977
6
+ * types(connection): add missing sanitizeFilter option #14975
7
+ * types: improve goto definition for inferred schema definitions #14968 [forivall](https://github.com/forivall)
8
+ * docs(migration-guide-v7): correct link to the section "Id Setter" #14973 [rb-ntnx](https://github.com/rb-ntnx)
9
+
1
10
8.7.2 / 2024-10-17
2
11
==================
3
12
* fix(document): recursively clear modified subpaths when setting deeply nested subdoc to null #14963 #14952
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.7.2 " ,
4
+ "version" : " 8.7.3 " ,
5
5
"author" : " Guillermo Rauch <guillermo@learnboost.com>" ,
6
6
"keywords" : [
7
7
" mongodb" ,
You can’t perform that action at this time.
0 commit comments