File: CHANGELOG.md

package info (click to toggle)
ruby-declarative-policy 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 424 kB
  • sloc: ruby: 2,793; makefile: 4
file content (22 lines) | stat: -rw-r--r-- 676 bytes parent folder | download
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`