Releases: marcelmay/hfsa
1.3.12
What's Changed
Notable changes include support for consumed file size (e.g. when doing a summary report) and bump of Hadoop to version 3.4.1
- Support getConsumedFileSize method for calculate physical space by @balookrd in #267
- Bump com.google.guava:guava from 33.3.0-jre to 33.4.0-jre by @dependabot in #242 / #261
- Bump commons-io:commons-io from 2.16.1 to 2.17.0 by @dependabot in #241
- Bump org.apache.hadoop:hadoop-common from 3.4.0 to 3.4.1 by @dependabot in #252
- Bump org.apache.hadoop:hadoop-hdfs-client from 3.4.0 to 3.4.1 by @dependabot in #251
- Bump org.apache.hadoop:hadoop-hdfs from 3.4.0 to 3.4.1 by @dependabot in #250
- Bump it.unimi.dsi:fastutil from 8.5.14 to 8.5.15 by @dependabot in #253
- Bump commons-io:commons-io from 2.17.0 to 2.18.0 by @dependabot in #259
New Contributors
Full Changelog: release-1.3.11...release-1.3.12
release-1.3.11
This release contains only dependency updates and fixes for FSImage generator.
What's Changed
- Fix fsimage-generator crashing with "NoClassDefFoundError: org.mockito.stubbing.Answer" #237
- Fix fsimage-generator "SecurityException: Invalid signature file digest for Manifest main attributes" when executing JAR #236
- Bump it.unimi.dsi:fastutil from 8.5.13 to 8.5.14 by @dependabot in #214
- Bump com.google.guava:guava from 33.2.1-jre to 33.3.0-jre by @dependabot in #227
Full Changelog: release-1.3.10...release-1.3.11
release-1.3.10
This release contains only dependency updates.
What's Changed
- Bump com.google.guava:guava from 32.1.1-jre to 33.2.1-jre by @dependabot in #113, #169, #190, #199
- Bump commons-io:commons-io from 2.13.0 to 2.16.1 by @dependabot in #124, #131, #139, #177, #179
- Bump info.picocli:picocli from 4.7.4 to 4.7.6 by @dependabot in #117, #192
- Bump it.unimi.dsi:fastutil from 8.5.12 to 8.5.13 by @dependabot in #164
- Bump org.apache.hadoop:hadoop-common from 3.3.6 to 3.4.0 by @dependabot in #175
- Bump org.apache.hadoop:hadoop-hdfs from 3.3.6 to 3.4.0 by @dependabot in #174
- Bump org.apache.hadoop:hadoop-hdfs-client from 3.3.6 to 3.4.0 by @dependabot in #173
See 1.3.10 milestone for details.
Full Changelog: release-1.3.9...release-1.3.10
1.3.9
1.3.8
1.3.7
This release contains a minor enhancement.
Bugs:
- #75 Support listing directories with provided filter
See 1.3.7 milestone for details.
1.3.6
This release contains a minor bug- and spelling fixes.
Bugs:
- #74 FsImageData#getChildDirectories potentially doubles slashes
See 1.3.6 milestone for details.
1.3.5
1.3.4
1.3.3
From the 1.3.3 milestone:
This release brings support for Hadoop 3.3.1 and allows reporting for top usage locations (by user and/or recently created).
Enhancements:
- #58 Support reporting on user top usage locations
Dependencies: