Skip to content

v2.20.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Sep 11:37
· 8 commits to main since this release

This is version 2.20.0 of the Research Software Directory as a service. This release contains many small bug fixes and dependency updates:

  • Added testimonials to project pages
  • RSD admins can now delete software from the UI
  • RSD admins can now disable package scrapers that don't behave
  • Fixed a bug in RSD-wide catagory implementation

This requires an update to the database. A migration script can be found here: https://github.com/research-software-directory/RSD-production/blob/main/database-migration/migration-scripts/2.19.0-to-2.20.0.sql

Bug Fixes

  • change category column order and specify return types in category_path (b76135e)
  • don't report on blank lines when bulk importing mentions (bf92456)
  • only have a max of 5 concurrent requests to Crossref (7c143a1)

Features

  • add testimonials to project pages (56efe2b)
  • admin can delete software from RSD (85dc89d)
  • allow for deleting software by admins (fa38eb8)
  • rsd admin can edit package manager item in order to disable scraper. (3961a67)