Skip to content

Version 3.4.2

Latest
Compare
Choose a tag to compare
@eltiffster eltiffster released this 23 May 16:45
· 7 commits to master since this release
2ed7e7e

Version 3.4.2

  • Extract CSV export feature into a CsvExportService
    • To use it, call CdmMigrator::CsvExportService.new([work_types]).write_to_csv([work_ids], filename) (see example)
    • Bug fix to handle DOI field created by hyrax-doi gem
  • Make BatchCreateOrderedFilesMemberJob the default
  • Pin Hyrax to >=3.2, <4
  • Enable default permissions to be set on a work via the hydra-head / hydra-access-controls gem
    • For examples of how to configure this, see the generator template as an example