Skip to content

Commit 4ff1916

Browse files
committed
chore: release 7.6.4
1 parent 120b442 commit 4ff1916

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
7.6.4 / 2023-10-30
2+
==================
3+
* fix(connection): retain modified status for documents created outside a transaction during transaction retries #14017 #13973
4+
* fix(schema): handle recursive schemas in discriminator definitions #14011 #13978
5+
* fix: handle casting $or underneath $elemMatch #14007 #13974
6+
* fix(populate): allow using options: { strictPopulate: false } to disable strict populate #13863
7+
* docs: fix differences between sample codes and documentation #13998 [suzuki](https://github.com/suzuki)
8+
* docs: fix missing import and change wrong variable name #13992 [suzuki](https://github.com/suzuki)
9+
110
7.6.3 / 2023-10-17
211
==================
312
* fix(populate): handle multiple spaces when specifying paths to populate using space-delimited paths #13984 #13951

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.6.3",
4+
"version": "7.6.4",
55
"author": "Guillermo Rauch <guillermo@learnboost.com>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)