Skip to content

Releases: marcelmay/hfsa

1.3.9

09 Jul 11:55
7b0dcf0
Compare
Choose a tag to compare

This release contains only dependency updates.

Dependencies:

  • Bump guava fto 32.1.1-jre #103, #111
  • Bump hadoop to 3.3.6 #82, #108, #109, #110
  • Bump fastutil to 8.5.12 #99
  • Bump commons-io to 2.13.0 #105
  • Bump picocli to 4.7.4 #89

See 1.3.9 milestone for details.

1.3.8

16 Dec 11:54
1160400
Compare
Choose a tag to compare

This release contains only dependency updates.

Dependencies:

  • #76 Update Hadoop to 3.3.4
  • #78 Update picocli to 4.7.0
  • #77 Update fastutil to 8.5.11

See 1.3.8 milestone for details.

1.3.7

24 Jul 17:23
536c319
Compare
Choose a tag to compare

This release contains a minor enhancement.

Bugs:

  • #75 Support listing directories with provided filter

See 1.3.7 milestone for details.

1.3.6

24 Jul 16:41
a3d38f1
Compare
Choose a tag to compare

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

14 Jun 21:39
4fabb98
Compare
Choose a tag to compare

This release brings minor dependency updates.

Dependencies:

  • #71 Update hadoop to 3.3.3
  • #73 Migrate from log4j1.2.x to reload4j

See 1.3.5 milestone for details.

1.3.4

08 May 14:09
773d219
Compare
Choose a tag to compare

This release brings minor dependency updates.

Dependencies:

  • #67 Update hadoop to 3.3.2
  • #70 Update guava to 31.1-jre
  • #66 Update it.unimi.dsi:fastutil to 8.5.8
  • #65 Update info.picocli:picocli to 4.6.3
  • #69 Update slf4j to 1.7.36

See 1.3.4 milestone for details.

1.3.3

16 Aug 20:00
b2a95b2
Compare
Choose a tag to compare

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:

  • #53 Update hadoop to 3.3.1
  • #56 Update slf4j to 1.7.32
  • #55 Update commons-io to 2.11.0
  • #54 Update JMH to 1.33 (TEST)
  • #57 Update assertj to 3.20.2 (TEST)

1.3.2

24 May 18:11
6cbe0f6
Compare
Choose a tag to compare

From the 1.3.2 milestone:

Dependencies:

  • #52 Update picocli to 4.6.1
  • #51 Update fastutils to 8.5.4
  • #50 Update guava to v30.1.1
  • #49 Update assertj to 3.19.0 (test scope)
  • #48 Update junit to 4.13.2 (test scope)
  • #47 Update jmh to 1.31 (test scope)

Release 1.3.1

04 Oct 21:15
Compare
Choose a tag to compare

From the 1.3.1 milestone:

Enhancements:

  • #45 Update commons-io:commons-io 2.7 -> 2.8.0
  • #44 List files and directories by user (tool)
  • #43 Show inode details (tool)
  • #42 Tune fsimage file generation (fsimage generator)

Bugfixes:

  • #41 Regression: Possible NPE when handling exception during section loading

1.3.0

07 Sep 21:16
Compare
Choose a tag to compare

From the 1.3.0 milestone:

This release contains major refactorings and breaking changes:

  • Introduce builders for configurable loading/processing with different strategies (sequential/parallel etc)
  • Split FSImageLoader into
    • FsImageLoader for loading file
    • FsImageData holding loaded data
    • FsVisitor and FsVisitorBuilder for sequential or parallel hierarchical access to FsImageData
  • FSImageLoader.getFileSize -> FsUtil.getFileSize

Enhancements:

  • #40 Support fsimages with compression
  • #39 FSImage Generator : Support generating fsimages with compression
  • #38 Cache root INode
  • #37 Refactor inodes handling into abstraction
  • #36 Update dependencies (eg Hadoop 3.2.0 -> 3.3.0)