Skip to content

v1.22.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 May 13:28
· 657 commits to main since this release

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)

Features

  • adapt the tests (493ff99)
  • add pagination at the bottom of organisation page for software and project list. Use same bottom margin (f109071)
  • fix slow organisation pages by upgrading PostgREST (5ea5af6)
  • organisation maintainer can edit about page (83f410b)