Releases: jscancella/bagging
Release 5.2
dependency updates
Release 5.1
Mostly dependency upgrades, but did find one bug in BagitFileWriter where it was using the default encoding instead of UTF-8.
Release 5.0
BREAKING CHANGE: now java 17+ only supported since java 8 and 11 have both been end of life for a long time.
Relase 4.7
this library suffered from the same issue as LibraryOfCongress/bagit-java#142, this release fixes it by ignoring case when comparing checksums
release 4.6
fixes Accented character in filename prevents payload verification on macOS (issue #70)
Release 4.4
changes to allow multi-threading bag creation and validation.
Release 4.3.1
Due to Bintray being closed, migrated to maven central for releases. No code changes between this and version 4.3
Release 4.3
Release 4.2
fixed bug #41 - when creating a new bag, the tag manifest would not list the new payload manifest like it was supposed to.
Version 4.1
minor update to the API and more tests