dependency: bump mongoid from 7.3.2 to 7.3.3
Bumps mongoid from 7.3.2 to 7.3.3.
Release notes
Sourced from mongoid's releases.
7.3.3
This patch release in the 7.3 series adds the following improvements:
- MONGOID-5029 Implement association
empty?
viaany?
instead ofcount
- MONGOID-5140 Atomic #unset method should allow Hash args (in addition to current String/Symbol/Array)
- MONGOID-5099 Provide a better error message when loading an empty configuration file
- MONGOID-5144 Add deprecation warning when the legacy Mongoid query cache is used
- MONGOID-4737 Deprecate Document#as_json :compact option
- MONGOID-5147 Add missing find_first & one methods to Mongoid::Contextual::None
The following issues have been fixed:
Commits
-
af117f0
Release 7.3.3 -
aff5b61
Update MRSS -
4a6a978
Fix indentation -
434312b
MONGOID-5029 #empty method should use an #exists? rather than a #count query ... -
36319e2
MONGOID-5130 Remove conn count from client spec (#5055) -
02dc31a
Add driver 2.15 to compat table -
c91f76a
Fix MONGOID-5136 .touch with custom field is broken for embedded documents (#... -
57855c9
MONGOID-5144 Add a deprecation warning when using the legacy query cache (#5042) -
b7c0eb8
MONGOID-5168 Replace field[0] == ?$ with field.start_with?('$') -- easier to ... -
8c89366
MONGOID-5118 Add 5.0 configurations to evergreen (#5021) - 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