Skip to content

Releases: LibraryOfCongress/bagit-java

Version 5.0

24 Apr 19:50
Compare
Choose a tag to compare

A complete rewrite of the bagit library. See the README for more details.

version 4.12.3

13 Mar 15:44
Compare
Choose a tag to compare

the changes made in 4.12.2 are actually incorrect and this version reverts them

version 4.12.2

23 Feb 16:55
Compare
Choose a tag to compare

closes #84 - actually delete folders when calling remove directory on a bag

version 5.0 release candidate 13

23 Dec 19:31
Compare
Choose a tag to compare
Pre-release

with the new 1.0 bagit specification had to implement that all payload manifests must list all payload files.

Because of this, I had to also bump the 0.98 version for .bagit to 2.0.

release 5 candidate 12

23 Dec 15:12
Compare
Choose a tag to compare
Pre-release
v5.0.0-RC12

combined path checks for manifest and fetch files and added tests for…

v5.0.0-RC10

21 Jul 18:13
Compare
Choose a tag to compare
v5.0.0-RC10 Pre-release
Pre-release

added a bunch more PMD code quality checks

version 5.0.0 Release candidate 9

23 Jun 17:18
Compare
Choose a tag to compare
Pre-release

fixes #51 - files containing \r and or \n caused a bag to fail validation. Now the filenames replace those with percent encoded strings instead.

version 4.12.1

23 Jun 17:14
Compare
Choose a tag to compare

fixes #51 - filenames that contain \r and or \n fail validation. They are now percent encoded.

v5.0.0-RC8

13 Jun 13:28
Compare
Choose a tag to compare
v5.0.0-RC8 Pre-release
Pre-release

fixes #49 - threadpool not shutting down
fixes #48 - fetch items resolved relative to data directory instead of basedir

v5.0.0-RC7

05 May 11:55
Compare
Choose a tag to compare
v5.0.0-RC7 Pre-release
Pre-release
  • more cleanup
    • updated eclipse autogeneration
    • fixed typo
  • Ensure we only split on the metadata delimiter once
  • added unit test for testing malicious manifest file (referencing a file outside the bag)
  • updated documentation and added examples of implementing fetching and serialization
  • added new exception for the formatting of bag metadata