Release hifis-1.10.0
Todo
-
Prepare the release of hifis-1.10.0 -
Update CITIATION.cff
Release notes:
What's changed
This release updates the RSD from v1.21.0 to v1.22.0, and additionally contains a bug fix for the Helmholtz AAI that will be integrated into the next upstream release.
This update requires database migrations:
HIFIS specific changes
Bug fixes
- Non-HGF users will receive correct error message when trying to log in (2b417882)
Features
- allow list that allows specific users from non-HGF institutions full access to the RSD (2b417882)
Incoming changes from upstream v1.22.0
This is version 1.22.0 of the Research Software Directory as a service. Main improvements are:
- Improve concept and version DOI detection in the frontend and for the releases scraper
- Upgrade to PostgREST v11.0.1 to improve performance of RPCs with parameters
In addition, several small bugs have been fixed. This release requires no 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.21.0-to-1.22.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
- data generation now makes an about page (2fe3c92)
- detect concept and version DOIs in the frontend through relatedIdentifiers instead of versionOfCount (a253fb9)
- missing organisation slug on maintainer invite confirmation page (f07efc1)
- scrape versions through relatedIdentifiers instead of versions (4408e7c)