Version Packages

This commit is contained in:
github-actions[bot]
2025-06-17 12:45:56 +00:00
parent 5775552ff9
commit 58558ef2c1
468 changed files with 5707 additions and 1492 deletions
@@ -1,5 +1,37 @@
# @backstage/plugin-notifications-backend
## 0.5.7
### Patch Changes
- 41d4d6e: Notifications are now automatically deleted after 1 year by default.
There is a new scheduled task that runs every 24 hours to delete notifications older than 1 year.
This can be configured by setting the `notifications.retention` in the `app-config.yaml` file.
```yaml
notifications:
retention: 1y
```
If the retention is set to false, notifications will not be automatically deleted.
- 8a150bf: Internal changes to switch to the non-alpha `catalogServiceRef`
- 1fb5f06: Adds ability for user to turn on/off notifications for specific topics within an origin.
- ef9ab82: Notifications API will now return user as null always for broadcast notifications
- Updated dependencies
- @backstage/plugin-notifications-common@0.0.9
- @backstage/plugin-catalog-node@1.17.1
- @backstage/plugin-auth-node@0.6.4
- @backstage/backend-plugin-api@1.4.0
- @backstage/plugin-notifications-node@0.2.16
- @backstage/catalog-model@1.7.4
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
- @backstage/plugin-events-node@0.4.12
- @backstage/plugin-signals-node@0.1.21
## 0.5.7-next.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-notifications-backend",
"version": "0.5.7-next.2",
"version": "0.5.7",
"backstage": {
"role": "backend-plugin",
"pluginId": "notifications",