Skip to content

Sufia 6.6.0

Compare
Choose a tag to compare
@elrayle elrayle released this 28 Jan 17:06
· 49 commits to 6.x-stable since this release

Sufia 6.6.0 updates to hydra-head 9.5, improved background workers documentation, fixes multi-threading bugs with upload collections, and other bug fixes/improvements.

Upgrade Notes

Update your Gemfile to use version 6.6.0 and run bundle update sufia .

Changes

  • Update background workers doc [E. Lynette Rayle]
  • Replaces table rows with an unordered list to make html valid, fixes #1058 [Adam Wead]
  • Fix duplicative labels on show pages [Adam Wead]
  • Add default metadata help for collection fixes #1057 [Adam Wead]
  • Pin Sufia 6 to hydra-head 9.5 [Adam Wead]
  • Updating to Rubocop 0.36 [Adam Wead]
  • Reindex generic_files in background from batch_update_job [E. Lynette Rayle]
  • Include the name of the file if it fails to upload [Adam Wead]
  • Fix intermittent failure to add file to collection [E. Lynette Rayle]
  • Don't generate auto_link on a non-url rights statement, fixes #1356 [Anna Headley]
  • Use lockable module to prevent race conditions in Batches. [Michael J. Giarlo]