From 57b6eab733e19b6c1409f43dce20ac2208e7190f Mon Sep 17 00:00:00 2001 From: Valeri Karpov Date: Tue, 22 Aug 2023 07:37:15 -0400 Subject: [PATCH] chore: release 7.4.4 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eb748d866..b002930621 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +7.4.4 / 2023-08-22 +================== + * fix(connection): reset document state in between transaction retries #13726 #13698 + * fix(cursor): bubble up resumeTokenChanged event from change streams #13736 #13607 + * fix(query+populate): add refPath to projection by default, unless explicitly excluded #13758 + * fix(schema): support 'ascending', 'asc', 'descending', 'desc' for index direction #13761 #13725 + * fix(ChangeStream): add _bindEvents to addListener function for observable support #13759 [yury-ivaniutsenka](https://github.com/yury-ivaniutsenka) + * types: infer return type when using `get()`, `markModified()`, etc. with known property name literal #13739 [maybesmurf](https://github.com/maybesmurf) + * types: add missing typings for option includeResultMetadata #13747 #13746 [Idnan](https://github.com/Idnan) + * types: export InferSchemaType #13737 + * docs(middleware): clarify that query middleware applies to document by default #13734 #13713 + * docs: add brief note on TypeScript generic usage for embedded discriminator path() calls #13728 #10435 + * docs: link v7 migration guide #13742 [Cooldogyum](https://github.com/Cooldogyum) + * docs(migrating_to_6): add note about incompatible packages #13733 + 6.11.6 / 2023-08-21 =================== * fix(model): avoid hanging on empty bulkWrite() with ordered: false #13701 #13684 [JavaScriptBach](https://github.com/JavaScriptBach) diff --git a/package.json b/package.json index 9004bbc29d..368d7d738c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongoose", "description": "Mongoose MongoDB ODM", - "version": "7.4.3", + "version": "7.4.4", "author": "Guillermo Rauch ", "keywords": [ "mongodb",