Releases: StyraInc/opa-springboot
Releases · StyraInc/opa-springboot
v0.0.7
v0.0.6
- Fixed a null pointer exception while constructing the input to OPA with some Authentication implementations.
v0.0.5
- Add
OPAAuthorizationManager
constructor that accepts a path and aContextDataProvider
, but not anOPAClient
. opa-java
is now marked as anapi
dependency inbuild.gradle
, so it will not be transitively exposed to users.- Bump
opa-java
version to 1.5.0.
v0.0.4
- Explicitly mark the
ContextDataProvider
interface as public. - Remove several unused dependencies, update remaining dependencies to latest stable versions.
v0.0.3
- Add
OPAAuthorizationManager
constructor that accepts a path but not anOPAClient
.
v0.0.2
- Rather than hard-coding
en
, the preferred key to search for decision reasons for can now be changed withOPAAuthorizationManager.setReasonKey()
. The default remainsen
. - Update
build.gradle
to accurately reflect Apache 2 license.