Version Packages
This commit is contained in:
@@ -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,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-notifications-backend",
|
||||
"version": "0.5.7-next.2",
|
||||
"version": "0.5.7",
|
||||
"backstage": {
|
||||
"role": "backend-plugin",
|
||||
"pluginId": "notifications",
|
||||
|
||||
Reference in New Issue
Block a user