Skip to content

Releases: aznamier/keycloak-event-listener-rabbitmq

3.0.5 Fix for exception when enabling plugin

20 Mar 17:48
Compare
Choose a tag to compare

3.0.4🚨Broken: Fix: Realm name in routing key (instead of UUID)

24 Nov 18:33
Compare
Choose a tag to compare

#39 Realm name in routing key, thanks to @marciprete

Keycloak 16 has changed how the realm info is stored, and the plugin started to output the UUIDs instead of the realm name in the messages' routing key. That was only happening on newly created realms, existing migrated realms were not affected.

Please review before installing this version, if you have been using realm UUID in your subscription bindings, as this fix reverts them back be a realm name.

WARNING: This release has an issue #52, addressed in 3.0.5

3.0.3 Support for trust store TLS

11 Aug 20:48
Compare
Choose a tag to compare

3.0.2 Reuse rabbit channel

09 Nov 23:58
Compare
Choose a tag to compare

#27 Reuse Rabbit channel, logging is now on trace level

3.0.1 Hotfix: event could be fired twice or missed

09 Nov 22:06
Compare
Choose a tag to compare

3.0 Updated dependencies, logging and cleanup

14 Mar 22:08
790874d
Compare
Choose a tag to compare

#20 Updated Keycloak dependencies to 16.1, logging done properly and some code cleanup

1.1 TLS Support backport

14 Mar 21:59
Compare
Choose a tag to compare

#21 Backported gh-13 Support for TLS connections to 1.0 generation of the plugin

2.1 TLS support

25 Nov 04:05
78cec09
Compare
Choose a tag to compare

GH-13 - support for TLS connections to RabbitMQ

2.0 Support for Transactions

21 Sep 22:37
Compare
Choose a tag to compare

GH-9 - support for transactions when publishing the event (min ver Keycloak 13 required)

1.0.1 - Fix for the routing key consistency

22 Jun 23:57
10a535c
Compare
Choose a tag to compare

GH-7 - when client or realm has a dot, this fixes the consistency of the routing key
af6ab19 - bumped the Keycloak version in pom.xml to 13.0.0 from 11.0.0 - that should not affect compatibility as all dependencies are provided