dependabot npm(deps): bump mongoose from 6.6.7 to 6.7.0
Bumps mongoose from 6.6.7 to 6.7.0.
Release notes
Sourced from mongoose's releases.
6.7.0 / 2022-10-24
- feat: upgrade to mongodb driver 4.11.0 #12446
- feat: add UUID Schema Type (BSON Buffer SubType 4) #12268 #3208 hasezoey
- feat(aggregation): add $fill pipeline stage #12545 raphael-papazikas
- feat(types+schema): allow defining schema paths using mongoose.Types.* to work around TS type inference issues #12352
- feat(schema): add alias() method that makes it easier to define multiple aliases for a given path #12368
- feat(model): add mergeHooks option to Model.discriminator() to avoid duplicate hooks #12542
- feat(document): add $timestamps() method to set timestamps for save(), bulkSave(), and insertMany() #12540
Changelog
Sourced from mongoose's changelog.
6.7.0 / 2022-10-24
- feat: upgrade to mongodb driver 4.11.0 #12446
- feat: add UUID Schema Type (BSON Buffer SubType 4) #12268 #3208 hasezoey
- feat(aggregation): add $fill pipeline stage #12545 raphael-papazikas
- feat(types+schema): allow defining schema paths using mongoose.Types.* to work around TS type inference issues #12352
- feat(schema): add alias() method that makes it easier to define multiple aliases for a given path #12368
- feat(model): add mergeHooks option to Model.discriminator() to avoid duplicate hooks #12542
- feat(document): add $timestamps() method to set timestamps for save(), bulkSave(), and insertMany() #12540
Commits
-
695d73a
chore: release 6.7.0 -
b2af0fe
Merge pull request #12587 from Automattic/6.7 -
a20f7bf
Merge pull request #12268 from hasezoey/addUUID -
49cca93
feat: upgrade to mongodb driver 4.11.0 -
dc42696
Merge branch 'master' into 6.7 -
8c84754
Merge pull request #12542 from Automattic/vkarpov15/gh-12472 -
bed6d81
Merge pull request #12545 from raphael-papazikas/feature/12536-fill-stage -
c35f99e
Merge branch 'master' into 6.7 - See full diff in compare view