Skip to content

Upgrading to Version 4.0

Alisha Evans edited this page Jul 27, 2022 · 2 revisions

Breaking Changes

  • When upgrading to this version, you may desire to run this rake task. If you do not, you will simply need to rerun any exporter who's file you want access to again, or create a new exporter.

expected behavior

csv

  • csv formatted exports will have a maximum of 1000 records per csv
  • if there are multiple csv's, each one along with its related "files" folder, will be in its own zip file

bagit

  • bagit formatted exports will have a maximum of 1000 records (works and file sets) per zip.
  • there will still only be 1 work per csv, along with its child file sets
  • a single zip will contain multiple bags

ui

  • now that there are potentially several zip files created from a single export, there is a drop down of files on the index page
  • selecting a zip file and then pressing "download" will download that particular zip file
  • the same applies to the exporter show page

demo

image

Clone this wiki locally