Skip to content

Releases: hubmapconsortium/entity-api

v2.1.13

31 Jan 23:29
d0c4da0

Choose a tag to compare

  • Switch to use Memcached for caching needs to avoid threading/processing inconsistency
  • Global flag to turn on/off the memcached mode
  • Add cache to sankey data and reference DOI redirect tsv loading
  • Delete cache based on direct ancestor updates
  • New endpoints to flush all cache or based on entity id
  • Add Memcached connection to /status
  • Add dbgap_study_url to entity-api-spec.yaml and provenance_schema.yaml
  • Fix Neo4j query for /datasets/prov-info
  • Add response payload threshold in /datasets/prov-info and /samples/prov-info to avoid 500 error caused by API Gateway 10MB limit

v2.1.12

05 Jan 14:41
8c951d4

Choose a tag to compare

New endpoint /datasets/{id}/paired-dataset

v2.1.11

03 Jan 21:15
d9f75a4

Choose a tag to compare

  • Add new field sample_category and all tweaks
  • Make specimen_type optional field on create
  • Use Unknown as the value for tissue_type, will deprecate later
  • More validation on Organ creation against Donor

v2.1.10

30 Nov 16:49
22b7058

Choose a tag to compare

Use main branch in URL for all github references

v2.1.9

28 Nov 17:34
65dd14b

Choose a tag to compare

  • Add support to files-api
  • Use UUID-API base URL in config

v2.1.8

04 Nov 14:14
bd07cd4

Choose a tag to compare

Update to use latest commons 2.1.3

v2.1.7

18 Oct 16:06
c8e8ef8

Choose a tag to compare

  • Use commons 2.1.1

v2.1.6

11 Oct 23:24
f2689de

Choose a tag to compare

  • Changes to work with the refactored commons
  • Docker changes made mainly for the new RHEL8 VM and user hive
  • Allow no-token/public return from /samples/prov-info
  • Modify the neo4j query for /datasets/prov-info to work with non-primary datasets

v2.1.5

29 Sep 14:12
45a7e28

Choose a tag to compare

Disable PUT and POST calls on STAGE to prevent users from updating the MySQL (create new IDs via UUID-API) and Neo4j on PROD.

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