Skip to content

v1.0.0

Compare
Choose a tag to compare
@pwinckles pwinckles released this 05 Feb 17:09
· 34 commits to master since this release

Breaking Changes

  1. Changed the mutable HEAD extension name: da0017f. This version of ocfl-java will not read any existing objects that contain a mutable HEAD. The name was changed to match the name in the final, approved version of the extension and will not change again.

New Features

  1. Configure the behavior of unsupported extensions: 779e60e. By default, ocfl-java will fail when it encounters an extension that it does not support. This behavior may be configured to simply ignore these extensions, if desired.

Bug Fixes

  1. Allow for multiple spaces in the inventory side car: f01434a. Previously, the inventory side car parsing logic only worked if the file contained a single space separator. It now correctly accepts any number of spaces.