v1.4.9
This release fixes a few bugs introduced in v1.4.7 and v1.4.8. If you are still running v1.4.6, we highly recommend that you skip directly to this release.
Changeset
- fix
/api/users
and/api/genes
endpoints caused by a JPA syntax error in the method name - fix genes from non-verified users ending-up in the search and causing an
AccessDeniedException
when attempting to run the post-authorization logic following anonymization - produce useful error message instead of empty response bodies from the API (400 and 404 errors)
- fix taxon ordering in the ortholog search view
- display taxon common name in ortholog view
- fix the not-applying post-authorization logic when listing the available first characters for searching users, which could result in empty results for certain letters
- allow users to see null results, which allows us to produce 404 results in the API for unassigned user IDs
- sort results from multiple partners as a bulk
- use local taxa ordering for sorting partner results when such taxa are commonly shared
- sort researchers by their last name + first name
- handle null-timeout case when retrieving results from partner APIs
- hide anonymized gene results from remote search, since we don't handle them (see #150)