Releases: mongodb/mongoid
Releases · mongodb/mongoid
7.3.4
This patch release in the 7.3 series adds compatibility with Rails 7.
The following bug was fixed:
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:
7.2.6
This patch release in the 7.2 series adds the following improvements:
- 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 issue has been fixed:
7.1.11
This patch release in the 7.1 series adds the following improvements:
- MONGOID-5140 Atomic #unset method should allow Hash args (in addition to current String/Symbol/Array)
- MONGOID-5147 Add missing find_first & one methods to Mongoid::Contextual::None
- MONGOID-5099 Provide a better error message when loading an empty configuration file
- MONGOID-4737 Deprecate Document#as_json :compact option
7.3.2
This patch release in the 7.3 series fixes the following bug:
- MONGOID-5123 Association proxies
method_missing
does not handle keyword args
7.2.5
This patch release in the 7.2 series fixes the following bug:
- MONGOID-5123 Association proxies
method_missing
does not handle keyword args
7.1.10
This patch release in the 7.1 series fixes the following bug:
- MONGOID-5123 Association proxies
method_missing
does not handle keyword args
7.3.1
This patch release in the 7.3 series adds compatibility with Ruby 3.
The following bug was fixed: