Releases: pravega/pravega-keycloak
Version 0.13.0
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
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
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
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
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
to12.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
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
Version 0.8.0
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
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
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
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
- Environment variable:
Usage
Gradle
repositories {
jcenter()
mavenCentral()
}
compile "io.pravega:pravega-client:0.6.0"
runtimeOnly "io.pravega:pravega-keycloak-client:0.6.0"