Skip to content

Commit e661f5e

Browse files
committed
chore: release 8.4.0
1 parent 3783ed8 commit e661f5e

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
8.4.0 / 2024-05-17
2+
==================
3+
* feat: upgrade mongodb -> 6.6.2 #14584
4+
* feat: add transactionAsyncLocalStorage option to opt in to automatically setting session on all transactions #14583 #13889
5+
* feat: handle initially null driver when instantiating Mongoose for Rollup support #14577 #12335
6+
* feat(mongoose): export omitUndefined() helper #14582 #14569
7+
* feat: add Model.listSearchIndexes() #14519 #14450
8+
* feat(connection): add listDatabases() function #14506 #9048
9+
* feat(schema): add schema-level readConcern option to apply default readConcern for all queries #14579 #14511
10+
* fix(error): remove model property from CastError to avoid printing all model properties to console #14568 #14529
11+
* fix(model): make bulkWrite() and insertMany() throw if throwOnValidationError set and all ops invalid #14587 #14572
12+
* fix(document): ensure transform function passed to toObject() options applies to subdocs #14600 #14589
13+
* types: add inferRawDocType helper #13900 #13772
14+
* types(document): make document _id type default to unknown instead of any #14541
15+
116
8.3.5 / 2024-05-15
217
==================
318
* fix(query): shallow clone $or, $and if merging onto empty query filter #14580 #14567

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

0 commit comments

Comments
 (0)