Skip to content

Commit 86d6009

Browse files
committed
chore: release 7.4.3
1 parent 513340a commit 86d6009

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
7.4.3 / 2023-08-11
2+
==================
3+
* fix: avoid applying map property getters when saving #13704 #13657
4+
* fix(query): allow deselecting discriminator key #13722 #13679
5+
* types(models+query): return lean type when passing QueryOptions with lean: true to relevant model functions like find() and findOne() #13721 #13705
6+
* types(schema): correct return type for Schema.prototype.indexes() #13718 #13702
7+
* types: allow accessing options from pre middleware #13708 #13633
8+
* types: add UpdateQueryKnownOnly type for stricter UpdateQuery type checking #13699 #13630
9+
* types(schema): support required: { isRequired: true } syntax in schema definition #13680
10+
* docs(middleware): clarify that doc.deleteOne() doesn't run query middleware currently #13707 #13669
11+
112
7.4.2 / 2023-08-03
213
==================
314
* fix(model): avoid hanging on empty bulkWrite() with ordered: false #13684 #13664

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": "7.4.2",
4+
"version": "7.4.3",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)