Releases: stackabletech/hdfs-utils
Releases · stackabletech/hdfs-utils
v0.4.1
What's Changed
- chore: update to oci references by @xeniape in #53
- chore: Add profile for hadoop 3.4.1 by @NickLarsenNZ in #54
- chore: Release 0.4.1 by @NickLarsenNZ in #55
New Contributors
- @xeniape made their first contribution in #53
- @NickLarsenNZ made their first contribution in #54
Full Changelog: v0.4.0...v0.4.1
v0.4.0
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 settinghadoop.security.authorization.opa.extended-requests
totrue
(#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 operationcontentSummary
is called on/
. Previously path was set tonull
(#49).