Skip to content

Commit f8489e3

Browse files
committed
chore: release 8.7.3
1 parent 6ab97f2 commit f8489e3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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+
110
8.7.2 / 2024-10-17
211
==================
312
* fix(document): recursively clear modified subpaths when setting deeply nested subdoc to null #14963 #14952

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

0 commit comments

Comments
 (0)