Releases: vymalo/keycloak-webhook
Releases · vymalo/keycloak-webhook
v0.6.0
v0.5.0
Changelog
v0.5.0
- Upgraded to Keycloak 23.0.6
v0.4.0
Changelog
v0.4.0
- Upgraded to Keycloak 22.0.4
- Changed base path for webhooks from
/webhook
to/
v0.3.0
Changelog
v0.3.0
- Upgraded to Keycloak 22.0.1
v0.2.0
Changelog
v0.2.0
- Added RabbitMQ client
- Use Gson as Serialization lib for http
v0.1.0
Changelog
v0.1.0
- Used Gradle because of performance, used the latest version (8) at time of writing this
- Developed a plugin using Kotlin, OpenApi with Kotlin generator
- A keycloak plugin to handle sending requests on new events
- Used shadow to filter required dependencies for the final jar (hence the second jar ending in
-all
) - Setup Github Ci