1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Starting from version 2.0, changelog entries are tracked via https://gitlab.com/gitlab-org/ruby/gems/declarative-policy/-/releases
2.0.0:
- Drop explicit support for Ruby 2.6 and 2.7 by removing those versions from
the CI matrix. These Ruby versions are now past EOL.
- Rename default condition scope name to `:user_and_subject`
- Clarify the use of `User` and `Subject` in README and documentation
- Update `ruby-git` in Gemfile.lock
1.1.1:
- Define development dependencies
1.1.0:
- Add cache invalidation API: `DeclarativePolicy.invalidate(cache, keys)`
- Include actor class name in cache key
1.0.1:
- Added unit level tests for `lib/declarative_policy/rule.rb`
|