Releases: LibraryOfCongress/bagit-java
Releases · LibraryOfCongress/bagit-java
Version 5.0
A complete rewrite of the bagit library. See the README for more details.
version 4.12.3
the changes made in 4.12.2 are actually incorrect and this version reverts them
version 4.12.2
closes #84 - actually delete folders when calling remove directory on a bag
version 5.0 release candidate 13
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
v5.0.0-RC12 combined path checks for manifest and fetch files and added tests for…
v5.0.0-RC10
added a bunch more PMD code quality checks
version 5.0.0 Release candidate 9
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
fixes #51 - filenames that contain \r and or \n fail validation. They are now percent encoded.
v5.0.0-RC8
v5.0.0-RC7
- 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