dependabot npm(deps): bump mongoose from 8.1.3 to 8.2.0
Bumps mongoose from 8.1.3 to 8.2.0.
Release notes
Sourced from mongoose's releases.
8.2.0 / 2024-02-22
- feat(model): add recompileSchema() function to models to allow applying schema changes after compiling #14306 #14296
- feat: add middleware for bulkWrite() and createCollection() #14358 #14263 #7893
- feat(model): add
hydratedPopulatedDocs
option to make hydrate recursively hydrate populated docs #14352 #4727- feat(connection): add withSession helper #14339 #14330
Changelog
Sourced from mongoose's changelog.
8.2.0 / 2024-02-22
- feat(model): add recompileSchema() function to models to allow applying schema changes after compiling #14306 #14296
- feat: add middleware for bulkWrite() and createCollection() #14358 #14263 #7893
- feat(model): add
hydratedPopulatedDocs
option to make hydrate recursively hydrate populated docs #14352 #4727- feat(connection): add withSession helper #14339 #14330
Commits
-
f1ed13f
chore: release 8.2.0 -
3508f5f
Merge pull request #14362 from Automattic/8.2 -
b10fc72
Merge pull request #14350 from Automattic/vkarpov15/helpers-refactor -
2277ad4
Merge pull request #14358 from Automattic/vkarpov15/bulkwrite-middleware -
5d7178c
Merge branch 'master' into 8.2 -
4876d1e
Update lib/query.js -
c164d63
Update lib/query.js -
aa65645
feat: add middleware for bulkWrite() and createCollection() -
db247da
Merge pull request #14352 from Automattic/IslandRhythms/deeply-hydrate-doc -
6dafa54
fix: lint - Additional commits viewable in compare view