Skip to content

Bug Fix Release

Compare
Choose a tag to compare
@Executioner1939 Executioner1939 released this 05 Sep 20:57
· 465 commits to master since this release
ae65225

[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.