Skip to content

Releases: WilderForge/MassHash

1.3.2.1

Choose a tag to compare

@Gamebuster19901 Gamebuster19901 released this 08 Dec 09:25
  • Corrected some javadocs. No code changes.

Full Changelog: 1.3.2.0...1.3.2.1

1.3.2.0

Choose a tag to compare

@Gamebuster19901 Gamebuster19901 released this 30 Sep 16:20
8c7ab2e

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

Choose a tag to compare

@Gamebuster19901 Gamebuster19901 released this 06 Jun 03:25

What's Changed

New Contributors

Full Changelog: 1.3.0.2...1.3.1.0

1.3.0.2

Choose a tag to compare

@Gamebuster19901 Gamebuster19901 released this 20 May 16:53
  • 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

Choose a tag to compare

@Gamebuster19901 Gamebuster19901 released this 17 May 05:58
  • 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

Choose a tag to compare

@Gamebuster19901 Gamebuster19901 released this 12 May 23:51
  • 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

Choose a tag to compare

@Gamebuster19901 Gamebuster19901 released this 10 May 02:43
  • Now uses Log4j for logging

1.0.1.0

Choose a tag to compare

@Gamebuster19901 Gamebuster19901 released this 08 May 20:20
  • 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

Choose a tag to compare

@Gamebuster19901 Gamebuster19901 released this 28 Apr 02:38
  • Fixed some grammar in a warning.

1.0.0.0

Choose a tag to compare

@Gamebuster19901 Gamebuster19901 released this 27 Apr 01:14

Initial Release