v1.18.0
This is version 1.18.0 of the Research Software Directory as a service. Main improvements are:
- Users can now remove their account
- Performance improvements in the communication with the database
- Improved search result order to show closest match first
- Increased maximum number shown in mention count badge from 99 to 999
- Improved data generation for testing
In addition several small bugs have been fixed. This release requires an update to the database. A migration script from 1.17.1 to 1.18.0 can be found at: https://github.com/research-software-directory/RSD-production/blob/main/database-migration/migration-scripts/1.17.1-to-1.18.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
- change global search placholder, move privacy hint info below the input for contributors and team members (8c198fe)
- change RPCs to use SQL instead of PL/pgSQL to increase performance (b0a99fc)
- home_organisation is now Null if no centre detected (a4ce4e9)
- improve programming language info (e1fde69)
- more test data (4846afd)
- order global search results by search term (c244767)
- organisation detection for Helmholtz AAI (ce3ec30)
- set maximum item count in the badge to 999. By default it is 99. (5706d5b)