v6.0.0
Breaking changes:
- Support strict
with_role
queries. Note this changes behaviour ofwith_role
when running in strict mode to behave as previously documented. #543 describes the behaviour change. - Dropped support for Ruby 2.3 and 2.4
Improvements:
- Updated ActiveRecord adapters implementation of
in
to utilise a subquery instead of two queries