You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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.