Releases: povimd9/FileChampion4j
Releases · povimd9/FileChampion4j
v0.9.8.3-SNAPSHOT
What's Changed
- Bump maven-surefire-plugin from 3.0.0 to 3.1.0 by @dependabot in #62
- Update README.md by @povimd9 in #63
- Feature-64-support-defining-checksum-hashing-algorithm by @povimd9 in #66
- Change checksum return to Map by @povimd9 in #67
- Feature-credentials-manager by @povimd9 in #68
- changed logger level to info default by @povimd9 in #69
- update html docs by @povimd9 in #70
- update version in xml's and ref's by @povimd9 in #71
Full Changelog: v0.9.8.2-SNAPSHOT...v0.9.8.3-SNAPSHOT
v0.9.8.2-SNAPSHOT
What's Changed
- remove unused jackson lib from pom ilfes by @povimd9 in #33
- Feature-code-improve by @povimd9 in #34
- add ut coverage + fix msg typo by @povimd9 in #36
- Refactor Extensions class + add related tests by @povimd9 in #39
- Bump jacoco-maven-plugin from 0.8.9 to 0.8.10 by @dependabot in #40
- Feature-add-benchmark-tests by @povimd9 in #44
- Bump junit-jupiter-params from 5.9.2 to 5.9.3 by @dependabot in #45
- Bump junit-jupiter-api from 5.9.2 to 5.9.3 by @dependabot in #46
- Bump junit-jupiter-engine from 5.9.2 to 5.9.3 by @dependabot in #47
- Feature-accept-mime-and-file-path by @povimd9 in #48
- added mime given and store by @povimd9 in #50
- update UTs and benches, fixed discovered bugs. by @povimd9 in #51
- update docs by @povimd9 in #52
- add SHA256Calculate class by @povimd9 in #54
- improve logging stringbuilder use by @povimd9 in #55
- Feature-add-fast-fail by @povimd9 in #56
- fix mime bug and tests by @povimd9 in #57
- fix extensions.class and remove assertj by @povimd9 in #58
- update docs, wiki, and performance considerations
New Contributors
- @povimd9 made their first contribution in #3
- @dependabot made their first contribution in #40
Full Changelog: https://github.com/povimd9/FileChampion4j/commits/v0.9.8.2
v0.9.8.2
What's Changed
- remove unused jackson lib from pom ilfes by @povimd9 in #33
- Feature-code-improve by @povimd9 in #34
- add ut coverage + fix msg typo by @povimd9 in #36
- Refactor Extensions class + add related tests by @povimd9 in #39
- Bump jacoco-maven-plugin from 0.8.9 to 0.8.10 by @dependabot in #40
- Feature-add-benchmark-tests by @povimd9 in #44
- Bump junit-jupiter-params from 5.9.2 to 5.9.3 by @dependabot in #45
- Bump junit-jupiter-api from 5.9.2 to 5.9.3 by @dependabot in #46
- Bump junit-jupiter-engine from 5.9.2 to 5.9.3 by @dependabot in #47
- Feature-accept-mime-and-file-path by @povimd9 in #48
- added mime given and store by @povimd9 in #50
- update UTs and benches, fixed discovered bugs. by @povimd9 in #51
- update docs by @povimd9 in #52
- add SHA256Calculate class by @povimd9 in #54
- improve logging stringbuilder use by @povimd9 in #55
- Feature-add-fast-fail by @povimd9 in #56
- fix mime bug and tests by @povimd9 in #57
- fix extensions.class and remove assertj by @povimd9 in #58
- update docs, wiki, and performance considerations
New Contributors
- @povimd9 made their first contribution in #3
- @dependabot made their first contribution in #40
Full Changelog: https://github.com/povimd9/FileChampion4j/commits/v0.9.8.2
v0.9.8.1
What's Changed
- change package name to lowercase. by @povimd9 in #30
- proper org.id by @povimd9 in #31
- Feature change org by @povimd9 in #32
- remove unused jackson lib from pom ilfes by @povimd9 in #33
- Feature-code-improve by @povimd9 in #34
New Contributors
Full Changelog: https://github.com/povimd9/FileChampion4j/commits/v0.9.8.1
v0.9.8
What's Changed
- add issues templates by @povimd9 in #3
- added compilation and testing for java 8-11, all passed. by @povimd9 in #4
- add issues back. by @povimd9 in #5
- replace string concatinations forstring formating. by @povimd9 in #6
- Feature/redice-cognitive-complexity by @povimd9 in #8
- Feature improve performance, unit tests, and documentation. by @povimd9 in #9
- added throughput benchmark test of 100 250KB files by @povimd9 in #10
- Delete test_config.json by @povimd9 in #11
- Update pom.xml by @povimd9 in #12
- Feature-add-coverage-reports by @povimd9 in #13
- Update README.md by @povimd9 in #14
- improved FileAclHelper coverage and logic. by @povimd9 in #15
- improve filevalidator test coverage by @povimd9 in #16
- added json cases UTs by @povimd9 in #17
- Update README.md by @povimd9 in #18
- remove stale javadoc tags by @povimd9 in #19
- Feature-add-jdk-17-compile by @povimd9 in #20
- add CI and pom-release workflow by @povimd9 in #21
- added fat jar compile, manifest entries, depends by @povimd9 in #22
- Feature-update-readme by @povimd9 in #23
- add jar signatures and env secrets by @povimd9 in #24
- add maven jarsigner related reqs by @povimd9 in #25
- Feature-add-cli-plugins-support by @povimd9 in #29
New Contributors
Full Changelog: https://github.com/povimd9/FileChampion4j/commits/v0.9.8
v0.9
v0.9 - pre-release
Compiled & Signed JARs + Dependency list can be found on v0.9 branch under target.
What's Changed
- add issues templates by @povimd9 in #3
- added compilation and testing for java 8-11, all passed. by @povimd9 in #4
- add issues back. by @povimd9 in #5
- replace string concatinations forstring formating. by @povimd9 in #6
- Feature/redice-cognitive-complexity by @povimd9 in #8
- Feature improve performance, unit tests, and documentation. by @povimd9 in #9
- added throughput benchmark test of 100 250KB files by @povimd9 in #10
- Delete test_config.json by @povimd9 in #11
- Update pom.xml by @povimd9 in #12
- Feature-add-coverage-reports by @povimd9 in #13
- Update README.md by @povimd9 in #14
- improved FileAclHelper coverage and logic. by @povimd9 in #15
- improve filevalidator test coverage by @povimd9 in #16
- added json cases UTs by @povimd9 in #17
- Update README.md by @povimd9 in #18
- remove stale javadoc tags by @povimd9 in #19
- Feature-add-jdk-17-compile by @povimd9 in #20
- add CI and pom-release workflow by @povimd9 in #21
- added fat jar compile, manifest entries, depends by @povimd9 in #22
- Feature-update-readme by @povimd9 in #23
- add jar signatures and env secrets by @povimd9 in #24
- add maven jarsigner related reqs by @povimd9 in #25
New Contributors
Full Changelog: https://github.com/povimd9/FileChampion4j/commits/v0.9