Skip to content

v11.0.0

Compare
Choose a tag to compare
@cjcolvar cjcolvar released this 31 Jan 22:00

Release 11 is not a large release but major because it drops support for old, unsupported versions of ruby and rails. Only ruby 2.4+ and rails 5.2 are supported now. The only other change in this release is continuing the work done in v10.6.1 to avoid aggressively creating permission objects and fix a case where downstream applications were depending on the pre-v10.6.1 behavior.

Changes

  • Build permissions relations instead of creating them [@dlpierce]
  • Support ruby 2.7 and drop support for rails 5.1 [@cjcolvar]
  • Fix intermittently failing test [@cjcolvar]