Skip to content

Releases: stackabletech/hdfs-utils

v0.4.1

11 Mar 17:00
fb9bd97
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0

05 Nov 12:33
cf24929
Compare
Choose a tag to compare

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).

v0.3.0

04 Jul 13:27
1bda282
Compare
Choose a tag to compare

Added

v0.2.1

27 Feb 11:56
bdb3eb1
Compare
Choose a tag to compare
Release 0.2.1 (#10)

v0.2.0

26 Feb 13:39
995d6cb
Compare
Choose a tag to compare
Release 0.2.0 (#7)

v0.1.1

22 Feb 10:51
009331c
Compare
Choose a tag to compare
fix: Fix serialization issues during impersonation (#4)

v0.1.0

16 Feb 14:43
4042b26
Compare
Choose a tag to compare
Release 0.1.0 (#3)