10 KiB
10 KiB
@backstage/plugin-notifications-node
0.2.4-next.3
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.8.0-next.3
- @backstage/backend-common@0.23.4-next.3
- @backstage/catalog-model@1.6.0-next.0
- @backstage/catalog-client@1.6.6-next.0
- @backstage/plugin-notifications-common@0.0.5
- @backstage/plugin-signals-node@0.1.9-next.3
0.2.4-next.2
Patch Changes
93095ee: Make sure node-fetch is version 2.7.0 or greater- Updated dependencies
- @backstage/backend-plugin-api@0.8.0-next.2
- @backstage/backend-common@0.23.4-next.2
- @backstage/plugin-signals-node@0.1.9-next.2
- @backstage/catalog-client@1.6.5
- @backstage/catalog-model@1.5.0
- @backstage/plugin-notifications-common@0.0.5
0.2.4-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.7.1-next.1
- @backstage/backend-common@0.23.4-next.1
- @backstage/catalog-client@1.6.5
- @backstage/catalog-model@1.5.0
- @backstage/plugin-notifications-common@0.0.5
- @backstage/plugin-signals-node@0.1.9-next.1
0.2.4-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/catalog-client@1.6.5
- @backstage/catalog-model@1.5.0
- @backstage/plugin-notifications-common@0.0.5
- @backstage/plugin-signals-node@0.1.9-next.0
0.2.3
Patch Changes
4e4ef2b: Move notification processor filter parsing to common package- Updated dependencies
- @backstage/backend-plugin-api@0.7.0
- @backstage/backend-common@0.23.3
- @backstage/plugin-notifications-common@0.0.5
- @backstage/plugin-signals-node@0.1.8
- @backstage/catalog-client@1.6.5
- @backstage/catalog-model@1.5.0
0.2.3-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.3-next.1
- @backstage/backend-plugin-api@0.6.22-next.1
- @backstage/catalog-client@1.6.5
- @backstage/catalog-model@1.5.0
- @backstage/plugin-notifications-common@0.0.4
- @backstage/plugin-signals-node@0.1.8-next.1
0.2.2-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.21-next.0
- @backstage/backend-common@0.23.2-next.0
- @backstage/plugin-signals-node@0.1.7-next.0
- @backstage/catalog-client@1.6.5
- @backstage/catalog-model@1.5.0
- @backstage/plugin-notifications-common@0.0.4
0.2.0
Minor Changes
07a789b: add notifications filtering by processors
Patch Changes
d44a20a: Added additional plugin metadata topackage.json.1354d81: Usenode-fetchinstead of native fetch, as per https://backstage.io/docs/architecture-decisions/adrs-adr013- Updated dependencies
- @backstage/backend-common@0.23.0
- @backstage/backend-plugin-api@0.6.19
- @backstage/plugin-notifications-common@0.0.4
- @backstage/plugin-signals-node@0.1.5
- @backstage/catalog-client@1.6.5
- @backstage/catalog-model@1.5.0
0.2.0-next.3
Patch Changes
d44a20a: Added additional plugin metadata topackage.json.- Updated dependencies
- @backstage/backend-plugin-api@0.6.19-next.3
- @backstage/plugin-notifications-common@0.0.4-next.0
- @backstage/plugin-signals-node@0.1.5-next.3
- @backstage/backend-common@0.23.0-next.3
- @backstage/catalog-client@1.6.5
- @backstage/catalog-model@1.5.0
0.2.0-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.19-next.2
- @backstage/backend-common@0.23.0-next.2
- @backstage/plugin-signals-node@0.1.5-next.2
- @backstage/catalog-client@1.6.5
- @backstage/catalog-model@1.5.0
- @backstage/plugin-notifications-common@0.0.3
0.2.0-next.1
Minor Changes
07a789b: add notifications filtering by processors
Patch Changes
1354d81: Usenode-fetchinstead of native fetch, as per https://backstage.io/docs/architecture-decisions/adrs-adr013- Updated dependencies
- @backstage/backend-plugin-api@0.6.19-next.1
- @backstage/backend-common@0.23.0-next.1
- @backstage/plugin-signals-node@0.1.5-next.1
0.1.5-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.22.1-next.0
- @backstage/backend-plugin-api@0.6.19-next.0
- @backstage/plugin-signals-node@0.1.5-next.0
- @backstage/catalog-client@1.6.5
- @backstage/catalog-model@1.5.0
- @backstage/plugin-notifications-common@0.0.3
0.1.4
Patch Changes
295c05d: Support for filtering entities from notification recipients after resolving them from the recipients- Updated dependencies
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/catalog-client@1.6.5
- @backstage/plugin-signals-node@0.1.4
0.1.4-next.1
Patch Changes
295c05d: Support for filtering entities from notification recipients after resolving them from the recipients- Updated dependencies
- @backstage/backend-common@0.22.0-next.1
- @backstage/plugin-signals-node@0.1.4-next.1
- @backstage/backend-plugin-api@0.6.18-next.1
0.1.4-next.0
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.5.0-next.0
- @backstage/backend-common@0.21.8-next.0
- @backstage/backend-plugin-api@0.6.18-next.0
- @backstage/catalog-client@1.6.5-next.0
- @backstage/plugin-notifications-common@0.0.3
- @backstage/plugin-signals-node@0.1.4-next.0
0.1.3
Patch Changes
0d99528: Notification processor functions are now renamed topreProcessandpostProcess. Additionally, processor name is now required to be returned bygetName. A new processor functionalityprocessOptionswas added to process options before sending the notification.- Updated dependencies
- @backstage/backend-common@0.21.7
- @backstage/plugin-notifications-common@0.0.3
- @backstage/backend-plugin-api@0.6.17
- @backstage/catalog-client@1.6.4
- @backstage/plugin-signals-node@0.1.3
- @backstage/catalog-model@1.4.5
0.1.3-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.1
- @backstage/backend-plugin-api@0.6.17-next.1
- @backstage/catalog-client@1.6.4-next.0
- @backstage/plugin-signals-node@0.1.3-next.1
- @backstage/catalog-model@1.4.5
- @backstage/plugin-notifications-common@0.0.2
0.1.3-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.7-next.0
- @backstage/backend-plugin-api@0.6.17-next.0
- @backstage/catalog-client@1.6.3
- @backstage/catalog-model@1.4.5
- @backstage/plugin-notifications-common@0.0.2
- @backstage/plugin-signals-node@0.1.3-next.0
0.1.2
Patch Changes
- Updated dependencies
- @backstage/catalog-client@1.6.3
- @backstage/backend-common@0.21.6
- @backstage/backend-plugin-api@0.6.16
- @backstage/plugin-signals-node@0.1.2
- @backstage/catalog-model@1.4.5
- @backstage/plugin-notifications-common@0.0.2
0.1.1
Patch Changes
- Updated dependencies
- @backstage/catalog-client@1.6.2
- @backstage/backend-common@0.21.5
- @backstage/plugin-signals-node@0.1.1
- @backstage/backend-plugin-api@0.6.15
- @backstage/catalog-model@1.4.5
- @backstage/plugin-notifications-common@0.0.2
0.1.0
Minor Changes
84af361: Migrated to using the new auth services.
Patch Changes
ba14c0e: Support for broadcast notificationsa790a3d: Move notification origin resolving to backend with new auth0fb419b: Updated dependencyuuidto^9.0.0. Updated dependency@types/uuidto^9.0.0.- Updated dependencies
- @backstage/plugin-notifications-common@0.0.2
- @backstage/backend-common@0.21.4
- @backstage/plugin-signals-node@0.1.0
- @backstage/backend-plugin-api@0.6.14
- @backstage/catalog-client@1.6.1
- @backstage/catalog-model@1.4.5
0.1.0-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-signals-node@0.1.0-next.2
- @backstage/catalog-client@1.6.1-next.1
- @backstage/backend-common@0.21.4-next.2
- @backstage/backend-plugin-api@0.6.14-next.2
- @backstage/catalog-model@1.4.5-next.0
- @backstage/plugin-notifications-common@0.0.2-next.1
0.1.0-next.1
Patch Changes
a790a3d: Move notification origin resolving to backend with new auth- Updated dependencies
- @backstage/plugin-notifications-common@0.0.2-next.1
- @backstage/plugin-signals-node@0.1.0-next.1
- @backstage/backend-common@0.21.4-next.1
- @backstage/backend-plugin-api@0.6.14-next.1
- @backstage/catalog-client@1.6.1-next.0
- @backstage/catalog-model@1.4.5-next.0
0.1.0-next.0
Minor Changes
84af361: Migrated to using the new auth services.
Patch Changes
0fb419b: Updated dependencyuuidto^9.0.0. Updated dependency@types/uuidto^9.0.0.- Updated dependencies
- @backstage/backend-common@0.21.3-next.0
- @backstage/backend-plugin-api@0.6.13-next.0
- @backstage/plugin-signals-node@0.0.4-next.0
- @backstage/plugin-notifications-common@0.0.2-next.0
- @backstage/catalog-client@1.6.1-next.0
- @backstage/catalog-model@1.4.5-next.0
0.0.1
Patch Changes
8472188: Added or fixed therepositoryfield inpackage.json.fb8fc24: Initial notifications system for backstage- Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/plugin-signals-node@0.0.1
- @backstage/plugin-notifications-common@0.0.1
- @backstage/backend-plugin-api@0.6.10
- @backstage/catalog-model@1.4.4
- @backstage/catalog-client@1.6.0
0.0.1-next.1
Patch Changes
8472188: Added or fixed therepositoryfield inpackage.json.- Updated dependencies
- @backstage/backend-common@0.21.0-next.3
- @backstage/plugin-notifications-common@0.0.1-next.1
- @backstage/plugin-signals-node@0.0.1-next.3
- @backstage/backend-plugin-api@0.6.10-next.3
- @backstage/catalog-client@1.6.0-next.1
- @backstage/catalog-model@1.4.4-next.0
0.0.1-next.0
Patch Changes
fb8fc24: Initial notifications system for backstage- Updated dependencies
- @backstage/backend-common@0.21.0-next.2
- @backstage/plugin-signals-node@0.0.1-next.2
- @backstage/backend-plugin-api@0.6.10-next.2
- @backstage/plugin-notifications-common@0.0.1-next.0
- @backstage/catalog-client@1.6.0-next.1
- @backstage/catalog-model@1.4.4-next.0