Skip to content

Releases: vymalo/keycloak-webhook

v0.6.0

04 Dec 17:03
4b9cafe
Compare
Choose a tag to compare

Changelog

v0.6.0

  • Upgraded to Keycloak 26.0.7

v0.5.0

20 Feb 16:29
603b4ac
Compare
Choose a tag to compare

Changelog

v0.5.0

  • Upgraded to Keycloak 23.0.6

v0.4.0

17 Oct 11:39
Compare
Choose a tag to compare

Changelog

v0.4.0

  • Upgraded to Keycloak 22.0.4
  • Changed base path for webhooks from /webhook to /

v0.3.0

01 Aug 11:09
481d213
Compare
Choose a tag to compare

Changelog

v0.3.0

  • Upgraded to Keycloak 22.0.1

v0.2.0

15 Apr 11:33
d46b10a
Compare
Choose a tag to compare

Changelog

v0.2.0

  • Added RabbitMQ client
  • Use Gson as Serialization lib for http

v0.1.0

14 Apr 23:04
Compare
Choose a tag to compare

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