alerting-component
2.1.0 (2024-08-01)
Changed
- Updated
com.slack.api:slack-api-client
:1.36.1 > 1.40.1
- Updated
de.svenkubiak:jpushover
:7.1.1 > 7.2.0
- Updated
net.democritus:Expanders
:6.2.2 > 7.4.5
- Updated
net.democritus.metamodels:prime-core
:2023.12.0 > 2024.4.3
- Updated
net.democritus:web-styles
:2023.2.1 > 2023.3.2
- Updated
net.democritus.workflow:process-automation-component
:0.2.1 > 1.3.0
- Updated
net.democritus:standard-types
:1.2.0 > 1.4.0
Removed
- Removed dependency on
net.democritus.workflow:workflows-core
. - Removed dependency on
net.democritus.workflow:workflows-expanders
.
2.0.0 (2023-12-19)
warning
Version 2.x.x is only compatible with the process-automation-component
. When using the workflow
component you
should stay on version 1.x.x.
Added
- [NSX-379] Added dependency on
net.democritus.workflow:process-automation-component
. - Added
OnCreate
trigger to AlertDispatchFlow and PublishAlertFlow, so alerts are processed immediately upon creation. - Added dependency on
net.democritus:standard-types
for implementation component.
Changed
- [NSX-379] Changed compatability from
workflow
toprocess-automation
component. - Converted all ValueFieldTypes in the model to ValueTypes.
- Changed
EmailChannel.emailAddress
to typeEmailAddress
to add field validation. - The
AlertingConfigureBean
is no longer markedfinal
, as this causes issues when loading the application.
Removed
- Removed dependency on
net.democritus:base-components
.
1.7.0 (2024-08-10)
Changed
- Updated
com.slack.api:slack-api-client
:1.36.1 > 1.40.3
- Updated
de.svenkubiak:jpushover
:7.1.1 > 7.2.0
- Updated
net.democritus:base-components
:2023.14.4 > 2024.3.4
- Updated
net.democritus:Expanders
:6.2.2 > 7.4.5
- Updated
net.democritus:web-styles
:2023.2.1 > 2024.3.2
- Updated
net.democritus.metamodels:prime-core
:2023.12.0 > 2024.4.5
- Updated
net.democritus.workflow:workflows-core
:1.6.3 > 1.8.3
1.6.0 (2023-12-19)
Changed
- Updated
com.slack.api:slack-api-client
:1.35.0 > 1.36.1
- Updated
net.democritus:Expanders
:5.39.0 > 6.2.2
- Updated
net.democritus.metamodels:prime-core
:2023.9.3 > 2023.12.0
- Updated
net.democritus.workflow:workflows-core
:1.6.2 > 1.6.3
1.5.0 (2023-11-09)
Fixed
- Removed
@Override
annotation fromSubscriptionRouteAgent.unsubscribe()
method.
Changed
- Updated
com.slack.api:slack-api-client
:1.30.2 > 1.35.0
- Updated
de.svenkubiak:jpushover
:7.0.9 > 7.1.1
- Updated
net.democritus:base-components
:2023.6.0 > 2023.14.4
- Updated
net.democritus:Expanders
:5.25.1 > 5.39.0
- Updated
net.democritus:web-styles
:2023.1.3 > 2023.2.1
- Updated
net.democritus.metamodels:prime-core
:2023.5.2 > 2023.9.3
- Updated
net.democritus.workflow:workflows-core
:1.3.2 > 1.6.2
1.4.0 (2023-07-12)
Changed
- Updated
net.democritus:base-components
:2023.6.0 > 2023.8.1
- Updated
net.democritus:Expanders
:5.28.1 > 5.30.0
- Migrated expanded code following some breaking changes in Expanders.
- Updated model to no longer use deprecated options.
1.3.0 (2023-07-06)
Added
- Added scm information.
Changed
- Updated
com.slack.api:slack-api-client
:1.29.2 > 1.30.0
- Updated
net.democritus:base-components
:2023.4.0 > 2023.6.0
- Updated
net.democritus:Expanders
:5.25.1 > 5.28.1
- Updated
net.democritus.metamodels:prime-core
:2023.4.0 > 2023.5.2
- Updated
net.democritus.workflow:workflows-core
:1.3.0 > 1.3.2
1.2.0 (2023-06-17)
Changed
- Updated
com.slack.api:slack-api-client
:1.27.3 > 1.29.2
- Updated
net.democritus:base-components
:2023.2.0 > 2023.4.0
- Updated
net.democritus:Expanders
:5.19.2 > 5.25.1
- Updated
net.democritus:web-styles
:2023.0.5 > 2023.1.3
- Updated
net.democritus.metamodels:prime-core
:2023.0.3 > 2023.4.0
- Updated
net.democritus.workflow:workflows-core
:1.0.3 > 1.3.0
1.1.0 (2023-04-19)
Fixed
- Small code quality fix for error message formatting in the implementation bean.
- Initial state for PublishedAlert was not set automatically in the backend.
Changed
- Hide
status
fields in create forPublishedAlert
andAlertDispatch
.
1.0.0 (2023-04-13)
- Created alerting-component project.