The following feature flags should be deprecated in Mongoid 8.1 and removed in Mongoid 9.0.
- broken_aggregables
- broken_alias_handling
- broken_and
- broken_scoping
- broken_updates
- compare_time_by_ms
- legacy_attributes
- legacy_pluck_distinct
- legacy_triple_equals
- object_id_as_json_oid
- overwrite_chained_operators
(Possibly they could be "ignored" in Mongoid 9.0 with a warning and fully removed in Mongoid 10.0)
- is duplicated by
-
MONGOID-5283 Remove backwards-compatible buggy behavior options added in Mongoid 7.x
- Closed