This repository has been archived by the owner on Jun 27, 2020. It is now read-only.
Releases: duke-libraries/dul-hydra
Releases · duke-libraries/dul-hydra
v4.12.5
v4.12.4
Changes
- Fixes bug inadvertently introduced in earlier release relating to editing the research help contact attribute (https://duldev.atlassian.net/browse/DDR-1561).
v4.12.3
v4.12.2
v4.12.1
v4.12.0
Changes
StandardIngest
now supports selectable base paths.
Upgrade Notes
config/standard_ingest.yml
is no longer in version control since it contains deployment-specific file paths.config/standard_ingest.yml.sample
has been added to version control. Deployment scripts should be revised as needed to leaveconfig/standard_ingest.yml
undisturbed.
v4.11.0
Changes
- Clean up and refactor configuration files.
- Replace custom coding for environment variables with
figaro
. - Add collection creation date column to collection summary report.
Upgrade Steps
- Move
config/local_env.yml
toconfig/application.yml
. - Add environment variables (required) for
DDR_ADMIN_DB_PASS
FEDORA_ADMIN_PASS
v4.10.1
v4.10.0
Changes
- Add :research_help_contact to list of user editable admin metadata fields; DDR-1444.
- Address various security vulnerabilities in dependencies.
- Refactor filename matching to match on entire filename except extension; DDR-1442.
- Fix bug where publication jobs were not sending emails at completion or failure; DDR-1447.
- Make the All Fields search actually search all the fields, including two new fields created for Duke Chapel metadata enhancements. Closes DDR-1475.
- Removes log4r dependency.
- Added passenger gem to production group