v1.25.0
This is version 1.25.0 of the Research Software Directory as a service. Main improvements are:
- Added support for poster type in mentions
- Detect repository URL changes to trigger a clean and scraping of data
- Added closed source flag to software in database (no frontend support yet)
- Store scraper errors in database to provide user and admin feedback (no frontend support yet)
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.24.0-to-1.25.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
- add poster as mention type (2802a9d)
- extend repository_url type and clean scraped data on url change (9f41832)
- use dedicated method to get contributor count entries to scrape (9b4eaf6)