Version Packages
This commit is contained in:
@@ -1,5 +1,27 @@
|
||||
# @backstage/plugin-notifications-backend
|
||||
|
||||
## 0.5.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- a95cebd: Internal refactoring for better type support
|
||||
- 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/plugin-catalog-node@1.19.0
|
||||
- @backstage/plugin-auth-node@0.6.7
|
||||
- @backstage/plugin-events-node@0.4.15
|
||||
- @backstage/types@1.2.2
|
||||
- @backstage/plugin-notifications-node@0.2.19
|
||||
- @backstage/backend-plugin-api@1.4.3
|
||||
- @backstage/plugin-signals-node@0.1.24
|
||||
|
||||
## 0.5.10-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-notifications-backend",
|
||||
"version": "0.5.10-next.1",
|
||||
"version": "0.5.10",
|
||||
"backstage": {
|
||||
"role": "backend-plugin",
|
||||
"pluginId": "notifications",
|
||||
|
||||
Reference in New Issue
Block a user