Skip to content

Releases: jscancella/bagging

Release 5.2

04 Feb 13:56
Compare
Choose a tag to compare

dependency updates

Release 5.1

23 Oct 12:32
Compare
Choose a tag to compare

Mostly dependency upgrades, but did find one bug in BagitFileWriter where it was using the default encoding instead of UTF-8.

Release 5.0

23 Jul 16:50
Compare
Choose a tag to compare

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

29 Mar 13:18
Compare
Choose a tag to compare

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

11 Jan 14:21
dae9538
Compare
Choose a tag to compare

fixes Accented character in filename prevents payload verification on macOS (issue #70)

Release 4.4

01 Sep 02:08
Compare
Choose a tag to compare

changes to allow multi-threading bag creation and validation.

Release 4.3.1

16 Feb 19:39
Compare
Choose a tag to compare

Due to Bintray being closed, migrated to maven central for releases. No code changes between this and version 4.3

Release 4.3

23 Jul 21:58
Compare
Choose a tag to compare

fixing bugs in the generation of bags
#41 and #43

Release 4.2

23 Jul 00:06
Compare
Choose a tag to compare

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

22 Jul 12:51
Compare
Choose a tag to compare

minor update to the API and more tests