Skip to content

Latest commit

 

History

History
82 lines (47 loc) · 2.19 KB

File metadata and controls

82 lines (47 loc) · 2.19 KB

Changelog

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

[Unreleased]

[0.6.0] - 2026-06-09

Added

  • Added support Hadoop 3.5.0 (#62).

Changed

  • Shade jackson libraries needed by kubernetes-client to avoid version problems (#62).

Removed

  • Removed support for Hadoop 3.3.6 and 3.4.1 (#62).

[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