hifis-1.6.0
What's Changed
This release updates the upstream RSD version from v1.16.0 to 1.17.1
This update requires database migrations:
Incoming changes from upstream v1.17.1
This is version 1.17.1 of the Research Software Directory as a service. Main improvements are:
- improved performance of generating software release overview (per organization)
- properly sort releases that have the same release date
- further SEO improvements
In addition several small bugs have been fixed. This release requires an update to the database. A migration script from 1.17.0 to 1.17.1 can be found at: https://github.com/research-software-directory/RSD-production/blob/main/database-migration/migration-scripts/1.17.0-to-1.17.1.sql.
This version is production ready. If you starting a new RSD instance (without historical data) you can use docker-compose.yml provided in the deployment.zip file.
Bug Fixes
- get DOI registration timestamp instead of date only for releases (1dc5ca1)
- improve performance of the slow function (d950a94)
- lighthouse audit improvement suggestions about accessibility and SEO (0cecf36)
Incoming changes from upstream v1.17.0
This is version 1.17.0 of the Research Software Directory as a service. Main improvements are:
- add publication location to mentions (name of journal, book, conference, etc).
- improved robots.txt and improved SEO
- improve breadcrumb presentation
- show organizational software release overview per year
In addition several small bugs have been fixed. This release requires an update to the database. A migration script from 1.16.0 to 1.17.0 can be found at: https://github.com/research-software-directory/RSD-production/blob/main/database-migration/migration-scripts/1.16.0-to-1.17.0.sql.
This version is production ready. If you starting a new RSD instance (without historical data) you can use docker-compose.yml provided in the deployment.zip file.
Bug Fixes
- allow account timestamps to be null for compatibility with existing accounts (5fe795d)
- show releases section on software page (02474a7)
Features
- collect and show journal/book/book series of mentions (f4688b3)
- create dynamic robots.txt and sitemaps. Improve page SEO based on Lighthouse suggestions (6c3386d)
- disable ORCID whitelist if ORCID not used (2fe658c)
- limit breadcrumb label length to 20rem and collapse it when more than 3 segments deep (ca41650)
- release count per year incl. aggregation of children releases (abe51bf)