Skip to main content

alerting-component


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

  • 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

  • Changed compatability from workflow to process-automation component.
  • Converted all ValueFieldTypes in the model to ValueTypes.
  • Changed EmailChannel.emailAddress to type EmailAddress to add field validation.
  • The AlertingConfigureBean is no longer marked final, as this causes issues when loading the application.

Removed

  • Removed dependency on net.democritus:base-components.

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 from SubscriptionRouteAgent.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.1 (2023-04-19)

Fixed

  • Compiling error in projection pojo.

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 for PublishedAlert and AlertDispatch.

1.0.0 (2023-04-13)

  • Created alerting-component project.