Releases: aznamier/keycloak-event-listener-rabbitmq
3.0.5 Fix for exception when enabling plugin
3.0.4🚨Broken: Fix: Realm name in routing key (instead of UUID)
#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
3.0.2 Reuse rabbit channel
#27 Reuse Rabbit channel, logging is now on trace level
3.0.1 Hotfix: event could be fired twice or missed
3.0 Updated dependencies, logging and cleanup
#20 Updated Keycloak dependencies to 16.1, logging done properly and some code cleanup
1.1 TLS Support backport
2.1 TLS support
GH-13 - support for TLS connections to RabbitMQ
2.0 Support for Transactions
GH-9 - support for transactions when publishing the event (min ver Keycloak 13 required)