Skip to content

Releases: pravega/pravega-keycloak

Version 0.13.0

22 Sep 09:15
Compare
Choose a tag to compare

This release of the Pravega Keycloak Client supports Pravega 0.13.0.

System Requirements

  • Pravega 0.13.x
  • Keycloak 19.0.x

Summary of Changes

  • Update Pravega dependency to 0.13.0
  • Update Keycloak dependency to 19.0.3

Version 0.12.0

23 Sep 18:37
Compare
Choose a tag to compare

This release of the Pravega Keycloak Client supports Pravega 0.12.0.

System Requirements

  • Pravega 0.12.x
  • Keycloak 15.1.x

Summary of Changes

  • Update Pravega dependency to 0.12.0

Version 0.12.0 - Release Candidate 0

23 Sep 17:20
Compare
Choose a tag to compare
Pre-release

This release of the Pravega Keycloak Client supports Pravega 0.12.0.

System Requirements

  • Pravega 0.12.x
  • Keycloak 15.1.x

Summary of Changes

  • Update Pravega dependency to 0.12.0

Version 0.11.0

10 May 19:24
bc3ce94
Compare
Choose a tag to compare

This release of the Pravega Keycloak Client supports Pravega 0.11.0 and includes bug fixes and robustness enhancements.

System Requirements

  • Pravega 0.11.x
  • Keycloak 15.1.x

Summary of Changes

  • Update Pravega dependency to 0.11.0
  • Modify build version to 0.11.0
  • Upgrade Keycloak version to 15.1.1.

Version 0.10.1

20 Oct 19:11
3b617d6
Compare
Choose a tag to compare

This release of the Pravega Keycloak Client supports Pravega 0.10.1 and includes bug fixes and robustness enhancements.

System Requirements

  • Pravega 0.10.x
  • Keycloak 10.0.x to 12.0.4

Summary of Changes

  • Update Pravega dependency to 0.10.1
  • Modify build version to 0.10.1
  • Adoption of Git Actions
  • Misc. bug fixes

Version 0.9.0

05 Mar 19:22
7f9408b
Compare
Choose a tag to compare

This release of the Pravega Keycloak Client supports Pravega 0.9.0 and includes bug fixes and robustness enhancements.

System Requirements

  • Pravega 0.9.x
  • Keycloak 10.0.x

Summary of Changes

  • Update Pravega dependency to 0.9.0
  • Modify build version to 0.9.0
  • Misc. bug fixes

commits.txt

Version 0.8.0

29 Sep 18:16
dd3fea7
Compare
Choose a tag to compare

This release contains significant enhancements over the previous major release line (0.7.x). For a comprehensive listing of the enhancements and the issues resolved in this release, refer to the attached commits.txt file.

System Requirements

  • Pravega 0.8.x
  • Keycloak 10.0.x

Version 0.7.0

19 Mar 15:43
e49f9a6
Compare
Choose a tag to compare

This is a minor release of the Pravega Keycloak client for supporting Pravega 0.7.0.

System Requirements

  • Pravega 0.7.x
  • Keycloak 6.0.x

Summary of Changes

  • Update Pravega dependency to 0.7.0
  • Modify build version to 0.7.0

Usage

Gradle

repositories {
    jcenter()
    mavenCentral()
}

compile "io.pravega:pravega-client:0.7.0"
runtimeOnly "io.pravega:pravega-keycloak-client:0.7.0"

Version v0.6.1

17 Jan 01:18
053633f
Compare
Choose a tag to compare

This is a patch release of the Pravega Keycloak client for supporting Pravega 0.6.1.

System Requirements

  • Pravega 0.6.x
  • Keycloak 6.0.x

Summary of Changes

  • Update Pravega dependency to 0.6.1
  • Modify build version to 0.6.1

Usage

Gradle

repositories {
    jcenter()
    mavenCentral()
}

compile "io.pravega:pravega-client:0.6.1"
runtimeOnly "io.pravega:pravega-keycloak-client:0.6.1"

Version 0.6.0

12 Nov 09:18
02a506b
Compare
Choose a tag to compare

This is the first release of the Pravega Keycloak client.

System Requirements

  • Pravega 0.6.x
  • Keycloak 6.0.x

New Features

  • Implements Pravega client-side authentication plugin interface
  • Configure with keycloak.json from any of the following locations:
    • Environment variable: KEYCLOAK_SERVICE_ACCOUNT_FILE
    • Classpath Entry: keycloak.json

Usage

Gradle

repositories {
    jcenter()
    mavenCentral()
}

compile "io.pravega:pravega-client:0.6.0"
runtimeOnly "io.pravega:pravega-keycloak-client:0.6.0"