Skip to content

Releases: fullfacing/keycloak4s

Minor Release

28 Mar 09:14
ca8dedf
Compare
Choose a tag to compare
Merge pull request #164 from fullfacing/develop

Release 2.1.0

Major Release

13 Feb 13:25
83486fb
Compare
Choose a tag to compare
Merge pull request #146 from fullfacing/develop

Version Bump

Bug Fix Release

10 Oct 09:26
70cfafe
Compare
Choose a tag to compare

[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

13 Sep 07:59
2f8455b
Compare
Choose a tag to compare

[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

05 Sep 20:57
ae65225
Compare
Choose a tag to compare

[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

27 Aug 18:39
Compare
Choose a tag to compare

[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

17 Jul 13:23
Compare
Choose a tag to compare
v1.0.0

Updated build.sbt and plugins.sbt, removed sonatype.sbt