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)