Skip to content

Releases: fair-research/bdbag

BDBag release 1.2.1

16 Mar 18:31
Compare
Choose a tag to compare

Release Notes

  • Improvements to identifier handling in fetch.txt. Minid CURIs of the form minid:xxyyzz are now supported as fetch URLs. Multiple identifier resolver service URLs are now supported, and the defaults can be overridden in the bdbag.json config file.
  • Improvements to RO helper API.
  • Improvements to utility module: added a utility routine for generating a remote-file-manifest by executing HEAD requests against a list of URLs.
  • Added bagofbags example contribution from @ianfoster.
  • Updated to use upstream bagit-1.6.4.

BDBag release 1.1.4

04 Feb 18:01
Compare
Choose a tag to compare

Release Notes

  • Fix issue with incorrect Payload-0xum being generated by the bdbagit.update_manifests_from_remote() function. Thanks @ianfoster for reporting.

BDBag release 1.1.3

26 Jan 19:56
Compare
Choose a tag to compare

Official Release: 1.1.3

Release Notes

  • Fix minor issue with default keychain file entry examples.

BDBag release 1.1.2

09 Jan 23:33
Compare
Choose a tag to compare

Official Release: 1.1.2

Release Notes

  • Fix issue with creating a bag directly from a remote file manifest. Fixes #15
  • Sync with bagit-1.6.3 release. Also fixes #15.
  • Upstream version is currently pegged at bagit-1.6.3 for bdbag-1.1.2.

BDBag release 1.1.1

12 Dec 01:15
Compare
Choose a tag to compare

Official Release: 1.1.1

Release Notes

  • Uploaded to PyPi. Fixes #8
  • Refactored bagit dependency to directly use upstream from https://github.com/LibraryOfCongress/bagit-python rather than a forked copy. Upstream version is currently pegged at bagit-1.6.2 for bdbag-1.1.1. Fixes #10, #8
  • Added FTP fetch handler. Fixes #3
  • Fixed issue with Globus fetch handler with current version of Globus SDK. Updated dependency and pegged globus-sdk==1.3.0 for bdbag-1.1.1. Fixes #14
  • Added revert_bag function to API and CLI to revert a bag directory back to a normal directory. Fixes #9.
  • Removed --bag-path as a required flag argument in the CLI in favor of the bag path being the only required positional argument.

BDBag pre-release v1.0.0-beta.1

01 Mar 19:32
Compare
Choose a tag to compare
Pre-release

Beta Release of 1.0.0 version.

BDBag pre-release v0.9.0-beta.1

20 Jul 22:36
Compare
Choose a tag to compare
Pre-release

Added basic Research Object metadata API. Updated dependencies.

BDBag pre-release v0.8.7-beta.1

07 Jun 18:05
Compare
Choose a tag to compare
Pre-release

Updated beta release. Fixes issue #7.

BDBag pre-release v0.8.5-beta

10 May 18:52
Compare
Choose a tag to compare
Pre-release

Initial public beta.