Skip to content

Prepare release v2.28.0-hifis1

  • CITATION.cff
    • Version number
    • Release date
    • Check upstream version number in references
  • Create release notes

Release notes

This release updates the Helmholtz RSD from v2.26.0 to v2.28.0. This update requires database migrations:

HIFIS specific changes

Bug fixes

  • fix the "Add your software" button on the landing page (6943d65b)

Incoming changes from upstream v2.27.0

This is version 2.27.0 of the Research Software Directory as a service. This release contains a single new feature:

  • support LinkedIn as OpenID provider

This version does not require an update to the database. For completeness, and empty migration script can be found here: https://github.com/research-software-directory/RSD-production/blob/main/database-migration/migration-scripts/2.26.0-to-2.27.0.sql

Features

  • add LinkedIn as OpenID provider for signing in (5d55227)

Incoming changes from upstream v2.28.0

This is version 2.28.0 of the Research Software Directory as a service. This release contains several bug fixes and a single new feature:

  • support ghcr.io as package manager
  • improve performance of package manager search
  • improve stability of auth provider handing
  • root of someones profile page now redirects to the software overview of that user
  • corrected mention count in maintainer overview

This version 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.27.0-to-2.28.0.sql

Bug Fixes

  • debounce url changes and get source after user stops typing (2a26c61)
  • prevent crashes by filtering out null auth providers (f3607be)
  • replace middleware with next.config.js redirects to get redirects working (309d55b)
  • root of profile page now redirects to software (7a8bf75)
  • show correct project counts on maintainer overview (fa53110)

Features

  • add ghcr.io as package manager (8ff1613)
Edited by Christian Meeßen