From f8489e39f391ce4e5dcc7a69927b77b87bcfcc34 Mon Sep 17 00:00:00 2001 From: Valeri Karpov Date: Fri, 25 Oct 2024 13:46:24 -0400 Subject: [PATCH] chore: release 8.7.3 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 053448f74a..e3e97e3029 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +8.7.3 / 2024-10-25 +================== + * fix(cursor): close underlying query cursor when calling destroy() #14982 #14966 + * types: add JSONSerialized helper that can convert HydratedDocument to JSON output type #14981 #14451 + * types(model): convert InsertManyResult to interface and remove unnecessary insertedIds override #14977 + * types(connection): add missing sanitizeFilter option #14975 + * types: improve goto definition for inferred schema definitions #14968 [forivall](https://github.com/forivall) + * docs(migration-guide-v7): correct link to the section "Id Setter" #14973 [rb-ntnx](https://github.com/rb-ntnx) + 8.7.2 / 2024-10-17 ================== * fix(document): recursively clear modified subpaths when setting deeply nested subdoc to null #14963 #14952 diff --git a/package.json b/package.json index 4a35751bbc..8a14afbead 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongoose", "description": "Mongoose MongoDB ODM", - "version": "8.7.2", + "version": "8.7.3", "author": "Guillermo Rauch ", "keywords": [ "mongodb",