Skip to content

Releases: open-policy-agent/opa-springboot

v1.0.5

07 Oct 18:28
e4b0aa9

Choose a tag to compare

This release includes release engineering improvements, with no significant code or dependency changes.

v1.0.4

07 Oct 18:28
ba9c8ae

Choose a tag to compare

This release includes release engineering improvements, with no significant code or dependency changes.

v1.0.3

07 Oct 18:28
1cf7042

Choose a tag to compare

This release includes release engineering improvements, with no significant code or dependency changes.
This is also the first releases since this project was donated to the open-policy-agent organization on Github.

v1.0.0

26 Mar 19:47
8983f85

Choose a tag to compare

What's Changed

  • Add OPAPathSelector to customize path selection
  • Add OPAInputSubjectCustomizer, OPAInputResourceCustomizer, OPAInputActionCustomizer and OPAInputContextCustomizer beans to override default request input
  • Add OPAAuthorizationEventPublisher to publish deny or granted events

Full Changelog: v0.1.1...v1.0.0

v0.1.1

27 Feb 17:17
b12d31b

Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

27 Feb 17:10
5f8a742

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.8...v0.1.0

v0.0.8

20 Feb 16:53

Choose a tag to compare

What's Changed

Full Changelog: v0.0.7...v0.0.8

v0.0.7

03 Oct 21:46
bd20429

Choose a tag to compare

  • Bump opa-java version to 1.8.0.

v0.0.6

20 Sep 17:15
c0fab95

Choose a tag to compare

  • Fixed a null pointer exception while constructing the input to OPA with some Authentication implementations.

v0.0.5

31 Jul 20:08
330cf48

Choose a tag to compare

  • Add OPAAuthorizationManager constructor that accepts a path and a ContextDataProvider, but not an OPAClient.
  • opa-java is now marked as an api dependency in build.gradle, so it will not be transitively exposed to users.
  • Bump opa-java version to 1.5.0.