Version Packages (next)
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-permission-common
|
||||
|
||||
## 0.6.0-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 2b07063d77: Added `PermissionEvaluator`, which will replace the existing `PermissionAuthorizer` interface. This new interface provides stronger type safety and validation by splitting `PermissionAuthorizer.authorize()` into two methods:
|
||||
|
||||
- `authorize()`: Used when the caller requires a definitive decision.
|
||||
- `authorizeConditional()`: Used when the caller can optimize the evaluation of any conditional decisions. For example, a plugin backend may want to use conditions in a database query instead of evaluating each resource in memory.
|
||||
|
||||
## 0.6.0-next.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
Reference in New Issue
Block a user