Skip to content

Releases: WilderForge/MassHash

1.3.2.1

08 Dec 09:25

Choose a tag to compare

  • Corrected some javadocs. No code changes.

Full Changelog: 1.3.2.0...1.3.2.1

1.3.2.0

30 Sep 16:20
8c7ab2e

Choose a tag to compare

What's Changed

Updated Dependencies. No code changes.

  • Bump org.junit.platform:junit-platform-launcher from 1.13.0 to 6.0.0 by @dependabot[bot] in #21
  • Bump org.apache.logging.log4j:log4j-core from 2.24.3 to 2.25.2 by @dependabot[bot] in #20
  • Bump com.google.guava:guava from 33.4.8-jre to 33.5.0-jre by @dependabot[bot] in #19

Full Changelog: 1.3.1.0...1.3.2.0

1.3.1.0

06 Jun 03:25

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.0.2...1.3.1.0

1.3.0.2

20 May 16:53

Choose a tag to compare

  • Added some convenience methods to convert a Throwable into an IntegrityProblem

Full Changelog: 1.3.0.1...1.3.0.2

1.3.0.1

17 May 05:58

Choose a tag to compare

  • IntegrityException now uses IntegrityProblems instead of throwables. Using Throwables was very slow and used a lot of memory, especially if there were tens of thousands of problems.

Full Changelog: 1.2.0.0...1.3.0.1

1.2.0.0

12 May 23:51

Choose a tag to compare

  • Hasher now accepts a BiConsumer<Reference, Blob> instead of a Consumer to allow implementations to change the saved path (I.E. to relativize or normalize it).

Full Changelog: 1.1.0.0...1.2.0.0

1.1.0.0

10 May 02:43

Choose a tag to compare

  • Now uses Log4j for logging

1.0.1.0

08 May 20:20

Choose a tag to compare

  • IntegrityException can now store multiple causes
  • Resolved some github and dependabot integration issues

Full Changelog: 1.0.0.1...1.0.1.0

1.0.0.1

28 Apr 02:38

Choose a tag to compare

  • Fixed some grammar in a warning.

1.0.0.0

27 Apr 01:14

Choose a tag to compare

Initial Release