Releases: hubmapconsortium/entity-api
Releases · hubmapconsortium/entity-api
v2.1.4
23 Aug 18:31
Compare
Sorry, something went wrong.
No results found
Upgrade to Flask v2 and remove pinned dependencies tied to Flask v1
v2.1.3
04 Aug 05:02
Compare
Sorry, something went wrong.
No results found
allow multiple search-api urls in config
use assay type yaml raw file to retrieve description instead of calling search-api to eliminate the complicity of multiple search-api instances
reindex against each search-api instance
improved cache mechanism with TTL for performance
v2.1.2
18 Jul 18:37
Compare
Sorry, something went wrong.
No results found
Normalization on status and sub_status on entity creation and update #365
Add new field dbgap_url for dataset #369
New endpoint: /datasets/unpublished #375
Update commons dependency version #379
v2.1.0
15 Jun 14:38
Compare
Sorry, something went wrong.
No results found
New base image of RedHat ubi8.6 and Python3.9.7
Updated docker build and deployment workflow
v2.0.34
18 May 01:31
Compare
Sorry, something went wrong.
No results found
Add tissue_type and trigger method
Use function cache to improve performance
v2.0.33
07 Apr 05:37
Compare
Sorry, something went wrong.
No results found
Remove the use of requests cache to avoid global impact to the token groups parsing in commons.
v2.0.32
06 Apr 19:06
Compare
Sorry, something went wrong.
No results found
New endpoint /samples/prov-info
New endpoint /usergroups for debugging on PROD
v2.0.29
31 Mar 17:07
Compare
Sorry, something went wrong.
No results found
Sankey data endpoint
Performance tuning with adding requests cache and skipping the time-consuming read triggers
v2.0.28
29 Mar 01:15
Compare
Sorry, something went wrong.
No results found
Performance tweaks:
add requests cache
optimize neo4j query to get dataset organ and donor info
upgrade to use neo4j python driver v4.4
exclude time-consuming triggers on Collection and Upload read
v2.0.27
18 Mar 18:31
Compare
Sorry, something went wrong.
No results found
Performance tuning with:
Increased number of uWSGI workers and enabled multithreading
Improved logging with showing INFO level logs only
Disabled request logging in uWSGI except 4xx and 5xx errors