dependabot npm(deps): bump mongoose from 8.3.5 to 8.4.0
Bumps mongoose from 8.3.5 to 8.4.0.
Release notes
Sourced from mongoose's releases.
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
Changelog
Sourced from mongoose's changelog.
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
Commits
-
e661f5e
chore: release 8.4.0 -
3783ed8
Merge pull request #14594 from Automattic/8.4 -
26375d6
Merge branch 'master' into 8.4 -
cdedde6
Merge pull request #14587 from Automattic/vkarpov15/gh-14572 -
40805aa
Merge pull request #14600 from Automattic/vkarpov15/gh-14589 -
f8268c5
fix(document): ensuretransform
function passed totoObject()
options app... -
72d877d
fix: use mongodb@6.6.2 -
f63388f
Merge pull request #13900 from Automattic/vkarpov15/gh-13772 -
3660041
docs(typescript): add section on InferRawDocType to TypeScript docs -
09bdf11
Merge branch '8.4' into vkarpov15/gh-13772 - Additional commits viewable in compare view