Skip to content

v1.24.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jun 09:17
· 730 commits to main since this release

This is version 1.24.0 of the Research Software Directory as a service. Main improvements are:

  • Improved organization search on ROR
  • Added sanity check to project start and end date
  • Added short description field to organizations

In addition, several small bugs have been fixed. This release requires an update to the database. For completeness sake, a migration script can be found at: https://github.com/research-software-directory/RSD-production/blob/main/database-migration/migration-scripts/1.23.0-to-1.24.0.sql.

This version is production ready. If you starting a new RSD instance (without historical data) you can use docker-compose.yml provided in the deployment.zip file.

Bug Fixes

  • deduplicate api responses on ror_id (c48b17f)
  • warn when project end date before start date (ece6232)

Features

  • add extra fields to organisation table and adapt data generation script (e42b63d)
  • enable organisation short_description editing in the settings ui (c0657b0)