rolify v6.0.0 Release Notes

Release Date: 2021-04-02 // almost 3 years ago
  • ๐Ÿ’ฅ 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

Previous changes from v5.3.0

  • ๐Ÿš€ 5.3.0 will be the last version to support Ruby < 2.5 and Rails < 5.2. Support for these will be dropped in the next major release.

    • ๐Ÿ›  Fix deprecation warning in Ruby 2.7
    • โž• Add Rails 6 support to migration generator
    • Significant ActiveRecord performance improvements to add_role and without_role
    • ๐ŸŽ Mongoid fix and performance improvement and to roles_name
    • ๐Ÿ‘‰ Make it safe to call Thing.with_role(:admin, user) with new record