dependency: bump mongoid from 7.2.2 to 7.3.0
Bumps mongoid from 7.2.2 to 7.3.0.
Release notes
Sourced from mongoid's releases.
7.3.0
This feature release of Mongoid adds the following new functionality:
- MONGOID-5036 Delegate to driver's query cache middleware when available
- MONGOID-4812 Allow id to be a regular field in models (not an alias of _id)
- MONGOID-4906 Add missing general-purpose operators to embedded matchers
- MONGOID-4757 Mongoid now warns about unknown options given at top level in YAML configuration
The following significant changes were made:
- MONGOID-4753 Make global Boolean definition opt-in
- MONGOID-3468 Always touch parents of embedded documents when embedded documents are touched
- MONGOID-5023 Expand all conditions in a single argument together in
where
path- MONGOID-4706 Remove the internal Targets module
- MONGOID-5060 #delete no longer causes dependent associations to be destroyed
- MONGOID-5073
Mongoid.purge!
andMongoid.truncate
respect global persistence context overridesThe following bugs were fixed:
- MONGOID-4982 Cannot update a field on embedded association member, add another member and add a nested association to the first member in the same save call
- MONGOID-5020 Condition lifting breaks with symbol operators on Ruby <= 2.6
- MONGOID-5032 Hash attribute access/read_attribute fails on embedded field when parent loaded with only
Please see the upgrading documentation for more detailed descriptions of the changes.
7.2.3
This patch release in the 7.2 series adds an upgrading note for the following change that was made in 7.2.0 release:
Commits
-
0832ac4
Release 7.3.0 -
b906ff3
RST syntax fix -
6a89df9
Update driver stable branches (stable is 2.14, oldstable is 2.13) (#4996) -
eb25429
Update shared ref (#4995) -
50d6002
Revert "Move contextual tests into their own bucket" -
c628728
Revert "Shrink contextual bucket to only contextual/mongo" -
91d3435
MONGOID-5091 Fix timezone dependent spec (#4992) -
c38b8ab
Shrink contextual bucket to only contextual/mongo -
93671f7
Move contextual tests into their own bucket -
8eb0751
rake buckets task to execute individual buckets - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
@dependabot-bot rebase
will rebase this MR -
@dependabot-bot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts
Edited by George Koltsov