v1.24.0
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)