Releases: fullfacing/keycloak4s
Releases · fullfacing/keycloak4s
Minor Release
Merge pull request #164 from fullfacing/develop Release 2.1.0
Major Release
Merge pull request #146 from fullfacing/develop Version Bump
Bug Fix Release
[1.2.3] - 2019-10-07
Fixed
- Fixed issue causing refresh token requests to fail when using the client secret credential type.
- Fixed bug in createAndRetrieve functions not short-circuiting when the create operation fails.
Bug Fix Release
[1.2.1] - 2019-09-10
Fixed
- Fixed a bug in TokenValidator resulting from the fact that Keycloak's internal URL builder drops common ports from the ISS.
Bug Fix Release
[1.2.0] - 2019-09-05
Added
- ConfigWithoutAuth; a version of KeycloakConfig that does not contain admin authentication details.
Fixed
- Fixed a flaw in attemptBuild in PolicyBuilders.scala that could potentially throw a FileNotFoundException in certain environments.
Changed
- Core functionality in the Akka-HTTP auth module has been split into a separate module to allow code reuse by any client adapter.
- Transformed KeycloakConfig into a trait, with ConfigWithAuth and ConfigWithoutAuth as subtypes.
Bug Fix Release
[1.1.0] - 2019-08-27
Added
- KeycloakConfig.Auth split into two subtypes, Secret and Password, to additionally support a password grant type.
Changed
- Updated EventTypes to support additions for Keycloak 7.0.0
- Modified create calls for services to return the created resource's UUID.
Initial Public Release
v1.0.0 Updated build.sbt and plugins.sbt, removed sonatype.sbt