0d99528300
Notification processor functions are now renamed to `preProcess` and `postProcess`. Additionally, processor name is now required to be returned by `getName`. A new processor functionality `processOptions` was added to process options before sending the notification. Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
419 B
419 B
@backstage/plugin-notifications-backend, @backstage/plugin-notifications-common, @backstage/plugin-notifications-node
| @backstage/plugin-notifications-backend | @backstage/plugin-notifications-common | @backstage/plugin-notifications-node |
|---|---|---|
| patch | patch | patch |
Notification processor functions are now renamed to preProcess and postProcess.
Additionally, processor name is now required to be returned by getName.
A new processor functionality processOptions was added to process options before sending the notification.