Skip to content

1.55.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@lomky lomky released this 16 Aug 15:29
· 75 commits to master since this release

Release Notes

Data Management

  • Fixed OrcID bug on person creation (#612)

GCIS Frontend

  • GCIS Activity page updated for new Activity model (#657)

GCIS API

  • File upload now supplies the file's GCIS identifier on success (#654)
  • Activity Model updated to match new, more detailed information available from TSU for assessments going forward, starting with NCA4. (#657)
    • Deprecated Fields: duration, data_usage, notes, output_artifacts, interim_artifacts
    • Modified Fields: start_time and end_time now explicitly refer to temporal data bounding on the input publication data.
    • New Fields: activity_duration, source_access_date, interim_artifacts, source_modifications, modified_source_location, visualization_methodology, methodology_citation, methodology_contact, database_variables, spatial_extent

Other

  • Replaced deprecated Mojolicious placeholder routing with ( ) to now use < >. (#651)
  • Refactored out the experimental smartmatch operator ~~.
  • Bumped Module::Database::Build