Files
backstage/.changeset/happy-scissors-breathe.md
T
Heikki Hellgren 0d99528300 feat: notification processor improvements
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>
2024-04-10 10:07:03 +03:00

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.