Version Packages
This commit is contained in:
@@ -1,5 +1,22 @@
|
||||
# @backstage/plugin-notifications-node
|
||||
|
||||
## 0.2.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 7e7ed57: A new extension point was added that can be used to modify how the users receiving notifications
|
||||
are resolved. The interface passed to the extension point should only return complete user entity references
|
||||
based on the notification target references and the excluded entity references. Note that the inputs are lists
|
||||
of entity references that can be any entity kind, not just user entities.
|
||||
|
||||
Using this extension point will override the default behavior of resolving users with the
|
||||
`DefaultNotificationRecipientResolver`.
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/catalog-client@1.12.0
|
||||
- @backstage/backend-plugin-api@1.4.3
|
||||
- @backstage/plugin-signals-node@0.1.24
|
||||
|
||||
## 0.2.19-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
Reference in New Issue
Block a user