Skip to content

Commit 587983e

Browse files
committed
chore: release 7.4.0
1 parent 52a6485 commit 587983e

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
7.4.0 / 2023-07-18
2+
==================
3+
* perf: speed up mapOfSubdocs benchmark by 4x by avoiding unnecessary O(n^2) loop in getPathsToValidate() #13614
4+
* feat: upgrade to MongoDB Node.js driver 5.7.0 #13591
5+
* feat: support generating custom cast error message with a function #13608 #3162
6+
* feat(query): support MongoDB driver's includeResultMetadata option for findOneAndUpdate #13584 #13539
7+
* feat(connection): add Connection.prototype.removeDb() for removing a related connection #13580 #11821
8+
* feat(query): delay converting documents into POJOs until query execution, allow querying subdocuments with defaults disabled #13522
9+
* feat(model): add option "aggregateErrors" for create() #13544 [hasezoey](https://github.com/hasezoey)
10+
* feat(schema): add collectionOptions option to schemas #13513
11+
* fix: move all MongoDB-specific connection logic into driver layer, add createClient() method to handle creating MongoClient #13542
12+
* fix(document): allow setting keys with dots in mixed paths underneath nested paths #13536
13+
* types: augment bson.ObjectId instead of adding on own type #13515 #12537 [hasezoey](https://github.com/hasezoey)
14+
* docs(guide): fix md lint #13593 [hasezoey](https://github.com/hasezoey)
15+
* docs: changed the code from 'await author.save()' to 'await story1.save()' #13596 [SomSingh23](https://github.com/SomSingh23)
16+
117
6.11.4 / 2023-07-17
218
===================
319
* 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.3.4",
4+
"version": "7.4.0",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)