Skip to content

Latest commit

 

History

History
66 lines (39 loc) · 1.89 KB

File metadata and controls

66 lines (39 loc) · 1.89 KB

Changelog

All notable changes to this project will be documented in this file.

[Unreleased]

[0.5.0] - 2026-02-24

Changed

  • Refactored topology-provider to improve cache usage and readability (#60).

[0.4.2] - 2025-09-30

Added

  • Add build profile for 3.4.2 (#56).

[0.4.1] - 2025-03-11

Added

  • Add build profile for 3.4.1 (#54).

Changed

  • Update registry references to oci (#53).

[0.4.0] - 2024-11-05

Changed

  • BREAKING: Only send a subset of the fields sufficient for most use-cases to OPA for performance reasons. The old behavior of sending all fields can be restored by setting hadoop.security.authorization.opa.extended-requests to true (#49).
  • Performance fixes (#50)
  • Updates various dependencies and do a full spotless run. This will now require JDK 17 or later to build (required by later error-prone versions), the build target is still Java 11 #51
  • Bump okio to 1.17.6 to get rid of CVE-2023-3635 (#46)

Fixed

  • Set path to / when the operation contentSummary is called on /. Previously path was set to null (#49).

[0.3.0] - 2024-07-04

Added