Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.11 KB

CHANGELOG.md

File metadata and controls

51 lines (28 loc) · 1.11 KB

Changelog

[Unreleased]

[0.6.0] - 2024-03-19

Changed

  • BREAKING: Add authenticationResult to OPA input (#85).

[0.5.0] - 2023-05-30

Added

  • Added support for Druid 26.0.0 (#75).

Changed

  • Changed build system to Maven (#61).
  • Changed module prefix from de to tech (#61).

Fixed

  • Ignore additional JSON fields the OPA server is sending. This can e.g. be the cause when OPA decision logs are enabled (#74).

[0.3.0] - 2022-10-13

Changed

  • Changed Druid dependencies to 24.0.0 (#57).

[0.2.0] - 2022-03-22

Changed

  • Changed from Java 8 to Java 11 support (#43).
  • Changed HTTP client to Java native (#43).

[0.1.0] - 2022-03-22

Initial Version