Skip to content

Commit

Permalink
chore: release 8.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed May 17, 2024
1 parent 3783ed8 commit e661f5e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
8.4.0 / 2024-05-17
==================
* feat: upgrade mongodb -> 6.6.2 #14584
* feat: add transactionAsyncLocalStorage option to opt in to automatically setting session on all transactions #14583 #13889
* feat: handle initially null driver when instantiating Mongoose for Rollup support #14577 #12335
* feat(mongoose): export omitUndefined() helper #14582 #14569
* feat: add Model.listSearchIndexes() #14519 #14450
* feat(connection): add listDatabases() function #14506 #9048
* feat(schema): add schema-level readConcern option to apply default readConcern for all queries #14579 #14511
* fix(error): remove model property from CastError to avoid printing all model properties to console #14568 #14529
* fix(model): make bulkWrite() and insertMany() throw if throwOnValidationError set and all ops invalid #14587 #14572
* fix(document): ensure transform function passed to toObject() options applies to subdocs #14600 #14589
* types: add inferRawDocType helper #13900 #13772
* types(document): make document _id type default to unknown instead of any #14541

8.3.5 / 2024-05-15
==================
* fix(query): shallow clone $or, $and if merging onto empty query filter #14580 #14567
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "8.3.5",
"version": "8.4.0",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit e661f5e

Please sign in to comment.