Skip to content

v2.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Apr 10:15
· 11 commits to main since this release

This is version 2.13.0 of the Research Software Directory as a service. The main changes compared to v2.12.0 are:

  • Added a dedicated highlights page
  • We now store a long name and URL with software licenses
  • RSD Admins can now set the parent of an organization
  • Reduced the number of calls to the ROR API

This release requires an update to the database. A migration script can be found here: https://github.com/research-software-directory/RSD-production/blob/main/database-migration/migration-scripts/2.12.0-to-2.13.0.sql

An additional script is needed to supplement the license information in the database. This script may need to be extended depending on the licenses used in the RSD database. The script can be found here: https://github.com/research-software-directory/RSD-production/blob/main/database-migration/migration-scripts/2.12.0-to-2.13.0-extra.sql

Bug Fixes

  • don't make requests to ROR API when ROR ID missing (eb095a3)

Features

  • add dedicated highlights page (4e1f975)
  • admins can set parent organisation (c8aa749)
  • extend license info with long name and license url (d597b8d)
  • make highlight limit variable, add info and show the items included in carousel on admin page (6617092)
  • use PAT token to commit to protected branch (d8e76ae)