v2.7.0
This is version 2.7.0 of the Research Software Directory as a service. The main changes compare to v2.6.0 are:
- fixed a bug in the citation scraper causing excessive use of resources.
- fixed a bug that caused the auth container to become unresponsive when running on a single CPU
- added additional package manager support and logos
- improved layout of commit chart
- improved the performance of error logs for RSD admins.
- disallow users to change updated_at field via the REST API.
This release 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.6.0-to-2.7.0.sql
Bug Fixes
- add support for other package manager services (4ffd379)
- change database function return type to allow inlining (3126bb2)
- clear package manager scraper errors on success (e40630e)
- disable Loom to fix unresponsive auth container (cff918a)
- don't allow users to change updated_at fields for their account (324497f)
- show last year completly in the commit line chart (922fa32)
- use docker compose extend to override frontend service settings for dev mode (641ed7f)
- use try-with-resources for HttpClient (5b08313)
- when searching error logs, also search slug (167343e)
Features
- additional package manager logos (b33767d)