dependabot npm(deps): bump mongoose from 8.5.0 to 8.5.1
Bumps mongoose from 8.5.0 to 8.5.1.
Release notes
Sourced from mongoose's releases.
8.5.1 / 2024-07-12
- perf(model): performance improvements for insertMany() #14724
- fix(model): avoid leaving subdoc defaults on top-level doc when setting subdocument to same value #14728 #14722
- fix(model): handle transactionAsyncLocalStorage option with insertMany() #14743
- types: make _id required on Document type #14735 #14660
- types: fix ChangeStream.close to return a Promise like the driver #14740 orgads
Changelog
Sourced from mongoose's changelog.
8.5.1 / 2024-07-12
- perf(model): performance improvements for insertMany() #14724
- fix(model): avoid leaving subdoc defaults on top-level doc when setting subdocument to same value #14728 #14722
- fix(model): handle transactionAsyncLocalStorage option with insertMany() #14743
- types: make _id required on Document type #14735 #14660
- types: fix ChangeStream.close to return a Promise like the driver #14740 orgads
Commits
-
1972f7f
chore: release 8.5.1 -
70e8e19
Merge pull request #14743 from Automattic/vkarpov15/gh-14738 -
3646952
fix(model): handletransactionAsyncLocalStorage
option withinsertMany()
-
090297e
Merge pull request #14740 from orgads/stream-close-promise -
0fbe1d4
Fix ChangeStream.close to return a Promise<void> like the driver -
d30a3b9
Merge pull request #14724 from Automattic/vkarpov15/gh-14719 -
8223f91
refactor: rename to $__toObjectShallow() based on code review comments -
9dc2e8a
Merge branch 'master' into vkarpov15/gh-14719 -
7d742e2
style: fix lint -
b698c28
perf(model): skip $toObject() for insertMany with only primitive values - Additional commits viewable in compare view