Skip to content

BagIt Support 1.0.0

Compare
Choose a tag to compare

Notes

Initial release for BagIt Support

  • Write BagIt metadata through BagWriter
  • Support for BagIt Profiles
    • Bundled profiles: default, beyondtherepository, aptrust, metaarchive, perseids
  • Support BagIt Profile validation
    • Check BagIt metadata conforms through BagConfig when writing bags
    • Check an existing BagIt bag conforms when reading from gov.loc:bagit
  • BagIt Bag serialization and deserialization support for zip, tar, and gzip
  • Pulled from fedora4-labs/fcrepo-import-export

Issues Closed

  • #3 - Test tar serialization with large files
  • #6 - Add code coverage reporting
  • #10 - Add payload manifests to tag manfiests
  • #11 - Description text no loading from bag profile json
  • #13 - Use BagItDigest in BagWriter checksum maps
  • #16 - ProfileValidationUtil readInfo failure
  • #17 - Improvements for BagWriter
  • #18 - BagProfile Improvements
  • #19 - Ordering of fields in bagit.txt
  • #20 - BagIt version
  • #22 - Use BagIt-Profile-Identifier from version 1.0 of BTR Profile