Releases: ahus1/keycloak-dropwizard-integration
Upgrade to Keycloak 2.0.0
No code or API changes.
Upgrade to Keycloak 1.9.8
No code or API changes.
Update to Keycloak 1.9.4
Upgrade to Keycloak 1.9.4.
Don't start authentication twice #6 as reported by @anthonyraymond.
Update to Keycloak 1.9.3
No code or API changes.
Support for use-resource-role-mappings
Support use-resource-role-mappings
for dropwizard adapter thanks to @anthonyraymond. #5
Update to Keycloak 1.9
The API remained stable. As the Keycloak doesn't pull in the Jackson dependency any more, you gained some more freedom here.
Please note that you'll need to update you Dropwizard's YAML-configuration as this release now uses the naming like it is used in the keycloak.json configuration file.
Update to Keycloak 1.8
keycloak-dropwizard-0.6.0 [maven-release-plugin] copy for tag keycloak-dropwizard-0.6.0
Support Keycloak 1.7
The API for the users of this library didn't change, but now Keycloak 1.7 is supported.
Fixing problem in bearer only mode
Support Keycloak 1.6
Update to Keycloak 1.6.
Although this is quite a major change for Keycloak, the API for our consumers didn't change.
Therefore it is a patch only.
This release has also better support to combine a frontend public client with a backend bearer token only server.