Releases: WilderForge/MassHash
Releases · WilderForge/MassHash
1.3.2.1
- Corrected some javadocs. No code changes.
Full Changelog: 1.3.2.0...1.3.2.1
1.3.2.0
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
What's Changed
- Fix #7 - GHSA-m6r3-c73x-8fw5 by @Gamebuster19901 in #8
- Bump org.junit.platform:junit-platform-launcher from 1.11.4 to 1.13.0 by @dependabot in #6
- Bump org.junit.jupiter:junit-jupiter from 5.11.4 to 5.13.0 by @dependabot in #5
New Contributors
- @Gamebuster19901 made their first contribution in #8
- @dependabot made their first contribution in #6
Full Changelog: 1.3.0.2...1.3.1.0
1.3.0.2
- 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
- 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
- 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
- Now uses Log4j for logging
1.0.1.0
- 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
- Fixed some grammar in a warning.
1.0.0.0
Initial Release