Skip to content

Releases: hubmapconsortium/entity-api

v2.1.4

23 Aug 18:31
ed88150

Choose a tag to compare

Upgrade to Flask v2 and remove pinned dependencies tied to Flask v1

v2.1.3

04 Aug 05:02
7c81cdc

Choose a tag to compare

  • 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
1df6c42

Choose a tag to compare

  • 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
97a5379

Choose a tag to compare

  • New base image of RedHat ubi8.6 and Python3.9.7
  • Updated docker build and deployment workflow

v2.0.34

18 May 01:31
1e20315

Choose a tag to compare

  • Add tissue_type and trigger method
  • Use function cache to improve performance

v2.0.33

07 Apr 05:37
f3b3e12

Choose a tag to compare

Remove the use of requests cache to avoid global impact to the token groups parsing in commons.

v2.0.32

06 Apr 19:06
6aaf50a

Choose a tag to compare

  • New endpoint /samples/prov-info
  • New endpoint /usergroups for debugging on PROD

v2.0.29

31 Mar 17:07
a3b9849

Choose a tag to compare

  • Sankey data endpoint
  • Performance tuning with adding requests cache and skipping the time-consuming read triggers

v2.0.28

29 Mar 01:15
4e06950

Choose a tag to compare

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
9c1e5bd

Choose a tag to compare

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