Skip to content

v6.0.0

Choose a tag to compare

@thomas-mcdonald thomas-mcdonald released this 25 Apr 13:57
· 9 commits to master since this release

Breaking changes:

  • Support strict with_role queries. Note this changes behaviour of with_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