Files
backstage/plugins/notifications-common/CHANGELOG.md
T
github-actions[bot] 792f4d7e3d Version Packages
2025-11-18 12:23:09 +00:00

4.3 KiB

@backstage/plugin-notifications-common

0.2.0

Minor Changes

  • 87e597c: Adds support for default configuration for an entire notification channel. This setting will also be inherited down to origins and topics while still respecting the users individual choices.

    This will be handy if you want to use a "opt-in" strategy.

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.6

0.2.0-next.1

Minor Changes

  • 87e597c: Adds support for default configuration for an entire notification channel. This setting will also be inherited down to origins and topics while still respecting the users individual choices.

    This will be handy if you want to use a "opt-in" strategy.

0.1.2-next.0

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.6-next.0
    • @backstage/types@1.2.2

0.1.1

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.5

0.1.1-next.0

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.4-next.0

0.1.0

Minor Changes

  • 9152ba8: Add an optional generic object metadata field to NotificationPayload. Metadata can be used to store additional unstructured data for the notification and are available to use by processors.

0.0.10

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3

0.0.10-next.0

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3-next.0

0.0.9

Patch Changes

  • 1fb5f06: Adds ability for user to turn on/off notifications for specific topics within an origin.
  • Updated dependencies
    • @backstage/config@1.3.2

0.0.9-next.0

Patch Changes

  • 1fb5f06: Adds ability for user to turn on/off notifications for specific topics within an origin.
  • Updated dependencies
    • @backstage/config@1.3.2

0.0.8

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.2

0.0.8-next.0

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.2-next.0

0.0.7

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.1

0.0.7-next.0

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.1-next.0

0.0.6

Patch Changes

  • 97ba58f: Add support for user specific notification settings
  • Updated dependencies
    • @backstage/config@1.3.0

0.0.6-next.0

Patch Changes

  • 97ba58f: Add support for user specific notification settings
  • Updated dependencies
    • @backstage/config@1.2.0

0.0.5

Patch Changes

  • 4e4ef2b: Move notification processor filter parsing to common package
  • Updated dependencies
    • @backstage/config@1.2.0

0.0.4

Patch Changes

  • d44a20a: Added additional plugin metadata to package.json.

0.0.4-next.0

Patch Changes

  • d44a20a: Added additional plugin metadata to package.json.

0.0.3

Patch Changes

  • 0d99528: 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.
  • e003e0e: The ordered list of notifications' severities is exported by notifications-common for reusability.

0.0.2

Patch Changes

  • ba14c0e: Support for broadcast notifications
  • a790a3d: Move notification origin resolving to backend with new auth
  • 758f2a4: The Notifications frontend has been redesigned towards list view with condensed row details. The 'done' attribute has been removed to keep the Notifications aligned with the idea of a messaging system instead of a task manager.

0.0.2-next.1

Patch Changes

  • a790a3d: Move notification origin resolving to backend with new auth

0.0.2-next.0

Patch Changes

  • 758f2a4: The Notifications frontend has been redesigned towards list view with condensed row details. The 'done' attribute has been removed to keep the Notifications aligned with the idea of a messaging system instead of a task manager.

0.0.1

Patch Changes

  • 9873c44: Add support for signal type in notifications
  • 8472188: Added or fixed the repository field in package.json.
  • fb8fc24: Initial notifications system for backstage

0.0.1-next.1

Patch Changes

  • 8472188: Added or fixed the repository field in package.json.

0.0.1-next.0

Patch Changes

  • fb8fc24: Initial notifications system for backstage