Skip to content

v1.23.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jun 08:33
· 807 commits to main since this release

This is version 1.23.0 of the Research Software Directory as a service. Main improvements are:

  • Improve the handling of research units to prevent logo's being shown multiple times on software and project pages.
  • Improve the organization search in the presence of research units.
  • Improve the handling of markdown to allow verbatim blocks in descriptions
  • Made the harvesters more robust when encountering timeouts

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.22.0-to-1.23.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 a request timeout on all HTTP requests (1e04868)
  • Helmholtz AAI handling of user claims (587df13)
  • remove backticks in the markdown content and style text closer to github markdown styles (5c0710b)
  • reset publish switch value on failed update (15ee97a)
  • search only for top level organisation in global search (ece0fbf)
  • use rsd_path for organisation links (f9aff35)
  • wait for switch animation to complete and improve error message (982e442)

Features

  • add a hint to upload organisation logos (bea3246)
  • show organisation path in find organisation list. (9523f9e)
  • show research unit name on software/project pages (1c3c9a1)