Skip to content

v2.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 May 11:14
· 182 commits to main since this release

This is version 2.14.0 of the Research Software Directory as a service. This release contains several small bug fixes and improvements compared to v2.13.0:

  • Only show software highlights on first page of software overviews
  • Performance improvements when retrieving information about research units
  • Allow RSD admins to get an overview of inactive user accounts
  • Improved error message when a mention update fails

This release does not require an update to the database. From completeness, an empty migration script can be found here: https://github.com/research-software-directory/RSD-production/blob/main/database-migration/migration-scripts/2.13.0-to-2.14.0.sql

Bug Fixes

  • only extract mention id if present when not able to update a mention (24ad85c)
  • only fetch highlights on first page (0b342d5)
  • use org table directly and only select required properties when requesting research units (b495792)

Features

  • add filter for inactive accounts in admin user overview (a0281da)
  • add option to only show admin users in user overview for admins (eed1c67)