Skip to content

v2.18.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jul 09:15
· 66 commits to main since this release

This is version 2.18.0 of the Research Software Directory as a service. This release contains further implementation of categories (curated keywords), the communities feature and several improvements and bug fixes:

  • allows software to select categories when joining a community
  • support repository URLs ending with .git
  • limit image mime types
  • cache authentication end points

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.17.0-to-2.18.0.sql

Bug Fixes

  • limit MIME types in image table (ae1a13a)
  • show correct character count for scraping_disabled_reason field (2e88b4f)
  • support repository urls ending with .git (2fdb94e)

Features

  • allow user to select community categories (6757786)
  • cache auth endpoints for all providers for 60 min. (55bafc2)