Skip to content

v1.25.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jul 08:19
· 736 commits to main since this release

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)

Features

  • add closed_source flag to database (372567e)
  • only scrape entries if thery were scraped at least one hour ago (0e03e4c)
  • save error messages and logs for Git and package manager scrapers in database (34aa782)