Skip to content

Commit 70fa116

Browse files
committed
chore: release 7.4.1
1 parent ae3894c commit 70fa116

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
7.4.1 / 2023-07-24
2+
==================
3+
* fix(document): correctly clean up nested subdocs modified state on save() #13644 #13609
4+
* fix(schema): avoid propagating toObject.transform and toJSON.transform option to implicitly created schemas #13634 #13599
5+
* fix: prevent schema options overwriting user defined writeConcern #13612 #13592
6+
* types: correctly handle pre('deleteOne', { document: true }) #13632
7+
* types(schema): handle type: Schema.Types.Map in TypeScript #13628
8+
* types: Add inline comment to to tell the default value of the runValidator flag in the queryOptions types #13636 [omran95](https://github.com/omran95)
9+
* docs: rework several code examples that still use callbacks #13635 #13616
10+
* docs: remove callbacks from validation description #13638 #13501
11+
112
7.4.0 / 2023-07-18
213
==================
314
* perf: speed up mapOfSubdocs benchmark by 4x by avoiding unnecessary O(n^2) loop in getPathsToValidate() #13614

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose",
33
"description": "Mongoose MongoDB ODM",
4-
"version": "7.4.0",
4+
"version": "7.4.1",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)