keycloak-d4science-spi-parent/event-listener-provider/CHANGELOG.md

27 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
# Changelog for "event-listener-provider"
2024-04-24 10:54:04 +02:00
## [v2.24.0]
2024-04-19 13:45:36 +02:00
Completely rewrote the implementation and configuration method, now both `admin` and `d4science` realms are configured by default as interesting realms.
Added specific SPI configurations with `spi-events-listener-orchestrator-event-publisher-` prefix: `include-realms`, `exclude-realms`, `include-admin-types`, `exclude-admin-types`, `include-events` and `exclude-events`
Now the minor part of the version (the `24` in the `2.24.x`) shows the compatibility to the specific Keycloak major version, in this case `24.x.x`
## [v2.1.0]
Changes in other sub-components
2022-12-22 16:43:01 +01:00
## [v2.0.0]
- Updated to be compiled/used with Keycloak v19.x
2021-06-25 13:34:31 +02:00
## [v1.1.0]
Now calls to orchestrators are UMA authenticated with `keycloak-client` credentials and `conductor-server` audience
2020-12-22 11:34:18 +01:00
## [v1.0.1]
Only interesting events are published
## [v1.0.0]
Prepared for the release in pre-prod
## [v0.2.0-SNAPSHOT]
- Extracted sub-module from the original project. Send Keycloak's events to an orchestrator endpoint