Prepare release v2.24.0-hifis1
-
CITATION.cff
-
Version number -
Release date -
Check upstream version number in references
-
-
Create release notes
Release notes
This release updates the Helmholtz RSD from v2.21.0 to v2.24.0. There are database migrations required:
Incoming changes from upstream v2.21.1
This is version 2.22.1 of the Research Software Directory as a service. This release contains the following bug fix:
- Fix the OpenAlex scraper to prevent an excessive number of log messages in the database.
This version does NOT requires an update to the database. For completeness, an empty migration script can be found here: https://github.com/research-software-directory/RSD-production/blob/main/database-migration/migration-scripts/2.22.0-to-2.22.1.sql
Bug Fixes
- check for empty collections before making requests to the OpenAlex API (3e7e7c0)
Incoming changes from upstream v2.23.0
This is version 2.23.0 of the Research Software Directory as a service. This release contains several new features and bug fixes:
- We now support categories (i.e., curated keywords) per organization. These can be added to the software or projects linked to that organization.
- When importing remote markdown descriptions for software, we will now suggest the raw URL if the user provides a HTLM link instead.
- We now use OpenAlex to retrieve information about DOIs from an unsupported DOI provider.
- The mention count on the landing page have been corrected.
- We now validate that an email address is present when a contributor is selected as contact person.
- We allow escaped slashes when providing DOIs. This makes it easier to cut-and-paste from a web link.
This version requires an update to the database. The migration script can be found here: https://github.com/research-software-directory/RSD-production/blob/main/database-migration/migration-scripts/2.22.1-to-2.23.0.sql
Bug Fixes
- allow for escaped slash in DOI (f20e824)
- categories modal hide software/project switches for children (e32a7ec)
- remote markdown url validation and suggestions (4c22cd4)
- use additional validation for email and contact person switch (a563764)
- use rpc mentions_by_software for software mentions counts. We count unique entries per software and mention id. (576f7fa)
Features
- organisation admin can create custom categories for the organisation (5b54971)
- organisation categories are shown on project page (7b83564)
- software and project maintainer can select organisation specific categories (8e5bdf7)
- use OpenAlex for all unsupported DOI registry agents (f5841f0)
Incoming changes from upstream v2.24.0
This is version 2.24.0 of the Research Software Directory as a service. This release contains several new features and bug fixes:
- allow RSD maintainers to properly delete categories and testimonials
- improved the ROR scraper
This version requires an update to the database. The migration script can be found here: https://github.com/research-software-directory/RSD-production/blob/main/database-migration/migration-scripts/2.23.0-to-2.24.0.sql
Bug Fixes
- adapt delete functions to categories and testimonials (114578e)