Skip to content

Releases: hubmapconsortium/entity-api

v2.1.10

30 Nov 16:49
22b7058
Compare
Choose a tag to compare

Use main branch in URL for all github references

v2.1.9

28 Nov 17:34
65dd14b
Compare
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
Compare
Choose a tag to compare

Update to use latest commons 2.1.3

v2.1.7

18 Oct 16:06
c8e8ef8
Compare
Choose a tag to compare
  • Use commons 2.1.1

v2.1.6

11 Oct 23:24
f2689de
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • New base image of RedHat ubi8.6 and Python3.9.7
  • Updated docker build and deployment workflow