dependabot npm(deps): bump mongoose from 7.2.1 to 7.2.4
Bumps mongoose from 7.2.1 to 7.2.4.
Release notes
Sourced from mongoose's releases.
7.2.4 / 2023-06-12
7.2.3 / 2023-06-09
- fix(model): ignore falsy last argument to create() for backwards compatibility #13493 #13491 #13487 MohOraby
- types: remove generic param that's causing issues for typegoose #13494 #13482
- types(aggregate): allow object syntax for $mergeObjects #13470 #13060
- docs(connection): clarify how Connection.prototype.destroy() is different from close() #13475
- docs(populate): fix accidental removal of text #13480
- docs: add additional notes for Atlas X.509 authentication #13452 alexbevi
- docs(populate): add a little more info on why we recommend using ObjectId for _id #13474 #13400
7.2.2 / 2023-05-30
- fix(schema): make bulkWrite updateOne() and updateMany() respect timestamps option when set by merging schemas #13445
- fix(schema): recursively copy schemas from different modules when calling new Schema() #13441 #13275
- fix(update): allow setting paths with dots under non-strict paths #13450 #13434
- types: improve function parameter types for ToObjectOptions transform option #13446 #13421
- docs: add nextjs page with link to next starter app and couple FAQs #13444 #13430
- docs(connections): add section on multi tenant #13449 #11187
- docs(connection+model): expand docs on accessors for underlying collections #13448 #13334
Changelog
Sourced from mongoose's changelog.
7.2.4 / 2023-06-12
7.2.3 / 2023-06-09
- fix(model): ignore falsy last argument to create() for backwards compatibility #13493 #13491 #13487 MohOraby
- types: remove generic param that's causing issues for typegoose #13494 #13482
- types(aggregate): allow object syntax for $mergeObjects #13470 #13060
- docs(connection): clarify how Connection.prototype.destroy() is different from close() #13475
- docs(populate): fix accidental removal of text #13480
- docs: add additional notes for Atlas X.509 authentication #13452 alexbevi
- docs(populate): add a little more info on why we recommend using ObjectId for _id #13474 #13400
6.11.2 / 2023-06-08
7.2.2 / 2023-05-30
- fix(schema): make bulkWrite updateOne() and updateMany() respect timestamps option when set by merging schemas #13445
- fix(schema): recursively copy schemas from different modules when calling new Schema() #13441 #13275
- fix(update): allow setting paths with dots under non-strict paths #13450 #13434
- types: improve function parameter types for ToObjectOptions transform option #13446 #13421
- docs: add nextjs page with link to next starter app and couple FAQs #13444 #13430
- docs(connections): add section on multi tenant #13449 #11187
- docs(connection+model): expand docs on accessors for underlying collections #13448 #13334
Commits
-
1d23f1a
chore: release 7.2.4 -
99e5f48
Merge pull request #13496 from Automattic/vkarpov15/gh-13492 -
fb0539a
fix(query): handle non-string discriminator key values in query -
c0087c6
chore: release 7.2.3 -
bd7fadb
Merge pull request #13494 from Automattic/vkarpov15/gh-13482 -
efe16d2
Merge pull request #13493 from Automattic/vkarpov15/gh-13487 -
ee6de4a
types: remove generic param that's causing issues for typegoose -
b01d3cf
fix(model): ignore falsy last argument to create() for backwards compatibility -
19896c7
Merge branch '6.x' -
a28933e
chore: release 6.11.2 - Additional commits viewable in compare view