Skip to content

Releases: LibraryOfCongress/bagit-java

Version 5.0

Choose a tag to compare

@johnscancella johnscancella released this 24 Apr 19:50

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

version 4.12.3

Choose a tag to compare

@johnscancella johnscancella released this 13 Mar 15:44

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

version 4.12.2

Choose a tag to compare

@johnscancella johnscancella released this 23 Feb 16:55

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

version 5.0 release candidate 13

Pre-release

Choose a tag to compare

@johnscancella johnscancella released this 23 Dec 19:31

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

Pre-release

Choose a tag to compare

@johnscancella johnscancella released this 23 Dec 15:12
v5.0.0-RC12

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

v5.0.0-RC10

v5.0.0-RC10 Pre-release
Pre-release

Choose a tag to compare

@johnscancella johnscancella released this 21 Jul 18:13

added a bunch more PMD code quality checks

version 5.0.0 Release candidate 9

Pre-release

Choose a tag to compare

@johnscancella johnscancella released this 23 Jun 17:18

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

Choose a tag to compare

@johnscancella johnscancella released this 23 Jun 17:14

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

v5.0.0-RC8

v5.0.0-RC8 Pre-release
Pre-release

Choose a tag to compare

@johnscancella johnscancella released this 13 Jun 13:28

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

v5.0.0-RC7

v5.0.0-RC7 Pre-release
Pre-release

Choose a tag to compare

@johnscancella johnscancella released this 05 May 11:55
  • 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